> 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/markdown.md).

# Cashback

Qzino offers one of the highest cashback programs on the market, allowing players to recover up to 40% of their net losses based on their rank. Designed to protect players during downswings and reward long-term engagement, cashback is a core part of Qzino’s player-first approach.

Available to all users from day one and scaling with progression, Qzino’s cashback system combines frequent accruals, transparent rules, and industry-leading percentages - ensuring real, recurring value for active players.

**How Cashback Works**

Cashback is calculated based on your net losses during the accrual period. If you have winnings during the same period, they are deducted from losses before cashback is calculated.

The final cashback amount depends on:

* Your player rank
* Your net result during the accrual period

Cashback allows eligible users to recover up to 40% of their losses, depending on rank.

**Accrual Frequency**

Cashback is accrued twice per week:

* Wednesday
* Saturday

Each accrual covers losses generated since the previous cashback calculation.

{% hint style="info" %}
**Cashback expires if it is not withdrawn before the next accrual. Make sure to claim it in time.**
{% endhint %}

A live countdown is displayed in the interface so users always know when the next cashback is coming.

**Eligible Bets**

Currently, cashback is calculated for:

* Qzino Originals
* Slots

Sports betting cashback will be added later.

**Cashback Distribution**

Cashback is distributed differently depending on your rank:

Rank 0–29

* 50% is credited directly to your balance
* 50% is distributed evenly via the calendar over 3 days

VIP Users

* 100% of cashback is credited directly to your balance

{% hint style="info" %}
**Minimum calendar distribution amount is $0.01 per day. Smaller amounts are credited instantly to the balance in full.**
{% endhint %}


---

# 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/markdown.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.
