> For the complete documentation index, see [llms.txt](https://pixel-toy.gitbook.io/pixel-toy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pixel-toy.gitbook.io/pixel-toy-docs/technology-and-economy/pixeltoy-tokenomics/nft.md).

# NFT

In **Pixel Toy**, in-game assets are implemented as blockchain-based NFTs, allowing players to truly own and trade their game assets.

Each NFT has unique characteristics and value, playing an important role in both gameplay and the game’s economy.

Below is an overview of the main NFT types in Pixel Toy and their roles.

***

**Pixel Toy** leverages NFTs across multiple aspects of the game, giving players full ownership and control over their assets.

These NFTs enhance player engagement and encourage active participation in the in-game economy.

**🧬Genesis Heroes**

<figure><img src="/files/K0MQfIVUBxyiya0WA8lb" alt=""><figcaption></figcaption></figure>

Genesis Heroes are special NFTs from the early stage of **Pixel Toy**, offering their owners exclusive benefits and privileges.

These are considered some of the most valuable assets in the Pixel Toy ecosystem.

***

**⭐ Features**

**Exclusive Benefits** Genesis Heroes holders receive special advantages across different stages of Pixel Toy, including:

* Summoning Stone airdrops
* Bonus multipliers for airdrop events
* Priority access to whitelists (WL)

***

**Revenue Sharing** Owners can benefit from revenue generated through the use of **$PGOLD** within the game ecosystem.

***

**🎁 Acquisition Methods**

**Limited Edition** Genesis Heroes are limited edition NFTs, obtainable through:

* NFT marketplace trading
* Special events and rewards from the team

**⚔️Primal Heroes**

{% columns %}
{% column %}

<figure><img src="/files/iRSJvjtrCDRdgHemtDMz" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/4o86gpo0b1H81EE3Pjux" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Primal Heroes are the core character NFTs in **Pixel Toy**, digital assets that players can collect and upgrade.

Each Primal Hero has unique abilities and attributes, making them essential for various in-game activities.

***

**🎁 Acquisition Methods**

**Summoning Tickets** Use Summoning Tickets to mint Summoning Stones, which randomly summon Primal Heroes.

***

**Events and Community Participation** Obtain Summoning Tickets through Play2Airdrop events, community activities, and partnerships.

***

**Marketplace** Primal Heroes are tradable NFTs that can be exchanged with other players in the marketplace.

***

**🎮 In-Game Use**

**Combat and Exploration** Primal Heroes are essential for battles and exploration, each with unique abilities and skills that can be used strategically.

***

**Transformation and Equipment** Players can transform into their Primal Heroes to use their unique equipment and skills, and switch freely during battles.

***

**Collection Benefits** Collecting different Primal Heroes provides various buffs and rewards within the game.

***

**🚀 Play2Airdrop Multiplier**

Complete your Primal Heroes collection to receive a **Play2Airdrop multiplier bonus**.

**🧸ToyZ**

{% columns %}
{% column width="50%" %}

<div><figure><img src="/files/IHg5rbgUXEsIPUScRqpM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/S07H84FGIz53PDsfYvtu" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cWUNORjWMk2Acrjm0l8S" alt=""><figcaption></figcaption></figure> <figure><img src="/files/toUykqxWsLjlKM99WN9z" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="50%" %}

{% endcolumn %}
{% endcolumns %}

ToyZ are NFTs used in **Pixel Toy**, allowing players to collect and upgrade various ToyZ for buffs and abilities.

***

**🎮 In-Game Use**

**Ability Enhancements** ToyZ enhance the abilities of players’ characters or Heroes, making gameplay more efficient.

***

**Supplier System** Owners of Original ToyZ, obtained during specific periods, can create Clone ToyZ after the period ends and supply them to other players.

***

**🎁 Acquisition Methods**

**Collection and Trading** Players can collect ToyZ through various in-game activities and trade them with other players via the marketplace.

***

**⭐ PlayPoints System**

During the Play Season of **Pixel Toy**, players can register Heroes, ToyZ, and Materials on the Adventure Board to earn PlayPoints.

At the end of the season, players receive rewards such as:

* PGOLD
* Whitelist (WL) access
* Additional ecosystem rewards

#### 🧱 Materials <a href="#materials" id="materials"></a>

<figure><img src="/files/iOSBGfsB8mtciGR8HB8W" alt=""><figcaption></figcaption></figure>

Materials are NFTs obtained through resource-gathering activities in **Pixel Toy**, used for collection registration, ToyZ crafting, and more.

***

**🎮 In-Game Use**

**Loot Acquisition** Defeating bosses provides unique loot, which can be upgraded, traded, or registered in collections for buffs.

***

**ToyZ Crafting** Boss-related ToyZ can be crafted using materials obtained from those specific bosses.

***

**🎁 Acquisition Methods**

**Dungeons, Bosses, and Marketplace** Materials can be obtained by:

* Participating in party dungeons
* Defeating field bosses
* Trading with other players in the marketplace

***

**⭐ PlayPoints System**

During the Play Season of **Pixel Toy**, players can register Heroes, ToyZ, and Materials on the Adventure Board to earn PlayPoints.

At the end of the season, players receive rewards such as:

* PGOLD
* Whitelist (WL) access
* Additional ecosystem rewards based on performance


---

# 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://pixel-toy.gitbook.io/pixel-toy-docs/technology-and-economy/pixeltoy-tokenomics/nft.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.
