> For the complete documentation index, see [llms.txt](https://doc.cryptostone.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cryptostone.org/rarity-and-collection/32_rarity_tier_structure.md).

# 32 Rarity Tier Structure

CryptoStone interprets Rarity Score as a final tier system.

| Tier      | Rarity Score Range | Interpretation                                             | Position                                                                                        |
| --------- | ------------------ | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| Common    | 0 \~ 34            | Mainly ordinary attributes                                 | Most common gemstone group; basic collectibles and refinement material                          |
| Rare      | 35 \~ 50           | Includes some upper attributes                             | Mid-tier collectibles rarer than ordinary mining results                                        |
| Epic      | 51 \~ 74           | Two or more strong attributes or a high score combination  | High-grade gemstone perceived as a meaningful success                                           |
| Legendary | 75 \~ 89           | Three or more strong attributes or an extremely high score | Very rare gemstone and high-value collectible range                                             |
| Genesis   | 90 \~ 100          | Extreme attribute combination and top score                | Highest collectible asset; additional issuance and refinement creation should be highly limited |

Genesis Tier is not determined by a single attribute alone. It should be interpreted as the top tier reachable only when very low-probability Weight, Color, Clarity, and Cut combinations interact with pool-specific supply adjustment.

Rarity is unified into five final tiers: Common, Rare, Epic, Legendary, and Genesis. Any rarity-like wording used in individual attribute explanations should ultimately be interpreted within this five-tier final Gem NFT system. Separate Mythic, Ancient, or Uncommon final tiers are not used.


---

# 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://doc.cryptostone.org/rarity-and-collection/32_rarity_tier_structure.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.
