> For the complete documentation index, see [llms.txt](https://nexabot-ai.gitbook.io/nexabot-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexabot-ai.gitbook.io/nexabot-ai/trading-bot/referrals.md).

# Referrals

### Earn rewards by referring friends and other users!

Each user of Nexabot has their own unique referral code, accessible from the *Referral* menu. This can be accessed from the bot's main menu.

<figure><img src="/files/Csh42aDl0HeQ5NRY8clj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lADhmQZX0G8478uAlgbF" alt="" width="375"><figcaption></figcaption></figure>

You can simply tap to copy your referral link and share with your friends or other users.

You can also track the amount of users you have referred from this menu, tracked as *Users referred.*

### How points are calculated

There are 2 ways for users to earn points for referrals:

1. Successfully referring another user

* 1 successful referral = 100 points
* For a referral to be validated, the referred user must generate a wallet and conduct at least 1 trade within Nexabot.
* This value is displayed beside *Referred user points*

2. The trading volume of a referred user

* $1 USD of traded volume = 1 point, rounded down to the closest integer
* The referrer user will get 20% of the trading volume points from any of their referees
* The referrer user will get 10% of the trading volume points from any of their referees' referees
* The volume earned from referrals' trading volume is capped at 2 levels
* The value is displayed beside *Referred volume points*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nexabot-ai.gitbook.io/nexabot-ai/trading-bot/referrals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
