> 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/trading/xtrade-fees.md).

# XTrade Fees

The more you trade, the more you get back — with up to 3&#x30;**%** (+bonus 5%) **cashback on fees**

Your **tier is based on** [Points](/docs/getting-started/points.md), which grow with your activity and unlock a **higher Points Multiplier** along the way.

Trade more, level up faster, and earn even more. :tada:

### <a href="https://xtrade.xyz/explore" class="button primary" data-icon="champagne-glasses">WAGMI</a>

<table><thead><tr><th>Tier / Points Multiplier</th><th valign="middle">Net XTrade Fees</th><th>Cashback on Fees</th></tr></thead><tbody><tr><td>🐣 Explorer (1x)</td><td valign="middle">0.90%</td><td>10%</td></tr><tr><td>🦾 Trader (1.5x)</td><td valign="middle">0.875%</td><td>12.5%</td></tr><tr><td>🎯 Pro (2x)</td><td valign="middle">0.85%</td><td>15%</td></tr><tr><td>💎 Elite (2.5x)</td><td valign="middle">0.825%</td><td>17.5%</td></tr><tr><td>🧠 Master (3x)</td><td valign="middle">0.80%</td><td>20%</td></tr><tr><td>🔮 Legend (3.5x)</td><td valign="middle">0.775%</td><td>22.5%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f410">🐐</span> Titan (4x)</td><td valign="middle">0.75%</td><td>25%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span> Nova (4.5x)</td><td valign="middle">0.725%</td><td>27.5%</td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f451">👑</span> Icon (5x)</td><td valign="middle">0.70%</td><td>30%</td></tr></tbody></table>

{% hint style="info" %}
Any blockchain or exchange fees are separate and not paid to XTrade. [Read more](/docs/getting-started/faq.md)
{% endhint %}

{% hint style="success" %}
Perps trading has a much lower XTrade fee of **0.01% per trade**, plus separate fees from Hyperliquid.
{% 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/trading/xtrade-fees.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.
