# ICDex Fee Structure

To understand how it works, it's important to know the difference between two main types of trades:&#x20;

Maker: These are the traders who place limit orders on our order book, waiting for someone to match with them. They help add available trades to the market. Because of their contribution, we offer:\
-**Maker Fee: 0% (No charge)**

Taker: These are traders who fill existing orders, often completing them immediately. They use theavailable trades set by Makers. Based on their actions, we have set the following fees:<br>

### Pairs on the TOP Board&#x20;

* Taker Fee: 0.2%&#x20;
* Maker Fee: 0

### Pairs on the RISING Board

* Taker Fee: 0.3%&#x20;
* Maker Fee: 0

### Pairs on the HIGHER RISK Board

* Taker Fee: 0.5%&#x20;
* Maker Fee: 0

This fixed fee structure ensures that everyone knows what to expect when trading on ICDex.


---

# 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://iclighthouse.gitbook.io/iclighthouse/products/icdex/guides/icdex-fee-structure.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.
