# Protocol fees

#### Trading fees <a href="#trading-fees" id="trading-fees"></a>

Every swap on Raydium incurs a trading fee, split between liquidity providers, RAY buybacks, and the treasury.

| Pool Type       | LP Share | Buyback | Treasury |
| --------------- | -------- | ------- | -------- |
| CLMM            | 84%      | 12%     | 4%       |
| CPMM            | 84%      | 12%     | 4%       |
| Standard AMM v4 | 88%      | 12%     | —        |

#### Pool creation fees <a href="#pool-creation-fees" id="pool-creation-fees"></a>

Creating a Standard AMM v4 or CPMM pool costs 0.15 SOL to prevent spam and support protocol infrastructure.

{% content-ref url="/pages/VXaEdzXpTEyghCuqxuIW" %}
[Treasury](/raydium/protocol/treasury.md)
{% endcontent-ref %}


---

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