> For the complete documentation index, see [llms.txt](https://whitepaper.qorbiworld.com/qorbi-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.qorbiworld.com/qorbi-world/economy/qor-x-pass.md).

# Qor-X Pass

Every season there is an allocation of rewards that will be distributed to all QOR-X pass holders for their pledge to use their NFTs in the Qorbi World games.&#x20;

## How rewards work

Gamers that have invested time into the game are earning items throughout the achievement system or they are purchasing low cost in-game items. Through the Qor-X pass system, they can participate in earning rewards. &#x20;

* Your One Tap Item (pets, skins) is a multiplier in the rewards system.&#x20;
* Each pet multiplier gives you a 2 to 8 times earning rewards.&#x20;
* Each pet you own multiplies your earnings up to 5 pets (Max 25x per wallet). &#x20;
* Each weapon adds their value to the multiplier.
* 1 staking reward is .05 Qorbi coins per day. (fluctuating based on DAU)
* All items must be in the in-game wallet.&#x20;

Example Multiplier : Dog 2x,  rabbit 5x multipliers, Pistol Skin 1.02 and Machine Gun skin 1.02  multipliers value = .05 x ((2 x 5  x 1.02 x 1.02) = .52  Qorbi per day&#x20;

\=94.90 Qorbi in 6 months

## Restrictions

1. To receive a credit for an item it must not be for sale or rented.&#x20;
2. The item must be in your wallet during the entire season. You can remove the item for a penalty.&#x20;
3. Your pass must ne pledged for the entire season.&#x20;


---

# 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://whitepaper.qorbiworld.com/qorbi-world/economy/qor-x-pass.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.
