# Fee Tiers

At Yuzu, we've redefined the concentrated liquidity AMM to prioritize user-friendliness and cost-efficiency, offering a superior alternative to traditional DEXs and CEXs.

## **For Liquidity Providers (LPs):**

Yuzu features a flexible fee tier structure tailored to different token pair characteristics. This system empowers LPs to optimize their strategies based on the correlation and price volatility of the tokens they provide liquidity for:

| **Fee Tier**                                 | **Description**                                                                                                                                                                          |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **0.01%** – Historically Proven Stable Pairs | Designed for pairs, with a proven history of being very stable.                                                                                                                          |
| **0.05%** – Stable Pairs                     | Designed for highly correlated pairs, such as stablecoins (e.g., USDT-USDC). These pairs involve minimal price risk, and the low fee suits traders seeking cost-effective swaps.         |
| **0.3%** – Most Pairs                        | Ideal for token pairs with moderate correlation and occasional price swings (e.g., MOVE-USDC). The higher fee compensates LPs for the increased price risk compared to stablecoin pairs. |
| **1%** – Exotic Pairs                        | Best suited for pairs with minimal correlation and significant price volatility (e.g., exotic token pairs). This elevated fee rewards LPs for bearing higher price risk.                 |

By aligning fees with token behavior, Yuzu provides a balanced approach that benefits both traders and liquidity providers, fostering a sustainable and profitable ecosystem for all participants.


---

# 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.yuzu.finance/products/clmm/fee-tiers.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.
