> For the complete documentation index, see [llms.txt](https://docs.puzzlefantasy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.puzzlefantasy.io/puzzle-fantasy/intro/nft.md).

# NFT

## NFT Representative image.

![](/files/hxvse7sOQPQq0iyoG0dN)

## NFT Grade and Characteristic

NFT grades are divided into a total of four grades.

<table><thead><tr><th width="185">Hero Grade</th><th width="238">Types of Heroes</th><th width="226">NFT Quantity</th><th>Percentage</th></tr></thead><tbody><tr><td>Nomal</td><td>65</td><td>3,000</td><td>30%</td></tr><tr><td>Magic</td><td>44</td><td>4,000</td><td>40%</td></tr><tr><td>Rare</td><td>44</td><td>2,500</td><td>25%</td></tr><tr><td>Epic</td><td>16</td><td>500</td><td>5%</td></tr><tr><td>Total</td><td>169</td><td>10,000</td><td>100%</td></tr></tbody></table>

### NFT ability

#### Profit from NFT

Nomar : Mining Additional reward : 10% / Staking Additional reward : 3% (APY)&#x20;

Magic : Mining Additional reward : 20% / Staking Additional reward : 6% (APY)

Rare    : Mining Additional reward : 25% / Staking Additional reward : 8% (APY)

Epic     : Mining Additional reward : 30% / Staking Additional reward : 10% (APY)

#### Hero name.

Each character has a unique name. Its unique name is the same in the game and does not change.

#### Characteristics of NFT

There are three properties of NFT: fire, water, and nature.&#x20;

Character species: Monster, Humen, GOD

Character Attack performance : ATK , HP, EX, REC

* ATK : Attack character.
* HP : Defense character.
* EX : Magic character.
* REC : Support character

#### ENCHANT Level

The ENCHANT level has up to level 7, and the level increases the ability in-game, and the level does not change due to the nature of the NFT.

The enhancement grade has a mining additional percentage.

Enchant +1 / 1% add

Enchant +2 / 2% add

Enchant +3 / 3% add

Enchant +4 / 5% add

Enchant +5 / 6% add

Enchant +6 / 7% add

Enchant +7 / 10% add

## NFT Distribution

The distribution of NFTs is distributed as below.

| Category       | Amount | Percent |
| -------------- | ------ | ------- |
| Sale           | 6,000  | 60%     |
| Marketing      | 1,000  | 10%     |
| Investor       | 2,000  | 20%     |
| Team & Advisor | 1,000  | 10%     |


---

# 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.puzzlefantasy.io/puzzle-fantasy/intro/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.
