> For the complete documentation index, see [llms.txt](https://docs.qzino.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qzino.com/bonus-hub/integrations.md).

# Q-Rake

Q-Rake is Qzino’s bonus unlocking system. It acts as a bonus vault where deposit bonuses are stored and gradually unlocked through gameplay.

Instead of locking bonuses behind complex or rigid wagering rules, Q-Rake allows players to unlock bonus funds progressively as they place bets —-creating a transparent and player-friendly experience.

**What Is Q-Rake Used For**

All deposit bonuses on Qzino are credited to your Q-Rake balance.

Q-Rake itself is not playable or withdrawable immediately. It represents bonus funds that must be unlocked through wagering before they become available for claim.

In short:

* Deposit bonus → credited to Q-Rake
* Gameplay → unlocks Q-Rake
* Unlocked amount → becomes available for claim

**How to Unlock Q-Rake**

To unlock Q-Rake, you simply need to play and place bets on the platform. Each eligible bet partially unlocks your Q-Rake balance.

**Eligible Bets**

Only wagers placed in the following categories count toward Q-Rake unlocking:

* Qzino Originals
* Slots
* Live Casino

{% hint style="info" %}
**Wagering in all other game categories is not included in the unlocking calculation.**
{% endhint %}

**Unlock Rate**

Q-Rake unlocks gradually as you wager.

The unlocked amount is calculated using the following formula:

```
Unlocked Amount = Wager x 1% x Unlock Rate (20%)
```

This means:

* Every qualifying bet contributes to unlocking Q-Rake
* Unlocking happens progressively, not all at once
* Larger and more frequent wagers unlock bonuses faster

**How to Claim Unlocked Q-Rake**

All Q-Rake amounts unlocked during the day become available to claim on the next calendar day at 00:00 UTC.

Once available:<br>

* You must claim the unlocked amount within 24 hours
* If not claimed within this window, the unlocked amount is voided permanently


---

# 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.qzino.com/bonus-hub/integrations.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.
