> 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/getting-started/minting-drop.md).

# Minting Drop

The Minting Drop is Qzino’s token distribution mechanism designed to reward real, active players. Instead of a traditional airdrop, where tokens are often captured by non-engaged wallets, Qzino introduces a play-driven minting model focused exclusively on platform activity.

Only users who actively generate wagering volume on the platform can participate in the Minting Drop, ensuring that token distribution reflects genuine contribution to the ecosystem.

**How the Minting Drop Works**

Participation in the Minting Drop is directly tied to wagering activity on Qzino. When users place bets and generate wager across supported products, they earn Minting Points.

These points represent a user’s contribution during the minting period and will be converted into Qzino’s native tokens at the Token Generation Event (TGE).

{% hint style="info" %}
**The only requirement to participate in the Minting Drop is generating wager on the Qzino platform.**
{% endhint %}

Minting Points are credited immediately after wager is generated. As soon as a user places a bet, points are added to their balance based on the current minting phase and conversion rate. The rate may change over time as the minting progresses through different phases.

**Minting Phases & Pricing**

The Minting Drop is divided into four mining phases. With each new phase, the cost of minting points increases - rewarding early participants and encouraging sustained engagement.

{% hint style="info" %}
**Each new phase increases the minting price by 20%**
{% endhint %}

During phase 1, Minting Points are generated according to the following rates:

* In-House Games: $1 wager = 10 points
* Slots: $1 wager = 13.33 points
* Sportsbook: $1 wager = 40 points&#x20;

**Why Minting Points Matters**

Points are more than just a tracking metric - they are your gateway into the Qzino ecosystem.

By generating wager on the platform and minting points, users become eligible to receive QZI tokens during the Token Generation Event (TGE). The more points a user accumulates during the Minting Drop, the larger their potential allocation of QZI tokens at TGE.

QZI is Qzino’s native ecosystem token. Holding QZI tokens on the platform unlocks access to Qzino’s profit-sharing model, where a portion of the platform’s revenue is distributed to token holders. This means users are not only rewarded for early participation, but can also benefit from the platform’s long-term performance.

The Minting Drop is designed to reward users who actively support Qzino from the start - aligning gameplay, ownership, and long-term value within a single system.


---

# 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/getting-started/minting-drop.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.
