# Referral Program

With the MUX referral program, referrers can earn rebates from referee’s trading fees, and traders (referees) can enjoy trading fee discounts by using a referral code.

In the referral tier system, everyone starts with a casual tier with no threshold, and users can level up the tier by increasing the veMUX holding. The referral rebate rate goes up to 35%, and the trading fee discount goes up to 10%.

| Tier   | veMUX Holding (USD) | Your Rebate Rate | Referee's Discount |
| ------ | ------------------- | ---------------- | ------------------ |
| Casual | ≥ $0                | 2.5%             | 2.5%               |
| VIP 1  | ≥ $5K               | 5%               | 5%                 |
| VIP 2  | ≥ $50K              | 10%              | 5%                 |
| VIP 3  | ≥ $250K             | 20%              | 5%                 |
| VIP 4  | ≥ $500K             | 25%              | 5%                 |
| 💎🙌   | ≥ $1M               | 35%              | 10%                |

The referral rebates and trading fee discounts are derived from leveraged trading position open and close fees; the open and close fee rates are 0.075% of the position size. Additionally, the rebates and discounts don’t apply to the spread on BNB, AVAX and FTM positions.

The value of an account’s veMUX holding at Thursday 0:00am UTC determines the account’s referral tier for the previous week. When the MUX protocol calculates users’ veMUX holding value, it uses the MCB token average price from the past seven days.

Regarding trading fee discounts, traders can apply referral codes to their accounts; the trading fees will be discounted based on the rate of the code.

The referral rebates and trading fee discount will airdrop to users’ recipient addresses weekly on Thursday UTC, in the form of WETH tokens.

## Referral Tutorials

* [As Referrer - Create a Referral Code](/tutorials/referral.md#as-referrer-create-referral-code)
* [As Referrer - Share Referral URL](/tutorials/referral.md#as-referrer-share-referral-url)
* [As Referrer - Change Code Recipient Address](/tutorials/referral.md#code-details-change-code-recipient-address)
* [As Referrer - Transfer Referral Code Ownership](/tutorials/referral.md#code-details-transfer-referral-code-ownership)
* [As Trader - Apply a New Referral Code](/tutorials/referral.md#as-trader-apply-a-new-referral-code)
* [As Trader - Change Applied Referral Code](/tutorials/referral.md#as-trader-change-applied-referral-code)


---

# 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.mux.network/protocol/referral-program.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.
