> For the complete documentation index, see [llms.txt](https://docs.tread.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tread.fi/account-creation-and-api-key-connection/fees-schedule.md).

# Fees Schedule

The builder code fee applies currently **only** to trades on these perpetual DEXs:

* Extended
* Hyperliquid
* Nado
* Ondo
* Pacifica

Trades on any other exchange not currently mentioned here are **not** charged this fee.

No volume-based fees are applied to trades on Centralized Exchanges (such as Binance, Bybit, among others).&#x20;

### Fee schedule

Your fee rate is determined by your **rolling 14-day trading volume** across the eligible venues listed above. Volume from all five venues is combined into a single total. The fee is volume-based: the more you trade, the lower your rate.

| Tier | 14-day volume | Fee rate |
| ---- | ------------- | -------- |
| 0    | $0+           | 2.50 bps |
| 1    | $250,000+     | 2.00 bps |
| 2    | $1,000,000+   | 1.75 bps |
| 3    | $5,000,000+   | 1.50 bps |
| 4    | $25,000,000+  | 1.25 bps |
| 5    | $50,000,000+  | 1.00 bps |

New accounts and accounts with no eligible volume start at Tier 0.

### Where to see your current tier

<figure><img src="/files/nkoWRypfK9vfLImBfhG4" alt=""><figcaption></figcaption></figure>

Your current tier, fee rate, and rolling 14-day volume are shown on the [Points](https://app.tread.fi/points) page.&#x20;

###


---

# 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.tread.fi/account-creation-and-api-key-connection/fees-schedule.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.
