# NFT Factory

#### General Information

**NFTs** are game entities that provide players with various functional bonuses. NFTs are divided into types and rarity levels.

**Rarity Levels of NFTs:**

* **Common**
* **Uncommon**
* **Rare**
* **Epic**
* **Legendary**

The rarity level directly affects the probability of obtaining an NFT from chests or other in-game events.

Within each rarity level, there are **NFT types**. The type represents a set of objects with identical images and attributes within the same rarity. The number of NFT types is unlimited and depends on the required distinct characteristics and available images for each rarity level.

***

#### **Chests**

Players can open **chests** that may contain NFTs or tokens.

* Each chest can yield one or multiple items.
* The total number of chests may be limited for all users or specific user groups.
* While users can purchase an unlimited number of chests, the overall quantity available globally will be capped if a restriction is in place.

To track chest availability, the app interface should display a counter showing:

* The remaining chests for all users.
* The user-specific chest count.

These counters can also be combined into a unified display.

***

#### **Activity Chests**

Players can receive a free activity chest every **n** days. This chest differs from regular free chests as it does not come with a thank-you certificate.

**Rules for Earning Activity Chests:**

1. **Counting Active Days**:\
   An active day is recorded if the player performs at least one claim during the day.
2. **Consecutive Days Requirement**:\
   If the player skips a day without logging into the game, their activity progress resets to zero if the "consecutive days" option is enabled.
3. **Claiming an Activity Chest**:
   * To earn an activity chest, players must log into the game daily for **n** consecutive days and perform at least one claim each day.
   * Once an activity chest is earned, additional claims do not contribute toward the next chest until the current chest is collected.

This ensures that players maintain consistent activity to receive their rewards.


---

# 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://docs.hellopixel.network/white-paper-work-in-progress/gamification/nft-factory.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.
