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

# Trading Fees

### Volume-based fee tiers

In appreciation of our users' support, TxFlow is introducing a VIP program on spot and perpetual. Fees are based on your rolling 14 day volume and are assessed at the end of each day in UTC.

There are separate fee schedules for perps vs spot. Perps and spot volume will be counted together to determine your fee tier: `14d weighted volume = (14d perps volume) + (14d spot volume)`.

<table><thead><tr><th width="83.671875" align="center">Level</th><th width="159.87109375" align="center">Weighted volume</th><th width="129.05859375" align="center">Perps Maker</th><th width="124.90234375" align="center">Perps Taker</th><th align="center">Spot Maker</th><th align="center">Spot Taker</th></tr></thead><tbody><tr><td align="center">VIP 0</td><td align="center">&#x3C; $5M</td><td align="center">0.0150%</td><td align="center">0.0450%</td><td align="center">0.0400%</td><td align="center">0.0700%</td></tr><tr><td align="center">VIP 1</td><td align="center">≥ $5M</td><td align="center">0.0120%</td><td align="center">0.0400%</td><td align="center">0.0300%</td><td align="center">0.0600%</td></tr><tr><td align="center">VIP 2</td><td align="center">≥ $25M</td><td align="center">0.0080%</td><td align="center">0.0350%</td><td align="center">0.0200%</td><td align="center">0.0500%</td></tr><tr><td align="center">VIP 3</td><td align="center">≥ $100M</td><td align="center">0.0040%</td><td align="center">0.0300%</td><td align="center">0.0100%</td><td align="center">0.0400%</td></tr><tr><td align="center">VIP 4</td><td align="center">≥ $500M</td><td align="center">0.0000%</td><td align="center">0.0280%</td><td align="center">0.0000%</td><td align="center">0.0350%</td></tr><tr><td align="center">VIP 5</td><td align="center">≥ $1B</td><td align="center">0.0000%</td><td align="center">0.0260%</td><td align="center">0.0000%</td><td align="center">0.0300%</td></tr><tr><td align="center">VIP 6</td><td align="center">≥ $2B</td><td align="center">0.0000%</td><td align="center">0.0240%</td><td align="center">0.0000%</td><td align="center">0.0250%</td></tr></tbody></table>


---

# 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:

```
GET https://docs.txflow.com/spot/trading-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.
