# Claiming rewards

Your cashback and referral earnings accumulate in your FastTrack account until you claim them. Claiming pays them out directly to your active wallet on Solana.

## How to claim

1. Open the FastTrack popup and go to the Rewards tab.
2. The unclaimed balance is shown at the top, broken down by source (cashback, L1, L2, L3).
3. Click **Claim**.
4. We sign a transfer transaction and pay out to your active wallet. You receive on-chain confirmation within a few seconds.

## Minimum claim

* Gross minimum: **0.01 SOL** (10,000,000 lamports). Below this, the Claim button is disabled until your balance grows.
* Network fee: A 5,000 lamport (\~$0.001) Solana transaction fee is deducted from your gross at claim time. The displayed unclaimed amount already accounts for this — what you see is what you receive.

## Where the payout goes

Payouts always go to your **currently active wallet** at the moment you click Claim. If you have multiple wallets and want to receive payout on a specific one, switch the active wallet in settings before claiming.

If you don't have an active wallet (e.g. you haven't generated one yet), the Claim button shows an error pointing you to generate or import a wallet first.

## Claim history

Your past claims are listed in the Rewards tab with status, signature, and date. Click a signature to view the transaction on a Solana explorer.

## What if a claim fails?

Claims can occasionally fail due to network congestion or our payout wallet running low. The status will show "Failed" in the history. We are notified automatically and your balance is restored to unclaimed within a few minutes so you can retry.

If a claim shows "Failed" for more than an hour, contact <hello@willet.cc>.

## Tax

Claimed cashback and referral earnings may be taxable in your jurisdiction. We do not provide tax advice. Keep your own records of claimed amounts and dates.


---

# 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/claiming.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.
