> For the complete documentation index, see [llms.txt](https://derpdex.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://derpdex.gitbook.io/home/protocol/fees.md).

# Fees

DerpDEX charges a small fee on each trade, which is proportionally distributed among liquidity providers. The fee is typically a fraction of the trade value and serves as an incentive for users to provide liquidity. By participating in liquidity provision, users can earn passive income while supporting the ecosystem.

## Flexible Fees

This new feature enables flexibility when it comes to trading fees. Instead of offering the standard 0.3% trading fee known from AMM, DerpDEX initially offers 4 separate fee tiers;&#x20;

1. 0.01% for extremely proven stablepairs,&#x20;
2. 0.05% for most of stablecoins,&#x20;
3. 0.3% for most cryptocurrencies such as ETH,
4. 1% for more exotics cryptocurrencies that degens don't mind the trading fees.&#x20;

This allows LPs to choose the pools according to the risk they are willing to take. The recommendation would be the 0.05% fee to be predominantly used for pools with similar assets such as different stable coins, 0.3% for other standard pairs like ETH/USDC and 1% for more exotic pairs.

## Fees distribution&#x20;

Shares of protocol earnings are distributed as indicated below:

1. [Stablecoin pairs](/home/protocol/fees/stablecoins.md)
2. [Other cryptocurrencies](/home/protocol/fees/other-cryptocurrencies.md)


---

# 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://derpdex.gitbook.io/home/protocol/fees.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.
