> 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/crypto-stone/crypto-stone-wp-jp/tokorekushon/32tia.md).

# 32. 希少度ティア構造

CryptoStoneは、Rarity Scoreを最終ティア体系として解釈する。

| Tier      | Rarity Score Range | 解釈                   | 位置づけ                               |
| --------- | ------------------ | -------------------- | ---------------------------------- |
| Common    | 0 \~ 34            | 一般属性中心               | 最も一般的な宝石群であり、基本収集層と精錬材料を形成する       |
| Rare      | 35 \~ 50           | 上位属性を一部含む            | 通常の採掘結果より希少な中間収集層                  |
| Epic      | 51 \~ 74           | 上位属性2個以上または高い点数組み合わせ | ユーザーが意味ある成功として認識できる高等級宝石           |
| Legendary | 75 \~ 89           | 上位属性3個以上または非常に高い点数   | 非常に希少な宝石で高価値収集区間を形成する              |
| Genesis   | 90 \~ 100          | 極端な属性組み合わせと最高点       | 最上位収集資産であり、追加発行と精錬生成は厳しく制限されるべきである |

Genesis Tierは、単一属性だけで決まるものではない。極めて低い確率のWeight、Color、Clarity、Cutの組み合わせと、プール別供給補正値が同時に作用したときにのみ到達できる最上位等級として解釈されるべきである。

希少度はCommon、Rare、Epic、Legendary、Genesisの5等級に統一する。個別属性説明で使われる希少区間も、最終的にはこの5等級体系の中で解釈されるべきであり、Mythic、Ancient、Uncommonなどの別等級は最終Gem NFT等級として使用しない。


---

# 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/crypto-stone/crypto-stone-wp-jp/tokorekushon/32tia.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.
