# Fees

AstherusEX charges a maker fee of 0.02% and a taker fee of 0.07%.

**How are fees calculated?**

Transaction fee = Nominal value × Transaction fee rate

whereby:

* *Nominal value = Number of futures contracts × Transaction price*<br>

For example, you place a market order for BTCUSDT at market price of $60k USD:

Nominal value = Number of futures contracts × Transaction price\
\= 0.1 BTC × 60,000\
\= 6,000

As a Taker, you would pay a transaction fee of 6,000 × 0.07% = 4.2 USDT.

If BTCUSDT price increases, you could place a Maker sell order.&#x20;

As a Maker, you would pay a transaction fee of 6,000 × 0.02% = 1.2 USDT.

**Glossary**

Maker Order: A maker order is not filled immediately. It goes to the order book and stays there until another trader fills the order.

Taker Order: A taker order is filled immediately as you are filling an existing order with a matching price on the order book. <br>


---

# 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.asterdex.com/astherusex-orderbook-perp-guide/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.
