# Trading Fees

#### 1. **Maker Orders**

* Fee Rate: **0.02%**

#### 2. **Taker Orders**&#x20;

* Fee Rate: **0.04%**

### Fee Calculation Formula

Trading fees are calculated as follows:

$$
\text{Trading Fee} = \text{Position Value} \times \text{Fee Rate}
$$

### Example Scenario

Consider a trader with the following parameters:

* **Initial Capital**: 600 USD
* **Leverage**: 100x
* **Position Value**: $$600 \text{ USD} \times 100 = 60,000 \text{ USD}$$

The corresponding fee calculation would be:

* **Opening Position** *(Taker Order)*:

$$
60,000 \text{ USD} \times 0.04% = 24 \text{ USD}
$$

* **Closing Position** *(Taker Order - Market)*:

$$
60,000 \text{ USD} \times 0.04% = 24 \text{ USD}
$$

* **Closing Position** *(Maker Order - Limit)*:

$$
60,000 \text{ USD} \times 0.02% = 12 \text{ USD}
$$


---

# 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://naviprotocol.gitbook.io/astros/astros-perpetual/perpetual-trading/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.
