> 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/fees/aliens-fees.md).

# Aliens Fees

Trading on Aliens gets cheaper as you move up the ranks. Higher tiers unlock lower trading fees, rewarding users who trade more and grow the community.

#### How It Works

Every user begins at the Wood rank. As your trading volume and referrals increase, you automatically progress through higher ranks, each offering lower fees.

As you move up the ranks, your trading fees decrease and you also earn cashback rewards, which further reduce your effective fee rate. Learn more about how cash back works [**here**](/docs/getting-started/cashback-rewards.md)**.**

No manual claiming or activation required.

#### Fee Structure

<table><thead><tr><th width="131.791748046875">Rank</th><th width="112.431396484375" align="center">Multiplier</th><th width="147.9505615234375" align="center">Trading Fee</th><th width="118.853271484375" align="center">Cashback</th><th align="center">Effective Fee After Cashback</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 align="center"><strong>0.450%</strong></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 align="center"><strong>0.410%</strong></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 align="center"><strong>0.370%</strong></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 align="center"><strong>0.330%</strong></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 align="center"><strong>0.290%</strong></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 align="center"><strong>0.250%</strong></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 align="center"><strong>0.210%</strong></td></tr></tbody></table>


---

# 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/fees/aliens-fees.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.
