# Dynamic Fee Based on Trading Volume

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

This plugin can drive loyalty and retention by implementing VIP programs.

Be sure to integrate user-facing logic to explain tiered discounts and eligibility.

Available via **Plugins Marketplace**: <https://market.algebra.finance/plugin/dynamic-fee-based-on-trading-volume/>
{% endhint %}

### User-Oriented Overview:

Some pools may use a **VIP-tiered system** where **frequent traders pay lower fees**. The more you trade over time, the better your status—just like a loyalty program.

* Your on-chain trading history is verified automatically using ZK technology.
* If eligible, your swap will execute with a **discounted fee**, reflecting your current tier.

You can check your current VIP status **before swapping**—the interface will show your tier and any available benefits.

> 🔐 This process is fully decentralized and requires no login or trust in a third party.


---

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