> For the complete documentation index, see [llms.txt](https://damble-1.gitbook.io/damble-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://damble-1.gitbook.io/damble-help-center/signup-login-and-verification/rewards/instant-rakeback.md).

# Instant Rakeback

Our rakeback system rewards players based on their wagering activity across different game types. As you progress through VIP levels, your rakeback percentage increases, giving you higher returns on your play.

Rakeback is calculated based on the **theoretical house edge** of each game category. This ensures a fair and sustainable system where rewards scale with both activity and game type.

***

### &#x20;How It Works

* Rakeback is earned automatically based on your wagering activity
* Higher VIP levels unlock better rakeback rates
* Different game types contribute differently based on their house edge
* Rewards scale with long-term activity, not short-term results

#### Formula

```
Rakeback = Wager × House Edge × VIP %
```

* **Wager** = total amount you played
* **House Edge** = expected edge of the game type
* **VIP %** = your rakeback tier (e.g. 6% for Silver, 10% for Diamond)

### House edge assumptions in order to calculate Rakeback.

| Game Type      | House Edge |
| -------------- | ---------- |
| Casino (Slots) | 4%         |
| Originals      | 2%         |
| Sportsbook     | 2%         |
| Live Casino    | 0.5%       |

### Rakeback by VIP Level

#### Spark&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.08%    | 0.0008  |
| Originals      | 0.04%    | 0.0004  |
| Sportsbook     | 0.04%    | 0.0004  |
| Live Casino    | 0.01%    | 0.0001  |

#### Ether&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.16%    | 0.0016  |
| Originals      | 0.08%    | 0.0008  |
| Sportsbook     | 0.08%    | 0.0008  |
| Live Casino    | 0.02%    | 0.0002  |

#### Bronze&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.20%    | 0.0020  |
| Originals      | 0.10%    | 0.0010  |
| Sportsbook     | 0.10%    | 0.0010  |
| Live Casino    | 0.025%   | 0.00025 |

#### Silver&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.24%    | 0.0024  |
| Originals      | 0.12%    | 0.0012  |
| Sportsbook     | 0.12%    | 0.0012  |
| Live Casino    | 0.03%    | 0.0003  |

#### Gold&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.28%    | 0.0028  |
| Originals      | 0.14%    | 0.0014  |
| Sportsbook     | 0.14%    | 0.0014  |
| Live Casino    | 0.035%   | 0.00035 |

#### Platinum&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.32%    | 0.0032  |
| Originals      | 0.16%    | 0.0016  |
| Sportsbook     | 0.16%    | 0.0016  |
| Live Casino    | 0.04%    | 0.0004  |

#### Space Platinum&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.36%    | 0.0036  |
| Originals      | 0.18%    | 0.0018  |
| Sportsbook     | 0.18%    | 0.0018  |
| Live Casino    | 0.045%   | 0.00045 |

#### Diamond&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.40%    | 0.0040  |
| Originals      | 0.20%    | 0.0020  |
| Sportsbook     | 0.20%    | 0.0020  |
| Live Casino    | 0.05%    | 0.0005  |

#### Space Diamond&#x20;

| Game Type      | Rakeback | Decimal |
| -------------- | -------- | ------- |
| Casino (Slots) | 0.48%    | 0.0048  |
| Originals      | 0.24%    | 0.0024  |
| Sportsbook     | 0.24%    | 0.0024  |
| Live Casino    | 0.06%    | 0.0006  |


---

# 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://damble-1.gitbook.io/damble-help-center/signup-login-and-verification/rewards/instant-rakeback.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.
