> For the complete documentation index, see [llms.txt](https://docs.flowx.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowx.finance/protocol/perpetuals/fee.md).

# Fee

Fees are based on your rolling 14 day volume and are assessed at the end of each day in UTC.

| 14D Weighted Volume | Maker  | Taker  |
| ------------------- | ------ | ------ |
| Under 5M            | 0.015% | 0.045% |
| Above 5M            | 0.012% | 0.040% |
| Above 25M           | 0.008% | 0.035% |
| Above 100M          | 0.004% | 0.030% |
| Above 500M          | 0.000% | 0.028% |

Maker rebates are paid out continuously on each trade directly to the trading wallet.

### Deposit / Withdrawal Fee

FlowX Perp does not charge any deposit fees when users deposit to Perp Account.

A fee of **1 USDC** will be charged for each withdrawal.


---

# 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.flowx.finance/protocol/perpetuals/fee.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.
