# Maker and Taker Fees

### **TTT Commission Structure Explained**

* **Zero Funding & Closing Fees**\
  Trade without worrying about extra costs—**no funding fees** and **no closing fees**, making trading more cost-effective.
* **Maker Fee: 0.02%**\
  Enjoy ultra-low **maker fees** when placing limit orders that add liquidity to the order book.

{% hint style="info" %}
**Example:** If you open a $10,000 trade as a maker, the fee would be **$2** (10,000 x 0.02%).
{% endhint %}

* **Taker Fee: 0.04%**\
  For market orders that remove liquidity, a **0.04% taker fee** applies.

{% hint style="info" %}
**Example:** If you place a $10,000 market order, the fee would be **$4** (10,000 x 0.04%).
{% endhint %}

### **Leverage-Based Fee Calculation (No Cap)**

**Position size** determines trading fees at The True Trade, without a leverage cap.

* <mark style="background-color:blue;">**Position Size = (Initial Margin × Leverage) \* Maker/Taker Fee**</mark>

**Example Calculation**

* If you trade with **$10 initial margin** and **1000x leverage**, your position size will be: **$10 × 1000 = $10,000 USDT**

{% hint style="info" %}
**Example:** <mark style="color:blue;">Calculate the final fee as \[$10,000 USDT \* Maker/Taker fee], depending on your leverage, with leverage up to 1000X and no cap.</mark>
{% endhint %}

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


---

# 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://learn.thetruetrade.io/fee-structure/maker-and-taker-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.
