# \[X1000 Mempad] Fees

X1000's fee structure for trades is distributed among Terminal, Token creator, Protocol, and KOLs based on the referral tier. For referred users (Tiers 1-3), a fixed 0.10% discount is applied to the user, reducing the effective fee to 1.50%. Additional rebates are allocated to the KOL, deducted proportionally from the base shares of Terminal, Creator, and Protocol.

{% hint style="info" %}
These fees apply only to tokens launched directly on X1000.
{% endhint %}

#### Base Fee Split (No Referral)

Without a referral (No Ref), the full 1.60% fee is distributed as follows:

| Component | Percentage of Volume | Share of Total Fee |
| --------- | -------------------- | ------------------ |
| Terminal  | 0.60%                | 37.50%             |
| Creator   | 0.70%                | 43.75%             |
| Protocol  | 0.30%                | 18.75%             |
| KOL       | 0.00%                | 0.00%              |
| **Total** | **1.60%**            | **100.00%**        |

* User effective fee: 1.60% (no discount).
* No KOL rebate.

#### Tiered Referrals

For Tier 3, 2, and 1, the user receives a 0.10% discount. A tier-specific KOL rebate (0.10% for Tier 3, 0.20% for Tier 2, 0.35% for Tier 1) is also applied, deducted proportionally from the base components (Terminal: 37.50%, Creator: 43.75%, Protocol: 18.75%). This results in an effective collected fee of 1.50%.

**Tier 3**

* User discount: 0.10%.
* KOL rebate: 0.10%.
* Total redirected: 0.20% (deducted proportionally from base).

| Component           | Percentage of Volume | Share of Total Fee |
| ------------------- | -------------------- | ------------------ |
| Terminal            | 0.525%               | 35.00%             |
| Creator             | 0.6125%              | 40.83%             |
| Protocol            | 0.2625%              | 17.50%             |
| KOL                 | 0.10%                | 6.67%              |
| **Total Collected** | **1.50%**            | **100.00%**        |

**Tier 2**

* User discount: 0.10%.
* KOL rebate: 0.20%.
* Total redirected: 0.30% (deducted proportionally from base).

| Component           | Percentage of Volume | Share of Total Fee |
| ------------------- | -------------------- | ------------------ |
| Terminal            | 0.4875%              | 32.50%             |
| Creator             | 0.56875%             | 37.92%             |
| Protocol            | 0.24375%             | 16.25%             |
| KOL                 | 0.20%                | 13.33%             |
| **Total Collected** | **1.50%**            | **100.00%**        |

**Tier 1**

* User discount: 0.10%.
* KOL rebate: 0.35%.
* Total redirected: 0.45% (deducted proportionally from base).

| Component           | Percentage of Volume | Share of Total Fee |
| ------------------- | -------------------- | ------------------ |
| Terminal            | 0.43125%             | 28.75%             |
| Creator             | 0.503125%            | 33.54%             |
| Protocol            | 0.215625%            | 14.38%             |
| KOL                 | 0.35%                | 23.33%             |
| **Total Collected** | **1.50%**            | **100.00%**        |

Fees are in addition to any TON Blockchain network costs. For other fees (e.g., token creation or migration), refer to [the Memepad section](/memepad/uranus.md#fees).

{% hint style="info" %}
Fees are collected in TON and can be claimed via [the Rewards section](/start/rewards.md).
{% endhint %}


---

# 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/x1000-mempad-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.
