> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/getting-started/referral-rewards.md).

# Referral Rewards

#### XTrade’s referral program has 9 tiers, from Explorer to Icon. Your tier decides how much you earn from your direct referrals.

<table><thead><tr><th>Tier</th><th valign="middle">Referral Rate</th><th>Cashback on Fees</th></tr></thead><tbody><tr><td>🐣 Explorer</td><td valign="middle">30%</td><td>10%</td></tr><tr><td>🦾 Trader</td><td valign="middle">33%</td><td>12.5%</td></tr><tr><td>🎯 Pro</td><td valign="middle">36%</td><td>15%</td></tr><tr><td>💎 Elite</td><td valign="middle">40%</td><td>17.5%</td></tr><tr><td>🧠 Master</td><td valign="middle">43%</td><td>20%</td></tr><tr><td>🔮 Legend</td><td valign="middle">46%</td><td>22.5%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f410">🐐</span> Titan</td><td valign="middle">50%</td><td>25%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span> Nova</td><td valign="middle">53%</td><td>27.5%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f451">👑</span> Icon</td><td valign="middle">55%</td><td>30%</td></tr></tbody></table>

Here’s an *example* of how much commission you can earn if you’re in the Icon tier.

**Direct Referrals — You earn 55%**

* <mark style="color:$info;">You invite</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Friend A**</mark>
* <mark style="color:$info;">Friend A trades $10,000</mark>
* <mark style="color:$info;">XTrade fee: 1% × $10,000 = $100</mark>
* <mark style="color:$info;">**You earn 55% of $100 = $55 🔥**</mark>

***

## <mark style="color:green;">Create Your Referral Code</mark> <a href="#id-6fx6p56is1c" id="id-6fx6p56is1c"></a>

{% stepper %}
{% step %}

### Go to Rewards

<mark style="color:$info;">Click the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**account icon**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">in the top-right corner and select</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Rewards**</mark>

<div align="left"><figure><img src="/files/eHCNiuv9KOIHbjQkvFKH" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Set a Referral Code

<mark style="color:$info;">Choose your unique</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**referral code**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">and save it</mark>

<div align="left"><figure><img src="/files/T2meAUuxwW6mXFHNiM1u" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Start Sharing

<mark style="color:$info;">Your referral</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**link**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">will be generated automatically</mark>
{% endstep %}

{% step %}

### <a href="https://xtrade.xyz/rewards" class="button primary" data-icon="satellite-dish">Send the Alpha</a>

{% endstep %}
{% endstepper %}

{% hint style="info" %}
On the Telegram bot, type `/referral` to quickly get your referral link
{% endhint %}


---

# 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://xtrade.gitbook.io/docs/getting-started/referral-rewards.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.
