> For the complete documentation index, see [llms.txt](https://help.nexdex.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nexdex.pro/trading/fees.md).

# Fees

{% hint style="success" %}
The more fees you pay, the greater your [Trading Reward](/features/trading-reward.md)! In fact, at a minimum, your fees will be compensated at the end of the week by Trading Reward. As a maximum, the locked NDT will immediately start bringing you passive income in USDT as part of your [Share Reward](/features/staking.md)!

Trade more to earn more NDT!
{% endhint %}

<table data-full-width="false"><thead><tr><th width="96" align="center">Level</th><th width="292" align="center">30d Volume</th><th align="center">Maker</th><th align="center">Taker</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">0 - 1M</td><td align="center">0%</td><td align="center">0.10%</td></tr><tr><td align="center">2</td><td align="center">1M - 5M</td><td align="center">0%</td><td align="center">0.09%</td></tr><tr><td align="center">3</td><td align="center">5M - 25M</td><td align="center">0%</td><td align="center">0.08%</td></tr><tr><td align="center">4</td><td align="center">25M - 50M</td><td align="center">0%</td><td align="center">0.06%</td></tr><tr><td align="center">5</td><td align="center">50M - 100M</td><td align="center">0%</td><td align="center">0.04%</td></tr><tr><td align="center">6</td><td align="center">100M - 200M</td><td align="center">0%</td><td align="center">0.02%</td></tr><tr><td align="center">7</td><td align="center">≥ 200M</td><td align="center">0%</td><td align="center">0.01%</td></tr></tbody></table>


---

# 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:

```
GET https://help.nexdex.pro/trading/fees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
