# Fee Structure

Byreal does not charge any additional platform fees on top of your swap. Here's a transparent breakdown of the costs you may encounter:

## Swap Fees

**Swap fee:** Each liquidity pool has its own fee tier (for example, 0.01%, 0.10%, or 0.20%). This fee is deducted from the input token and goes to liquidity providers. The fee tier is displayed in the pool details before you trade.

**Network fee (gas):** Onchain swaps via AMM routing require a small Solana network fee (typically 0.00001–0.00002 SOL). This is paid to the Solana network, not to Byreal.

**RFQ swaps:** Off-chain RFQ execution incurs no swap fee and no gas fee. You receive a firm quote with zero price impact.

## Fee Distribution

The total swap fee is deducted from the input token (the token you supply). It is distributed as follows:

* 80% goes to liquidity providers (makers).
* 20% goes to the Byreal Treasury.

This distribution applies consistently across all pools.


---

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