# Fee Tiers

There are 4 default fee tiers when creating a Concentrated Liquidity position on NILE:

* **0.01% -** The lowest fee tier available (1 bps), this provides the best rate for highly correlated and pegged assets: e.g. (USDC,USDT)
* **0.05% -** The second lowest fee tier, this is good for competitive asset classes, such as USDC/WETH, which generate a lot of volume.
* **0.3% -** This fee tier is the standard for  pairs that do not fall in the other categories.
* **1.0% -** Currently the highest fee tier available, 100bps provides sufficient fee generation to offset the risk of providing liquidity for highly volatile assets.

{% hint style="info" %}
New fee tiers may be added in the future based on market conditions, and would be creatable through the V2 Pool Factory
{% 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.thenile.exchange/concentrated-liquidity-core/concentrated-liquidity/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.
