# Fees

For tokens traded on the platform, a simple structure applies with a fixed total fee of 0.6% of the volume. For referred users, the effective fee is reduced to 0.5% (0.10% discount), and the KOL rebate reduces the Terminal's share.

### Fee Distribution

| Tier    | KOL (% of Volume) | User Discount (% of Volume) | Terminal (% of Volume) | Total Collected (% of Volume) |
| ------- | ----------------- | --------------------------- | ---------------------- | ----------------------------- |
| No Ref  | 0%                | 0%                          | 0.60%                  | 0.60%                         |
| Level 1 | 0.10%             | 0.10%                       | 0.40%                  | 0.50%                         |
| Level 2 | 0.20%             | 0.10%                       | 0.30%                  | 0.50%                         |
| Level 3 | 0.35%             | 0.10%                       | 0.15%                  | 0.50%                         |

For more information, please see [the Referral Program page](/start/referral-program.md)


---

# Agent Instructions: 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.x1000.finance/old-pages-always-hidden/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.
