# 手数料体系

Byrealはスワップに追加のプラットフォーム手数料を一切請求しません。以下は、発生する可能性のあるコストの透明な内訳です。

## スワップ手数料

**スワップ手数料：** 各流動性プールには固有の手数料ティア（例：0.01%、0.10%、0.20%）があります。この手数料は入力トークンから差し引かれ、流動性提供者に支払われます。手数料ティアは取引前にプールの詳細に表示されます。

**ネットワーク手数料（ガス）：** AMMルーティングによるオンチェーンスワップには、少額のSolanaネットワーク手数料（通常0.00001〜0.00002 SOL）がかかります。これはSolanaネットワークに支払われるもので、Byrealには支払われません。

**RFQスワップ：** オフチェーンRFQ約定にはスワップ手数料もガス代もかかりません。プライスインパクトゼロの確定クオートを受け取れます。

## 手数料の分配

スワップ手数料の合計は入力トークン（あなたが提供するトークン）から差し引かれます。分配は以下の通りです。

* 80%は流動性提供者（メーカー）に支払われます。
* 20%はByreal Treasuryに充てられます。

この分配はすべてのプールで一貫して適用されます。


---

# 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/ja-jp/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.
