> 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/points.md).

# Points

### **At XTrade, we make sure your efforts never go unnoticed.**

<mark style="color:$info;">**Points**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">are our way of giving back for every trade, referral, and quest you complete.</mark>

<mark style="color:$info;">As you move up the tiers, you unlock higher multipliers that help you earn points even faster, with potential access to airdrops.</mark>

### <a href="https://xtrade.xyz/explore" class="button primary" data-icon="droplet">Let’s Get Liquid</a>

## <mark style="color:green;">Ways to Earn Points</mark>

* <mark style="color:$info;">Your own trading volume (Spot & Perps)</mark>
* <mark style="color:$info;">Your referrals’ trading volume</mark>
* <mark style="color:$info;">Completing quests</mark>

<table><thead><tr><th>Tier</th><th valign="middle">Rewards Multiplier</th><th>Cashback on Fees</th></tr></thead><tbody><tr><td>🐣 Explorer</td><td valign="middle">1x</td><td>10%</td></tr><tr><td>🦾 Trader</td><td valign="middle">1.5x</td><td>12.5%</td></tr><tr><td>🎯 Pro</td><td valign="middle">2x</td><td>15%</td></tr><tr><td>💎 Elite</td><td valign="middle">2.5x</td><td>17.5%</td></tr><tr><td>🧠 Master</td><td valign="middle">3x</td><td>20%</td></tr><tr><td>🔮 Legend</td><td valign="middle">3.5x</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">4x</td><td>25%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span> Nova</td><td valign="middle">4.5x</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">5x</td><td>30%</td></tr></tbody></table>

{% hint style="success" %}
Check your [**Rewards Dashboard**](https://xtrade.xyz/rewards) to see how many Points you need to reach the next tier
{% 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/points.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.
