# 手续费结构

Byreal 不在兑换基础上收取任何额外平台费用。以下是您可能遇到的费用透明说明：

## 兑换手续费

**兑换手续费：** 每个资金池都有自己的费率等级（例如 0.01%、0.10% 或 0.20%）。此费用从输入代币中扣除，归流动性提供者所有。费率等级在交易前的资金池详情中显示。

**网络费用（Gas）：** 通过 AMM 路由的链上兑换需要少量 Solana 网络费用（通常为 0.00001-0.00002 SOL）。此费用支付给 Solana 网络，而非 Byreal。

**RFQ 兑换：** 链下 RFQ 执行不收取兑换手续费和 Gas 费用。您获得零价格影响的确定报价。

## 手续费分配

总兑换手续费从输入代币（您提供的代币）中扣除，分配如下：

* 80% 归流动性提供者（做市商）
* 20% 归 Byreal 金库

此分配比例在所有资金池中统一适用。


---

# 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://docs.byreal.io/zh-my/trade/fee-structure.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.
