> For the complete documentation index, see [llms.txt](https://knight-dead.gitbook.io/dead-knight-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knight-dead.gitbook.io/dead-knight-whitepaper/overview/nft-collectibles.md).

# NFT Collectibles

### Dead Knight NFT

Gen-0 NFTs are the first 9999 NFTs on sale prior to the game release, which are uniquely and randomly generated attributes based on blockchain technology. They are the special characters who make up the first generation of the Dead Knight, each of which are with a unique set of attributes that appear on the NFTs. For this reason, Gen-0 NFTs have many advantages compared to the later generations.

Players will use their Knight as their characters in an exciting Play-To-Earn NFT Game. Those NFTs will show various stats regarding damage tolerance, defense, and luck in the game.

Gen-0 NFTs also are the key to unlock many future features in Dead Knight Metaverse.

### Rarity

Each Knight is generated from over 225 possible traits spread over 9 layers. The optimal rarity ranking mechanism generates a unique and completely different Dead Knight NFT from one another.<br>

![](/files/EXSRSqcQXjf5nfZ6vxvz)


---

# 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://knight-dead.gitbook.io/dead-knight-whitepaper/overview/nft-collectibles.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.
