> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics.md).

# Fee Mechanics

{% hint style="info" %}
**Note for DEX Teams:**

One of the key benefits of **Algebra Integral** is its **modular plugin architecture**, which allows every DEX to tailor its trading experience to meet both market conditions and community incentives via chosen Plugins.

This flexibility means that **each liquidity pool can have a unique fee structure**—adjusting based on market dynamics, user activity, or even individual addresses. All of this is possible thanks to a growing set of plugins available through Algebra’s plugin marketplace.

The materials in this section **are general user-facing onboarding descriptions** and should be adapted to reflect the actual configuration of each pool on your platform.
{% endhint %}

{% hint style="warning" %}
Ensure your fee policy and plugin usage are **clearly communicated in your interface**, and provide links to full explanations where needed.
{% endhint %}

{% content-ref url="/pages/HLf2BjYOYEWS9HPUtnAU" %}
[Static Fee](/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics/static-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/H9Uq8vrb6Br3zL69CzYa" %}
[Dynamic Fee](/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics/dynamic-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/OTk75IqHbfvC9UE8IdLf" %}
[Sliding Fee](/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics/sliding-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/aSjRPqCuDFljfUAt0iU9" %}
[Dynamic Fee Based on Trading Volume](/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics/dynamic-fee-based-on-trading-volume.md)
{% endcontent-ref %}

{% content-ref url="/pages/DBqKu8bm8Xt1XBRO8Kxg" %}
[Managed Swap Fee](/algebra-integral-documentation/algebra-integral-technical-reference/plugins/managed-swap-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/s3xccv2JeejRfd74USqC" %}
[Whitelist Fee Discount](/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics/whitelist-fee-discount.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.algebra.finance/algebra-integral-documentation/user-guide-template-for-dexes/concentrated-liquidity-and-modular-architecture-basics/fee-mechanics.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.
