# Fee structure

FastTrack charges a flat **1% fee** on every trade. A portion of that fee is returned to you as cashback. Another portion may be paid to the upline if you signed up through a referral link.

## Gross fee

| Action         | Fee                       | Notes                                                |
| -------------- | ------------------------- | ---------------------------------------------------- |
| Buy            | **1.00%** of SOL spent    | Deducted atomically with the swap                    |
| Sell           | **1.00%** of SOL received | Deducted atomically with the swap                    |
| Claim cashback | \~0.000005 SOL            | Standard Solana network fee, paid out of your payout |

A round-trip trade (buy then sell of equivalent size) costs **2%** of trade volume before cashback.

## What happens to the 1%

Each trade's fee is divided three ways:

1. **Cashback to you.** Between 25% and 60% of the fee, based on your [tier](/fees-and-rewards/cashback-tiers.md).
2. **Referral commissions.** If you signed up via a referral link, up to 35% of the remaining fee flows back to your upline across three levels.
3. **Us.** What's left covers infrastructure, RPC, support, and operations.

## How much you actually pay

After cashback is returned, your effective cost looks like this:

| Your tier    | Cashback | Effective fee per trade |
| ------------ | -------- | ----------------------- |
| Tier 1 (new) | 25%      | 0.75%                   |
| Tier 2       | 35%      | 0.65%                   |
| Tier 3       | 45%      | 0.55%                   |
| Tier 4       | 55%      | 0.45%                   |
| Tier 5       | 60%      | 0.40%                   |

Higher tiers unlock at higher lifetime trading volume. See [Cashback tiers](/fees-and-rewards/cashback-tiers.md) for thresholds.

## When you receive cashback

Cashback accrues to your account on every confirmed trade. It does **not** hit your wallet immediately — it sits in your account balance until you claim it. The minimum claim amount is 0.01 SOL gross.

[Claiming rewards](/fees-and-rewards/claiming.md) covers the process in detail.


---

# 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/fee-structure.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.
