# Game Passes & Feature Unlocks

#### Key Models Supported

**a) Premium Season Passes**

* Games can issue a time-bound pass (e.g., monthly or seasonal) that unlocks:
  * Exclusive quests or zones
  * Special characters or cosmetics
  * Bonus reward multipliers
* Players purchase these passes using $KZT or stablecoins.

**b) One-Time Unlocks**

* Permanent features or game modes (e.g., PvP Arena, Hardcore Mode) can be gated behind a one-time payment.
* Developers define what to lock and at what price.

**c) Dynamic Gating via Kazar SDK**

* Developers can plug in conditions like level, token holdings, or on-chain achievements to control who gets access.
* No custom smart contracts needed—all handled via Kazar’s no-code unlock API.

***

#### Revenue Flow

* Kazar charges a small protocol fee (e.g., 5%) on all transactions using this feature.
* Developers keep the rest directly.
* $KZT collected can optionally be burned, sent to treasury, or recycled into staking pools depending on the governance settings.


---

# Agent Instructions: 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:

```
GET https://kazarhq.gitbook.io/kazarhq-docs/kazar-revenue-model/infrastructure-and-staking-service/game-passes-and-feature-unlocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
