# Trading Fees

Your trading volume on Pacifica determines your fee tier.\
\
Fees tiers update daily based on an account's volume over the past 14 days.\
\
All subaccounts share the same fee tier as the master account.\
Subaccount volumes count toward the master account total for fee calculations.

| Tier  | 14-day Rolling Volume | Maker Fee | Taker Fee |
| ----- | --------------------- | --------- | --------- |
| 1     | 0                     | 0.015%    | 0.040%    |
| 2     | > $5,000,000          | 0.012%    | 0.038%    |
| 3     | > $10,000,000         | 0.009%    | 0.036%    |
| 4     | > $25,000,000         | 0.006%    | 0.034%    |
| 5     | > $50,000,000         | 0.003%    | 0.032%    |
| VIP 1 | > $100,000,000        | 0.000%    | 0.030%    |
| VIP 2 | > $250,000,000        | 0.000%    | 0.029%    |
| VIP 3 | > $500,000,000        | 0.000%    | 0.028%    |

Note:

* All volume thresholds refer to your total executed trading volume in USD equivalent.
* Fees are settled automatically for each trade upon execution.


---

# Agent Instructions: 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://pacifica.gitbook.io/docs/trading-on-pacifica/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.
