> For the complete documentation index, see [llms.txt](https://whitepaper.project-hive.io/project-hive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.project-hive.io/project-hive/skins-loot-boxes-system/skins-rarity.md).

# Skins rarity

All skins have a single basic rarity, which will never be changed. After initial pre-voting, skins acquire an additional rarity, defined by tier.

Skins can get into a higher rarity tier if those acquire a number of likes in pre-voting. Skins from common Loot boxes will get into Tier 0, so it won’t be shown on an NFT card.

| Tier | Possible rarity                                                                             |
| ---- | ------------------------------------------------------------------------------------------- |
| 0    | Common, <mark style="color:blue;">Rare</mark>, <mark style="color:orange;">Legendary</mark> |
| 1    | <mark style="color:blue;">Rare</mark>, <mark style="color:orange;">Legendary</mark>         |
| 2    | <mark style="color:orange;">Legendary</mark>                                                |

If skin got voted for and appears in a higher tier, you will see a letter and a number in the top right corner of the NFT card, which will determine its additional rarity and tier.


---

# 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.project-hive.io/project-hive/skins-loot-boxes-system/skins-rarity.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.
