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

# Cashback

Every trade you place through Midas earns part of the Midas fee back as USDC. The more you trade, the larger that share gets.

Your live tier, pending balance and lifetime earnings are on the **Rewards** page.

## How much you get back

Cashback is a percentage of the **Midas fee** on your trades — not a percentage of the trade itself. Your tier comes from your own rolling 30-day trading volume:

* **Bronze** — under $10,000 volume → **15%** of eligible Midas fees back.
* **Silver** — $10,000 to $49,999.99 → **20%** back.
* **Gold** — $50,000 to $199,999.99 → **25%** back.
* **Platinum** — $200,000 and above → **30%** back.

Worked through: a $10 Midas fee returns $1.50 at Bronze, or $3.00 at Platinum.

Because the window rolls, your tier can move in both directions as older volume ages out.

## Getting paid

Cashback accrues per trade and shows as a pending balance on the Rewards page. Claims are paid in USDC, with a minimum of $1.00 and at most one claim per hour.

## Points and credits

Two other things live on the Rewards page and are easy to confuse with cashback:

* **Points** track lifetime activity — currently 1 point per $1 of supported platform volume.
* **AI credits** meter compute-heavy AI work such as deep analysis. They are unrelated to trading rewards and are managed in **Settings → Credits**.

{% hint style="info" %}
**The app is the source of truth**

Rates, thresholds, claim minimums and payout timing can change. The numbers here describe the current program; your account's live figures are always on the Rewards page.
{% endhint %}

See also: [Referrals](https://github.com/stsssol/stss/tree/main/docs/referrals/README.md) for earning on other people's trading, and [Fees](https://github.com/stsssol/stss/tree/main/docs/fees/README.md) for what the Midas fee is in the first place.


---

# 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.midasmarkets.xyz/rewards-and-referrals/cashback.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.
