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

# BBX DEX Fees & VIP System

The BBX VIP Program is designed to reward active traders across the BBX DEX ecosystem with lower trading fees based on their trading activity. Users with higher rolling trading volume can unlock lower maker and taker fees for perpetual trading and other BBX DEX markets supported in the future.

***

### VIP Tier Qualification

#### How is my VIP tier determined?

Your VIP tier is determined by your rolling 14-day trading volume, aggregated across:

* Perpetual trading
* Spot trading and other BBX DEX markets, when available

Trading volume is calculated in USD equivalent and includes all eligible trades executed within the BBX ecosystem.

To qualify for VIP1 or above, users need to reach a minimum rolling 14-day trading volume of $500,000 USD.

***

#### When does my VIP tier update?

BBX evaluates VIP tiers daily at 00:00 UTC.

Once the trading volume requirement for a higher tier is met:

* The corresponding VIP tier is assigned immediately;
* The updated fee rates take effect without delay;
* If multiple tier thresholds are met at the same time, the highest applicable VIP tier will be applied.

***

#### How long does my VIP tier remain active?

After a user reaches a new VIP tier, the corresponding benefits remain active for 14 days.

During this 14-day period:

* If the user’s rolling trading volume continues to meet the tier requirement, the VIP status will be extended for another 14 days;
* If the user’s rolling trading volume falls below the current tier threshold after the 14-day period, the VIP tier will be adjusted downward accordingly.

The updated tier, whether upgraded or downgraded, will then remain active for 14 days from the time of adjustment.

***

### VIP Benefits

VIP users enjoy reduced trading fees on BBX DEX. Higher VIP tiers provide progressively lower maker and taker fees, helping active traders reduce overall trading costs and improve capital efficiency.

VIP fee benefits currently apply to perpetual trading fees. Planned spot trading fee tiers are also listed below and will apply to relevant BBX DEX spot markets when available.

***

### VIP Tier Schedule

The following table shows the VIP fee schedule for BBX DEX.

| Tier | 14D Trading Volume in Spot & Perps (USD) | Perps Maker Fee | Perps Taker Fee | Planned Spot Maker Fee | Planned Spot Taker Fee |
| ---- | ---------------------------------------- | --------------- | --------------- | ---------------------- | ---------------------- |
| VIP0 | < $500,000                               | 0.015%          | 0.055%          | 0.040%                 | 0.075%                 |
| VIP1 | ≥ $500,000                               | 0.012%          | 0.050%          | 0.030%                 | 0.065%                 |
| VIP2 | ≥ $2,000,000                             | 0.010%          | 0.048%          | 0.020%                 | 0.055%                 |
| VIP3 | ≥ $10,000,000                            | 0.008%          | 0.045%          | 0.015%                 | 0.050%                 |
| VIP4 | ≥ $50,000,000                            | 0.006%          | 0.043%          | 0.010%                 | 0.045%                 |
| VIP5 | ≥ $100,000,000                           | 0.004%          | 0.040%          | 0.005%                 | 0.040%                 |
| VIP6 | ≥ $200,000,000                           | 0.000%          | 0.038%          | 0.000%                 | 0.035%                 |
| VIP7 | ≥ $500,000,000                           | 0.000%          | 0.036%          | 0.000%                 | 0.032%                 |
| VIP8 | ≥ $1,000,000,000                         | 0.000%          | 0.033%          | 0.000%                 | 0.029%                 |

***

### Important Notes

* Trading volume is calculated on a rolling 14-day basis, not by calendar month or fixed settlement period.
* Eligible trading volume across supported BBX DEX markets is aggregated into one VIP volume metric.
* VIP fee discounts apply to BBX DEX trading fees.
* Additional fees charged by third-party frontends, partners, or service providers, if any, are not included in the VIP discount.
* Planned spot trading fee tiers will apply to relevant BBX DEX spot markets when available.

***

### Summary

The BBX VIP Program rewards users based on their overall trading activity within the BBX DEX ecosystem. By using a rolling 14-day volume model, BBX provides a transparent and dynamic fee structure that allows active traders to access better fee rates as their trading volume grows.

<br>


---

# 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.bbx.com/fees-and-vip/bbx-dex-fees-and-vip-system.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.
