# Fee

Utilizing the fee intents on Carbon, LPs can effectively reduce the LVR as a result of drastic market swings.

Uniswap V4 allows the setting of arbitrary fee percentages. With Carbon, you can set the amount of fee charged for a swap.

Intents available here are:

1. Static Fees: A fixed fee is charged each time a swap is processed.
2. Dynamic Fees: Fee is based on the volatility of the market rewarding LPs with more fees and reducing LVR.
   1. Min fees: The lowest swap fee. This fee is applied when the pool price is at the TWAP.
   2. Max fees: The highest swap fee. This fee applies when the pool price deviates significantly from the TWAP.
   3. Quadratic multiplier: Adjust how quickly the swap fee increases as the price deviates from TWAP. Higher values make the fee more responsive to price changes.
   4. TWAP duration: The time window for querying the Time-Weighted Average Price (TWAP) used during fee calculation. Smaller values avoid charging overly high swap fees for long but are worse at capturing fees from longer-term volatility.


---

# 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.a51.finance/carbon/a51-carbon/key-intents/fee.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.
