> For the complete documentation index, see [llms.txt](https://docs.kampeni.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kampeni.com/tokenomics-and-governance/character-nft-overview/kampeni-character-tiers.md).

# Kampeni Character Tiers

NFTs will initially come in five forms:

* **Villager** - These characters cam perform limited (but sometimes essential) combat or artisan tasks but are essential for building the population of guilds and cities, crafting and collecting essential items and generating passive benefits. Most villagers effectiveness wanes as they get farther away from their home city. In especially rare cases villagers can exhibit unique combat abilities. \
  Villager characters will always be affordable (under $75 dollars) with a modest 4% royalty. A player can complete tasks and accumulate resources to mint more villager characters.
* **Hero** - These are generally the strongest characters in combat and are known for have the potential to craft a limited number of unique items. Heroes, while powerful, can impose burdens  (social, economic, and environmental) on cities and areas that need to be remediated by other characters. A limited number of heroes are available to mint in each chapter. We will aim to keep Hero characters under $175 dollars also with a 4% royalty.&#x20;
* **Legendary** - These are unique 1 of 1 named characters that play a unique role in advancing the story. They often present a unique ability or trait that uniquely equips them to address story plots where they are central or required to advance the plot. These characters are either sold via auction, gifted from questing, or given as a bounty for community contributions. Legendary Characters have a 12% royalty to help promote the stability of the game.&#x20;
* **Mob** - These NFTs represent monsters and enemies in the game. Owning the NFT can bestow abilities on a player's company and/or provide a fractional share of the earnings generated by that mob killing characters in game. Mobs can very in price depending on the power and rarity of the mob.&#x20;


---

# 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.kampeni.com/tokenomics-and-governance/character-nft-overview/kampeni-character-tiers.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.
