# Referral program

Earn up to 35% of our net fee on every trade your referrals make. Three levels deep. No caps, no expiry.

## How it works

Every time someone trades on FastTrack, our **net fee** is whatever is left of the 1% trading fee after the trader's own cashback. A slice of that net fee flows back to the chain of referrals above the trader.

* **You refer Alice.** When Alice trades, you earn a Level 1 commission.
* **Alice refers Bob.** When Bob trades, Alice earns Level 1 and you earn Level 2.
* **Bob refers Carol.** When Carol trades, Bob earns L1, Alice earns L2, you earn L3.

The chain stops at three levels deep.

## Commission rates

| Level               | Rate (% of net fee) |
| ------------------- | ------------------- |
| 1 (direct referral) | **35%**             |
| 2 (their referrals) | **5%**              |
| 3 (one deeper)      | **3%**              |

These rates apply uniformly across tiers 1 through 6.

## Worked example

Person B signs up using your referral link and trades $10,000 of memecoins.

* FastTrack's gross fee: $10,000 × 1% = **$100**
* Person B is Tier 1, so their cashback is 25% = $25
* Our net fee: $100 − $25 = **$75**
* **Your Level 1 commission: 35% of $75 = $26.25**

If Person B refers Person C, who also trades $10,000:

* Net fee on Person C's trade: $75
* **Your Level 2 commission: 5% of $75 = $3.75**
* Person B's Level 1 commission: $26.25

If Person C refers Person D, who trades $10,000:

* Net fee on Person D's trade: $75
* **Your Level 3 commission: 3% of $75 = $2.25**

## How to share your code

1. Open the FastTrack popup and go to the Rewards tab.
2. Your unique referral code is shown at the top.
3. Share the link `willet.cc/?ref=YOUR_CODE` with anyone.

When someone installs the extension and registers, the referral code prefills automatically.

You can rename your code once every 24 hours.

## Tier interaction

Because commissions come out of the net fee, higher-tier traders generate slightly smaller absolute payouts (their cashback is bigger, so the net fee is smaller). The headline percentage stays the same; the absolute amount scales naturally.

For example, a Tier 5 referee at 60% cashback has a net fee of 40% of gross. Your 35% L1 commission is then `35% × 40% = 14%` of the gross fee on their trades.

## Payouts

Referral commissions accumulate alongside your own cashback. Claim them together from the Rewards tab. See [Claiming rewards](/fees-and-rewards/claiming.md).

## Influencer partnerships

If you have an audience and want custom rates beyond the standard 35%, see [KOL partnerships](/fees-and-rewards/kol-partnerships.md).


---

# 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.willet.cc/fees-and-rewards/referrals.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.
