# Dynamic Pricing Structure

To optimize liquidity provisioning, we implement a \*\*dynamic fee structure\*\* that adjusts based on trading activity. The fee rate $ f $ is determined as:

**f = fbase + λ V / Vavg**

Where:

* **fbase:** Base fee rate (e.g., 0.3%).
* **λ:** Sensitivity parameter.
* **V:** Change in trading volume over a given period.
* **Vavg:** Average trading volume over the same period.

This ensures that fees increase during periods of high volatility, discouraging excessive speculation and stabilizing the market.


---

# 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://all-access-anonymous.gitbook.io/decentralised-intelligent-network-dine/liquidity-provisioning-strategies/dynamic-pricing-structure.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.
