> For the complete documentation index, see [llms.txt](https://docs.carbon.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbon.inc/trading/fee-rebates.md).

# Fee Rebates

Carbon offers a dynamic fee rebate program that rewards traders based on their trading volume and rank. The higher your volume and rank, the larger your rebate, up to 60% back on your trading fees.

{% hint style="info" %} <mark style="color:yellow;">For a limited time only, Carbon has dropped ALL trading fees to zero. Fee Rebates aren't being given out, since you aren't paying any. Enjoy trading 500+ pairs with zero fees!</mark>
{% endhint %}

#### <mark style="color:$info;">How Fee Rebates Work</mark>

* Rebates are calculated on a rolling 30-day trading volume.
* Rebates apply to your **net fees paid**.
* Rebates can be claimed directly from the **Rewards page**.
* Your current rebate tier is always visible in your **Account** section, with a shortcut to claim at any time.

***

### <mark style="color:$info;">Rebate Tiers</mark>

Below is the rebate table based on your monthly trading volume and rank:

| 30d Volume | No Rank | Iron | Silver | Gold | Diamond | Carbon |
| ---------- | ------- | ---- | ------ | ---- | ------- | ------ |
| 10M        | 0%      | 4%   | 8%     | 12%  | 15%     | 25%    |
| 25M        | 4%      | 6%   | 10%    | 15%  | 25%     | 35%    |
| 100M       | 6%      | 8%   | 15%    | 22%  | 35%     | 42%    |
| 250M       | 8%      | 12%  | 20%    | 28%  | 42%     | 50%    |
| 500M+      | 10%     | 15%  | 25%    | 35%  | 50%     | 60%    |

<figure><img src="/files/FyQLvDybVfLqpVQejMj4" alt=""><figcaption></figcaption></figure>

***

### <mark style="color:$info;">Example Calculation</mark>

Suppose you have:

* 30-day volume: 250M
* Rank: Diamond

1. **Personal rebate:** 42%\
   For a $100 fee, you pay $58 net.
2. You can now claim $42 in fees from your rewards section.

***

### <mark style="color:$info;">How to Claim</mark>

1. Go to your [**Account**](https://app.carbon.inc/account/overview) to check your current tier.
2. Click **Claim Rebates.**&#x20;
3. Confirm and claim directly from the smart contract.

***

### <mark style="color:$info;">Notes</mark>

* Rebates are updated continuously based on your last 30 days of trading.
* Claiming requires a transaction to the on-chain contract.


---

# 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://docs.carbon.inc/trading/fee-rebates.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.
