> For the complete documentation index, see [llms.txt](https://dextr-protocol.gitbook.io/dextr-avmm-whitepaper-v3.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dextr-protocol.gitbook.io/dextr-avmm-whitepaper-v3.0/fee-and-revenue/fee-types.md).

# Fee Types

Dextr implements two types of fees to sustain its operations and incentivize participation within its ecosystem:

### **1. Trading Fees**

&#x20;These fees are paid by users who "take" liquidity from the protocol (known as takers). The total fee consists of two parts:&#x20;

* **➡️LP Fees:** This fee compensates LPs for supplying assets. LPs quote the fee they wish to charge for settling the trade. LP fees earned are automatically added to the LPs' liquidity reserves. [🔙](/dextr-avmm-whitepaper-v3.0/liquidity-provisioning/liquidity-positions.md#discounted-fee-this-fee-discount-applied-to-a-trader-is-calculated-by-subtracting-the-offered-discou)
* **Protocol Fees:** This fee supports the operational expenditure of the protocol. The protocol Fees is distributed as follows:
  * **25% to DAO Treasury:** To fund community-driven initiatives for continuous improvement and innovation.
  * **25% to Foundation:** To cover operational costs.
  * **25% to Operators:** To maintain robust security infrastructure and protect the protocol against MEV exploits.
  * **25% to Underwriters:** Dextr allocates 25% of the fees to the underwriters involved providing economic security to traders and LPs against MEV.

{% hint style="info" %}
These figures are changeable. Additional fee for Hooks may apply.&#x20;
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://dextr-protocol.gitbook.io/dextr-avmm-whitepaper-v3.0/fee-and-revenue/fee-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
