> For the complete documentation index, see [llms.txt](https://whitepaper.heroeschained.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.heroeschained.com/blockchain-features/nfts.md).

# NFTs

Any valuable item in the Heroes Chained game is stored externally on blockchain as NFT: Heroes, swords, armors, flags, land, card spells, precious material, etc.

![](/files/ODMUegRQY2F5pNEt5n0J) ![](/files/01ILR9xKfeJIdqwPTrmm)

An item’s value can be due to any combination of the following factors:

1. **Utility:** An NFT item’s utility depends upon its attributes that interact with the game mechanics yielding anything useful to the player. The greater the utility, the greater the value. For example, a hero’s value will increase as its abilities and attributes increase since it will have a better performance, bringing efficiency in winning, exploring, and earning.
2. **Scarcity:** The scarcer, the higher the value as in all economies. Land is a good example for scarcity. Scarce items may have attributes in compliance with scarcity like being created by exceptional artists, scarcity in nature, etc.
3. **Aesthetics:** Great artists, starting with [Onur Cayli](/the-team/onur-can-cayli.md), will create NFT masterpieces for the Heroes Chained metaverse. Some of them will be sold solely as pieces of art outside the game. Others will be in-game items with special attributes of utility as well as scarcity. Such masterpieces may have the high-quality master version and the optimized quality game version.
4. **Interoperability:** Heroes Chained is designed for interoperability with other games and interoperable NFT items will have additional values, naturally.
5. **Breeding:** Heroes can breed. Breeding gives birth to new heroes. Genetic heritage obeys the rules of sexual mating. Parents’ genes are shuffled and the Gods always intervene in mysterious ways, called randomness. The player must be clever to dance with the chances of mutations.


---

# 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.heroeschained.com/blockchain-features/nfts.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.
