# VIP Fee Tier

SynFutures offers tiered fee discounts on select pairs based on monthly taker volume. Discounts are available to all traders, with the discount amount determined by the taker volume threshold achieved.

See the chart below:

| Tier    | Taker Volume (Monthly) | Taker (bps) | Maker (bps) |
| ------- | ---------------------- | ----------- | ----------- |
| Regular | < $1M                  | 5           | 0           |
| VIP 1   | ≥ $1M                  | 4.5         | 0           |
| VIP 2   | ≥ $10M                 | 4           | 0           |
| VIP 3   | ≥ $50M                 | 3           | -0.5        |
| VIP 4   | ≥ $150M                | 2           | -1          |

Fee tier discounts are available on select asset pairs:

* BTC-USDC-PERP
* ETH-USDC-PERP

> Example: If a trader conducts $100 million in taker volume within the BTC-USDC-PERP pair on SynFutures during the calendar month, the discounted fee will amount to a 20,000 USDC ($100 million \* 0.02%).

### VIP Discount Distribution

Discounts will be distributed on the 20th of the sequential month, paid out in margin tokens. If the address is a contract, the discount will be distributed to the last operator.

{% hint style="info" %}
Only taker volume qualifies for discounts. Maker activity is not included. Changes to the receiving wallet, including those caused by hacks or other malicious activity, will not be acknowledged by SynFutures.<br>
{% endhint %}


---

# 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://docs.synfutures.com/oyster-perp/vip-fee-tier.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.
