# Protocol Fees

When interacting with the SEGA protocol, there are two primary types of fees to be aware of: trading fees and pool creation fees. These fees are designed to support the ecosystem and reward liquidity providers.

### Trading Fees on SEGA <a href="#trading-fees-on-sega" id="trading-fees-on-sega"></a>

For every swap that occurs in a pool on SEGA, a small trading fee is collected. The fee structure varies depending on the specific pool, and the collected fees are distributed to incentivize liquidity providers and the treasury.

***

#### Fee Structure for Standard AMM Pools <a href="#fee-structure-for-standard-amm-pools" id="fee-structure-for-standard-amm-pools"></a>

* **Trading Fee:** The trading fee for standard AMM(AMM V2) pools is **0.25%** per swap.
  * **Liquidity Providers:** Receive **84%** of the trading fee for every swap in the pool.
  * **Treasury:** Allocated **16%** of the collected fees to support the protocol.

***

### Pool Creation Fee <a href="#pool-creation-fee" id="pool-creation-fee"></a>

Creating a standard AMM(AMM V2)  pool incurs a **0.15 SOL** fee. This fee is designed to:

1. Prevent spam creation of pools.
2. Ensure the sustainability of the SEGA protocol.

<br>

<br>


---

# 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.sega.so/protocol/protocol-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.
