> For the complete documentation index, see [llms.txt](https://doc.d1ce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.d1ce.com/blog-en/what-is-monthly-bonus.md).

# What is monthly bonus?

Every month, you’ll receive a bonus from D1CE based on your VIP level and recent wagers. The monthly bonus is extra funds given out to all eligible players, once a month. The Monthly bonus is different for users as it is calculated based on the user's statistics and VIP rank.

### How do I become eligible for the Monthly Bonus?

To be eligible for a monthly bonus, you need to have the following:

* An account on D1CE.
* Your email must be verified.
* Ensure your email address is reachable and does not bounce back errors.
* Avoid breaching our Terms of Service.

### When is the Monthly Bonus sent out?

* The monthly bonus is distributed once a month. The date is generally around the 1st.&#x20;
* Please navigate to the VIP page and select "Monthly Bonus" to claim your exclusive benefits.

### How is the Monthly Bonus calculated?

The monthly bonus takes into account several criteria, such as your:

* VIP rank.
* Wagered amount in the last 30 days.
* Profit values for the month.&#x20;

For example, if you have an unlucky month, you might receive a bit extra on top of the monthly bonus. Playing games with a higher house edge offer a higher monthly bonus percentage compared to games with a lower edge.

### How do I get a higher Monthly Bonus next time?

The simple answer here is to play. The more you play and wager, the more your monthly bonus will be.

\ <br>


---

# 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://doc.d1ce.com/blog-en/what-is-monthly-bonus.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.
