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

# NFTs

We use NFTs to represent characters or assets that exist independently of a given World in our ecosystem. There are currently two of these kinds of NFTs - both of them represent characters. The Kamigotchi are the focus of Kamigotchi World, and the Asphodel Prologue centers around the Taruchi.&#x20;

You can expect character NFTs of this kind to be usable in most future Asphodel Worlds and game-modes. Generally speaking, these NFTs allow players to harvest resources or otherwise interact with a world - it's not possible to play Kamigotchi World without Kami, for example! &#x20;

We also expect that other kinds of NFTs will be used in future - either to represent ownership of permanent plots of land in either Asphodel or Kamigotchi World, or as extremely rare equippable items.&#x20;

### Kamigotchi&#x20;

The Kami are the core of Kamigotchi World. [They have their own detailed documentation here](https://docs.kamigotchi.io/gameplay/kamigotchi), but in short they're procedurally generated network spirits that gather resources for you.&#x20;

There are a total of 22222 Kamigotchi, all of which are minted through Kamigotchi World. The mint is based on in-game MUSU harvesting and is still ongoing. The original collection will only ever contain 22222 Kami.&#x20;

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

Kamigotchi will be bridgeable over to Ethereum mainnet, and we'll be adding new modes to Asphodel after the prologue launch that allow them to be used as part of the Asphodel battle system.&#x20;

### Taruchi&#x20;

The Taruchi are the protagonists of the Asphodel Prologue, and the first NFT line designed specifically for Asphodel itself. We intend for Taruchi to be usable in all core Asphodel game modes.&#x20;

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

The Taruchi supply is uncapped, but all Taruchi must be minted using $ONYX and 63 out of every 64 Taruchi minted will die during the Prologue. Only 1.563% of Taruchi, the most well-trained, survive the Prologue. This allows for a very slow and gentle expansion of supply over time. We expect the total supply of Taruchi to be much lower than the number of Kamigotchi in circulation as a result.&#x20;

### Whisperseers Insignia&#x20;

The Whisperseers Insignia was an NFT originally minted by the third-party service Kamibots around the time of the Kamigotchi launch. It provides additional levels of access to the Kamibots platform and automation services.&#x20;

We have since acquired the Kamibots team and merged them into the Asphodel Studios team; as a result, we now consider the Whisperseers Insignias to be an official ecosystem NFT. These will continue to offer expanded automation through the Kamibots platform and may have some expanded functionality in future.&#x20;

Only 100 of these Insignias exist or will ever exist.&#x20;

<figure><img src="/files/suQevsJSYt81nMR8xCYE" alt="" width="375"><figcaption></figcaption></figure>

### In future&#x20;

We will launch at least one more core set of NFT characters for Asphodel itself, in the future. We do not expect these characters to be launched anytime soon. The Taruchi and Kamigotchi are the focus on the NFT side for the foreseeable future.&#x20;

We expect to experiment with NFT plots of land in Kamigotchi during late 2026 or early 2027. More details will be released on this later.&#x20;

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


---

# 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.asphodel.io/whitepaper/economics/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.
