> For the complete documentation index, see [llms.txt](https://docs.extended.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.extended.exchange/extended-resources/trading/trading-fees-and-rebates.md).

# Trading Fees and Rebates

### Trading Fees

Currently, Extended features a flat fee structure for both perpetuals and spot markets:

* Taker: 0.025%
* Maker: 0.000%

The team reserves the right to update the fee schedule going forward.

### Makers Rebates

Eligible makers whose share of the total maker volume on the exchange, calculated across both perpetuals and spot markets over the past 30 days, meets the following thresholds will automatically receive a fee rebate on their maker volume:

* 0.002% rebate if market share ≥ 0.5%
* 0.004% rebate if market share ≥ 1%
* 0.008% rebate if market share ≥ 2.5%
* 0.013% rebate if market share ≥ 5%

Terms:

1. Formal enrollment is not required; rebates are automatically accrued for all eligible makers.
2. Rebates are disbursed daily at 00:00 UTC for the preceding 24 hours to the Extended accounts of qualifying market makers, determined by their share of the total maker volume on the exchange over the last 30 days.
3. Please note that a rebate will be paid only if the rebate accrued for the last 24 hours is $10 or greater.

For inquiries regarding Maker Rebates, please reach out to us at <makers@extended.exchange>.


---

# 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://docs.extended.exchange/extended-resources/trading/trading-fees-and-rebates.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.
