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

# Cashback Program

**Earn up to 14% of the house edge** in cashback rewards on every bet you make, win or lose!

* All players are **automatically enrolled.**
* Earn cashback rewards after every bet in **real-time.**
* Cash out your rewards **anytime.**
* There are no minimum bet requirements and **no limits** on your earnings.
* Hold [BAG](/token/bag.md) to get up to a **2x bonus multiplier** on your cashback earnings.

### Cashback Rewards

After every bet, you earn a base cashback reward of **7% of the house edge.**

* Reward rates vary per game. Below are the base rates for each game.
* You can get up to a **2x bonus multiplier** on your rewards by holding [BAG](/token/bag.md). The more you hold, the more you earn.
* Max-tier BAG token holders earn **14% of the house edge** in cashback rewards.

| Game                                          | Wager Amount      | Base Cashback Reward |
| --------------------------------------------- | ----------------- | -------------------- |
| Blackjack                                     | 6,400 USD/ETH     | 1 USD/ETH            |
| Blackjack (DCL)                               | 3,200 USD/BAG/ETH | 1 USD/BAG/ETH        |
| Cash poker (rake)                             | 20 USD/BAG/ETH    | 1 USD/BAG/ETH        |
| Live games                                    | 6,400 USD/ETH     | 1 USD/ETH            |
| Plinko XY                                     | 6,400 USD/ETH     | 1 USD/ETH            |
| Plinko (DCL)                                  | 1,600 USD/BAG/ETH | 1 USD/BAG/ETH        |
| Roulette                                      | 800 USD/BAG/ETH   | 1 USD/BAG/ETH        |
| Slots, mines, dice, and all other misc. games | 800 USD/ETH       | 1 USD/ETH            |

### Bonus Multiplier

| Tier | BAG Required  | Bonus Multiplier |
| ---- | ------------- | ---------------- |
| 0    | 0             | 1x               |
| 1    | 10,000 BAG    | 1.1x             |
| 2    | 50,000 BAG    | 1.2x             |
| 3    | 200,000 BAG   | 1.3x             |
| 4    | 400,000 BAG   | 1.4x             |
| 5    | 600,000 BAG   | 1.5x             |
| 6    | 800,000 BAG   | 1.6x             |
| 7    | 2,000,000 BAG | 1.7x             |
| 8    | 4,000,000 BAG | 1.8x             |
| 9    | 6,000,000 BAG | 1.9x             |
| 10   | 8,000,000 BAG | 2x               |

### How to Claim Rewards

Claiming your cashback rewards is simple.

1. Sign into [bag.win](https://bag.win).
2. Click the **Rewards** tab.
3. Click the **Claim** button next to your claimable rewards.

Your rewards will be directly added to your balance and you can head back to the tables.

<figure><img src="/files/DM1b4gZGY0Chwd8pwI6y" alt=""><figcaption><p>Balances page</p></figcaption></figure>

### Ready to Start Earning?

Hop into [bag.win](https://bag.win) to start earning cashback rewards now.


---

# 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.bag.win/promotions/cashback-program.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.
