# Dynamic Fee Selection&#x20;

**Dynamic Fee Selection (DFS)** is a mechanism to help liquidity providers (LPs) make better decisions about the fees they charge in Dynamic Flow Automated Market Maker (DFAMM) pools. In AMMs that support concentrated liquidity, LPs have to choose from different fee tiers for each pool. Even if the pools contain the same tokens, the trading volumes, price actions, revenues, and risks can vary depending on the fee tier selected. DFS simplifies this decision-making process by working closely with the Automated Liquidity Controller (ALC) to determine the optimal fee for each pool.

<table><thead><tr><th>Price Range (Bin)</th><th>Fees %</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C; 64 Bins</td><td>0.005%</td><td></td></tr><tr><td>&#x3C; 127 Bins</td><td>0.01%</td><td></td></tr><tr><td>&#x3C; 255 Bins</td><td>0.05%</td><td></td></tr><tr><td>&#x3C; 511 Bins</td><td>0.1%</td><td></td></tr><tr><td>greater than or equal  512 Bins</td><td>0.25%</td><td></td></tr></tbody></table>

{% hint style="success" %}
**Here is how DFS responds with ALC**&#x20;

1. Increase fee: Immediately ALC Extension exceeds the maximum price.
2. Decrease fee: When concentration increases from ALC compression every 24 days.
   {% endhint %}


---

# 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.ax11.org/automated-market-makers-amm/dynamic-fee-selection.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.
