> For the complete documentation index, see [llms.txt](https://support.power.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.power.trade/how-to-use-powertrade/fees/trading-fees.md).

# PowerTrade Fees Explained | Options, Futures & Altcoin Trading Costs

PowerTrade has a maker-taker fee model. To incentivize liquidity providers, market making orders are subject to lower fees than orders that take liquidity.

## Schedule of fees

| Instrument \ Fee Type | Maker  | Taker  | Liquidation | Settlement |
| --------------------- | ------ | ------ | ----------- | ---------- |
| Spot                  | 0.10%  | 0.10%  | 0.75%       | NA         |
| BTC,ETH Options       | 0.075% | 0.075% | 0.2%        | 0.020%     |
| Non BTC, ETH Options  | 0.15%  | 0.15%  | 0.2%        | 0.040%     |
| Perpetuals            | 0.075% | 0.075% | 0.75%       | NA         |
| Futures               | 0.075% | 0.075% | 0.75%       | 0.025%     |
| 10mins Options        | 0%     | 0%     | N/A         | 30%        |
| 1hour Options         | 0%     | 0%     | N/A         | 30%        |

## Spot Fees

### Maker Fee

Adding liquidity to the spot markets does not incur a fee.

### Taker Fee

Orders that take liquidity from the spot markets are subject to a **0.10%** fee on the value of the trade.

### Liquidation

Assets liquidated on the spot market will incur a **0.75%** fee on the value of the trade.

## Options Fees

Due to sometimes large disparities between notional value and premium value, options fees have an upper limit based on the traded amount, such that the fee is capped at a percentage of the trade value. This percentage is 12.5% of the premium.

### Maker Fee

Market making orders are subject to a **0.075%** fee on the notional value of the contract. This is capped at 12.5% of the premium.

### Taker Fee

Orders that take liquidity from the market are subject to a **0.075%** fee on the notional value of the contract. This is capped at 12.5% of the premium.

### Liquidation

Positions that get automatically liquidated are subject to a **0.5%** fee on the notional value of the contract. This is capped at 12.5% of the premium.

### Settlement

Upon delivery, contracts that get settled are subject to an additional **0.02%** fee on the settled value.

## Still have questions?

**Email Support:** <support@power.trade>

**Telegram:** <https://t.me/power_trade>

**X:** <https://x.com/PowerTradeHQ>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.power.trade/how-to-use-powertrade/fees/trading-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
