> For the complete documentation index, see [llms.txt](https://tokenlon.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://tokenlon.gitbook.io/docs/learn/tokenlon-intro/tokenlon-shan-dui-fei-lv-jie-shao.md).

# Tokenlon 闪兑费率介绍

Tokenlon 手续费由以下两个费用决定，最终仅收取两者中较高的那个费用：

* 交易费
* 网络矿工费

#### **交易费**

* USDT 等稳定币间交易对：0.04%
* 其他交易对：0.3%

同时交易费率将会根据该用户「过去 30 天的累计交易额」或「LON 持有数量」而变动（满足其中一个条件即可）：

| 等级 | 交易费率  | LON 持有量  |   | 过去 30 天累计交易额（美元） |
| -- | ----- | -------- | - | ---------------- |
| 0  | 0.30% | < 1      | 和 | < 30k            |
| 1  | 0.29% | ≥ 1      | 或 | ≥ 30k            |
| 2  | 0.28% | ≥ 5      | 或 | ≥ 50k            |
| 3  | 0.26% | ≥ 20     | 或 | ≥ 100k           |
| 4  | 0.24% | ≥ 100    | 或 | ≥ 200k           |
| 5  | 0.22% | ≥ 500    | 或 | ≥ 500k           |
| 6  | 0.20% | ≥ 1,000  | 或 | ≥ 1m             |
| 7  | 0.18% | ≥ 2,000  | 或 | ≥ 2m             |
| 8  | 0.15% | ≥ 5,000  | 或 | ≥ 5m             |
| 9  | 0.10% | ≥ 10,000 | 或 | ≥ 10m            |

注：交易手续费率，如果同时满足「LON 持有量」和 「30 天交易额」的折扣条件，系统将取用户优惠最大的条件。

#### **矿工费**

* 对于「卖出 ETH」的交易，交易由用户自行上链，Tokenlon 不收取（代收）矿工费。
* 对于「非卖出 ETH」的交易，交易将由 Tokenlon 代为上链，并将上链矿工费用于最终费用计算。如果代收矿工费高于交易费，Tokenlon 则仅收取矿工费；如果代收矿工费低于交易费，Tokenlon 则仅收取交易费。

代收矿工费取决于当前以太坊网络拥堵情况，系统将动态调整代收矿工费进行上链，以确保交易成功。

#### **注意事项**

1. 小额交易时，代收矿工费可能会高于交易费，导致实际收费超过 0.3%
2. 过去 30 天累计交易额更新频次为每小时一次
3. 收取的费用将在用户收到的代币中直接扣除


---

# 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://tokenlon.gitbook.io/docs/learn/tokenlon-intro/tokenlon-shan-dui-fei-lv-jie-shao.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.
