# Frequently Asked Questions

**What makes CLAMM better than traditional AMMs?**

CLAMM allows liquidity providers to focus their capital within specific price ranges, making trades more efficient and reducing slippage. This targeted liquidity also ensures that trading fees are maximized within the most active price zones.<br>

**What happens if trades occur outside my specified price range?**

If trades occur outside your chosen range, your liquidity will no longer be active. However, you can adjust your position to reallocate funds to a more active price range.

**Can I change my price range after adding liquidity?**

Yes, you can remove your liquidity and add it again with a new price range.

**What fee tier should I choose?**

The fee tier depends on the pair’s expected trading activity:

• Low volatility pairs (e.g., stablecoins): 0.01% or 0.05%.

• Moderate activity pairs: 0.3%.

• High volatility pairs: 1%.


---

# 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.ayin.app/ayin/ayin-metadex/frequently-asked-questions.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.
