# Position Exchange's Futures Transaction Fees

**Futures transaction fees:**

The transaction fee is calculated based on your notional value

**How are transaction fees calculated?**

Formula for Perpetual transaction fees:

Transaction fee = Notional value × Transaction fee rate

Nominal value = Order Quantity × Order Price (Avg. Price for Market Order)

For Position Exchange users, Maker fees are 0.01% and Taker fees are 0.02%.

Buying 1 BTCBUSD Futures Contract using a Market Order and leverage of 10x:

> Suppose that the average filled price is 49,000 BUSD

Notional value

\= Order Quantity  × Order Price (Avg. Price for Market Order)

\= 1 BTC × 49,000

\= 49,000

Then, there is a transaction fee of 49,000 × 0.02% = 9.8 BUSD.

Initial Margin

\= Order Quantity / Leverage \* Order Price (Avg. Price for Market Order)

\= 1/10 \* 49,000

\= 4,900 BUSD

So the final amount you need to pay to open a Market order is 4,909.8 BUSD.

{% hint style="info" %}
Note: Before opening a position on Position Exchange, you should be aware that you will need to pay the gas fee for the blockchain because all transactions happen on-blockchain. The amount of the gas fee will depend on the source chain.
{% endhint %}


---

# 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.position.exchange/products/trading-protocol/beginners-guide/position-exchanges-futures-transaction-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.
