> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/getting-started/rewards/rewards-page.md).

# Rewards Page

<figure><img src="/files/19uPHoeapGXjJiokKBjU" alt=""><figcaption><p>Rewards Page</p></figcaption></figure>

***

Whenever you perform an action on **trade**<mark style="color:$primary;">**dot**</mark>**fun** — trade spot, trade perps, trade memecoins, copy trade, or stake to earn yield — you earn **points in real-time**. You'll want to keep stacking those 😉. 75% of everything goes right back to the community.

While seasonal points reset, **lifetime points never disappear** — they unlock **permanent tier bonuses**.&#x20;

Tiers give you an **immediate fee discount**, ongoing **points multipliers**, **beta product features**, and a **direct line to the team behind it all**.

## Follow these steps to earn and claim rewards

{% stepper %}
{% step %}

### Check Your Stats

View your current status:

* <mark style="color:$primary;">**$TRADE**</mark> balance
* Points
* Tier level
* Cashback rate
* Unclaimed rewards
  {% endstep %}

{% step %}

### Complete Quests

Earn points by completing tasks:

* Daily quests (trading, volume, login, etc.)
* Trading challenges (milestones, consistency, big trades)
  {% endstep %}

{% step %}

### Track Boosts

Monitor active boosts that increase your rewards (if available).
{% endstep %}

{% step %}

### Claim Rewards

Go to the **Claim Rewards** panel:

* Claim accumulated points
* Check available cashback
  {% endstep %}

{% step %}

### Increase Earnings

Hold more <mark style="color:$primary;">**$TRADE**</mark> to raise your multiplier and fee discount. Trade more to climb tiers and raise your cashback.
{% endstep %}
{% endstepper %}

***

## Two ways to earn

#### <mark style="color:$primary;">**$TRADE**</mark> **Unlocks — based on how much you hold**

The more <mark style="color:$primary;">**$TRADE**</mark> you hold, the bigger your point multiplier, fee discount, and product access.

| $TRADE Held | Points | Fee Discount | Perks                                                            |
| ----------- | ------ | ------------ | ---------------------------------------------------------------- |
| Free        | 1x     | -            | -                                                                |
| 10,000      | 1.2x   | 5%           | -                                                                |
| 50,000      | 1.5x   | 15%          | Advanced Features + Competitions                                 |
| 100,000     | 2x     | 25%          | Early Access + Direct team access + Competitions & much more     |
| 250,000     | 2.5x   | 35%          | Early Access + Features built for you + Competitions & much more |

#### Tier Unlocks — based on points you earn

The more you trade, the higher your tier — and the more cashback you get. Your tier is independent of your <mark style="color:$primary;">**$TRADE**</mark> balance.

<table><thead><tr><th width="121.4921875">Tier</th><th width="130.04296875">Cashback</th><th>Perks</th></tr></thead><tbody><tr><td><strong>Starter</strong></td><td>15%</td><td>Standard support</td></tr><tr><td><strong>Bronze</strong></td><td>20%</td><td>Enhanced support</td></tr><tr><td><strong>Silver</strong></td><td>25%</td><td>Priority support</td></tr><tr><td><strong>Gold</strong></td><td>30%</td><td>Direct team access + Competitions</td></tr><tr><td><strong>Diamond</strong></td><td>35%</td><td>Direct team access + Competitions + Features built for you</td></tr></tbody></table>

**Earn points by trading. More points = higher tier = better conditions.**

> A bigger <mark style="color:$primary;">**$TRADE**</mark> stash means a bigger multiplier, which means you earn points faster and climb tiers quicker. Two separate systems — but playing both wins bigger.

***

## Token Incinerator

Turn dust into SOL. The Token Incinerator lets you reclaim SOL locked up in zero-value token accounts by closing them in a single click.

<figure><img src="/files/I1aGDxQnzZpIOuXbXq2f" alt=""><figcaption><p>Token Incinerator Feature</p></figcaption></figure>

Every token account on Solana requires a small amount of SOL as rent. Once you've sold a token or it's gone to zero, that rent SOL is still sitting there — unused but recoverable. The Incinerator scans your wallet for these dust accounts and lets you burn them all at once to reclaim the SOL.

#### **How to use it:**

{% stepper %}
{% step %}

### **Select a wallet**

Pick the wallet you want to clean up.
{% endstep %}

{% step %}

### **Review dust accounts**

The incinerator automatically lists all eligible zero-balance token accounts.
{% endstep %}

{% step %}

### **Hit Incinerate All**

Burns all selected accounts in one transaction and returns the rent SOL straight to your wallet.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.trade.fun/getting-started/rewards/rewards-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
