# Fees

<figure><img src="/files/qVWbK2ikcVeZoK1Q2iwh" alt=""><figcaption></figcaption></figure>

DragonSwap ensures transparent trading fees.

### Checking Swap Fees

* "Trading Fee" section displays applicable fees.
* "Route" section shows liquidity pool details, with an option to view routing specifics.

### V3 Liquidity Pool Fees

Each V3 liquidity pool has a custom fee set by the pool creator.

* Fee tiers: 0.01%, 0.05%, 0.1%, 0.20%, 0.50%, and 1%.

<table><thead><tr><th width="142">Category</th><th align="center">0.01%</th><th align="center">0.05%</th><th align="center">0.10%</th><th align="center">0.20%</th><th align="center">0.50%</th><th align="center">1%</th></tr></thead><tbody><tr><td>Liquidity Providers</td><td align="center">0.008%</td><td align="center">0.04%</td><td align="center">0.08%</td><td align="center">0.16%</td><td align="center">0.40%</td><td align="center">0.80%</td></tr><tr><td>Treasury</td><td align="center">0.002%</td><td align="center">0.01%</td><td align="center">0.02%</td><td align="center">0.04%</td><td align="center">0.10%</td><td align="center">0.20%</td></tr></tbody></table>

### V2 Liquidity Pool Fees

V2 pools have a standard 0.3% trading fee, distributed as follows:

* 0.24% to liquidity providers
* 0.06% to DragonSwap’s treasury


---

# 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.dgswap.io/products/fees.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.
