# Cashback tiers

Cashback is a refund of part of your trading fee. The more you trade, the higher your cashback rate becomes.

## Self-serve tiers

These tiers are unlocked automatically based on lifetime trading volume:

| Tier | Lifetime volume | Cashback       |
| ---- | --------------- | -------------- |
| 1    | 0 SOL           | **25%** of fee |
| 2    | 100 SOL         | **35%**        |
| 3    | 500 SOL         | **45%**        |
| 4    | 2,000 SOL       | **55%**        |
| 5    | 10,000 SOL      | **60%**        |

Lifetime volume is the sum of SOL traded across all your buys and sells. It never decreases.

When your lifetime volume crosses a threshold, your tier updates automatically. The next trade after the threshold uses the new cashback rate.

## How to check your tier

Open the FastTrack popup and click the Rewards tab. Your current tier, cashback rate, and lifetime volume are shown at the top.

## How cashback is paid

Each confirmed trade creates a cashback entry in your account. Entries accumulate until you claim them.

* Cashback is calculated as `gross_fee × cashback_rate`.
* For example, a 1 SOL buy at Tier 1 charges 0.01 SOL in fees. You earn 0.0025 SOL (25%) as cashback.
* Cashback is paid out to your active wallet when you click Claim. A 5,000-lamport network fee is deducted from the payout.

## Partner tiers

Beyond the self-serve range, three additional tiers exist for negotiated relationships:

* **Tier 6 — KOL.** XX% cashback, plus full referral rates. Assigned by the FastTrack team to influencers and content creators. See [KOL partnerships](/fees-and-rewards/kol-partnerships.md).

Partner tiers are not available through self-serve volume — they are assigned by the team.


---

# 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/cashback-tiers.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.
