# Trading Fees

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Tier</strong></td><td valign="top"><strong>Volume</strong></td><td valign="top">Taker</td><td valign="top">Maker</td></tr><tr><td valign="top">0</td><td valign="top">&#x3C;5,000,000</td><td valign="top">0.025%</td><td valign="top">0.012%</td></tr><tr><td valign="top">1</td><td valign="top">>5,000,000</td><td valign="top">0.020%</td><td valign="top">0.010%</td></tr><tr><td valign="top">2</td><td valign="top">>25,000,000</td><td valign="top">0.015%</td><td valign="top">0.005%</td></tr><tr><td valign="top">3</td><td valign="top">>100,000,000</td><td valign="top">0.010%</td><td valign="top">0.000%</td></tr><tr><td valign="top">4</td><td valign="top">>500,000,000</td><td valign="top">0.005%</td><td valign="top">0.000%</td></tr><tr><td valign="top">5</td><td valign="top">>1,000,000,000</td><td valign="top">0.0025%</td><td valign="top">0.000%</td></tr></tbody></table>

\* The maker is the trader that adds order to the order book. When you create a limit order, and it is not instantly executed - you are the maker.

\*\* The taker is the person that takes an order from the order book. When placing a MARKET order or a LIMIT order that executes instantly - you are the taker.

\*\*\* Fee tires are recalculated every hour based on 30 day traded volume.


---

# 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.dmex.app/trading-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.
