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

# Cashback Rewards

At Aliens, every trade gives back. Our Cashback Rewards system lets you earn a percentage of your trading fees back. The higher your rank, the bigger your reward.

As you trade and refer others, you climb through seven reward tiers, each offering increased cash back and reduced net fees.

#### How It Works

Each user starts at the **Wood** tier and progresses automatically based on their total trading volume and the number of referrals they’ve made.

As you move up, your **cashback multiplier** increases, giving you more rewards on every trade.

#### Reward Tiers

<table><thead><tr><th width="141.4305419921875">Rank</th><th width="124.34716796875" align="center">Multiplier</th><th width="131.7664794921875" align="center">Trading Fee</th><th width="173.00341796875" align="center">Cashback Received</th><th>Requirements</th></tr></thead><tbody><tr><td>🪵 <strong>Wood</strong></td><td align="center">1×</td><td align="center">0.500%</td><td align="center">0.05%</td><td>New User</td></tr><tr><td>🥉 <strong>Bronze</strong></td><td align="center">2×</td><td align="center">0.480%</td><td align="center">0.07%</td><td>1 SOL trading volume</td></tr><tr><td>🪙 <strong>Silver</strong></td><td align="center">2.5×</td><td align="center">0.460%</td><td align="center">0.09%</td><td>20 SOL trading volume</td></tr><tr><td>🏆 <strong>Gold</strong></td><td align="center">3×</td><td align="center">0.440%</td><td align="center">0.11%</td><td>200 SOL volume + 10 referrals</td></tr><tr><td>💠 <strong>Platinum</strong></td><td align="center">3.5×</td><td align="center">0.420%</td><td align="center">0.13%</td><td>1,000 SOL volume + 30 referrals</td></tr><tr><td>💎 <strong>Diamond</strong></td><td align="center">4×</td><td align="center">0.400%</td><td align="center">0.15%</td><td>2,000 SOL volume + 60 referrals</td></tr><tr><td>🔥 <strong>Champion</strong></td><td align="center">5×</td><td align="center">0.380%</td><td align="center">0.17%</td><td>5,000 SOL volume + 100 referrals</td></tr></tbody></table>

#### **Example**

If you’re ranked Gold, your trading fee is 0.44%.\
For every $10,000 traded, you pay $44 in fees and receive $11 in cashback, effectively reducing your overall cost.


---

# 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://alienstrading.gitbook.io/docs/getting-started/cashback-rewards.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.
