# Referral Mechanism

### Introduction

The Referral Program encourages the community to promote Whales Market and allows participants to share platform fees up to 50%. All users of Whales Market can join the Referral Program, whether regular users or KOLs.

\
To participate, you first need to create a Referral Link. Then use this link to invite other users to join Whales Market.

***

### Referral Rewards Structure

#### Formula

Total Referral Share % = Base Ref % + Tier Bonus % + Stake Boost % (maximum 50%)

**Note: Stake Boost will take effect once the new staking mechanism is implemented.**

Definitions:

**1. Base Referral**

The standard referral rate is 20%, subject to adjustment on a per-campaign basis; each campaign corresponds to a specific token listed on Whales Market.

**2. Tier Bonus**

Tier bonuses are based on total qualified volume within a single campaign.

| Qualified Referral Volume | Tier Bonus | Total Commission (Base + Tier) |
| :-----------------------: | :--------: | :----------------------------: |
|     $10,000 - $50,000     |     +0%    |               20%              |
|     $50,000 - $200,000    |    +10%    |               30%              |
|         $200,000+         |    +20%    |               40%              |

Important Notes:

* The highest volume tier reached applies to the entire campaign volume.
* &#x20;Volume resets with each new campaign.

**Examples**

**User A: referral volume $40k**\
→ 20% + 0%  = 20%\
Total fees: $1,000 → Referral earnings: $200.

**User B: referral volume $150K**\
→ 20% + 10%  = 30%\
Total fees: $3,750 → Referral earnings: $1,125

**User C: referral volume $800K**\
→ 20% + 20% = 40%\
Total fees: $20,000 → Referral earnings: $8,000

3. **Stake Boost**

Coming Soon...

## Qualified Volume

* Buy, Sell, and Resell orders: only the filled and settled portion is counted. Claimed collateral is counted.&#x20;
* Not counted: canceled offer, platform decides to cancel a premarket.

## Payout

The payment process is automatically handled by the smart contract and occurs at the moment orders are settled during the settlement phase. The payout asset is the campaign listing’s fee asset.


---

# 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.whales.market/referral-program/referral-mechanism.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.
