> 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-kr/rarity-and-collection/32_-_-_.md).

# 32 희귀도 티어 구조

완벽한 최상위 조합은 극도로 낮은 확률로만 생성될 수 있다. 이는 희소성 측면에서는 장점이지만, 수집 시장에서는 다양한 상위 티어가 형성되어야 거래와 수집 활동이 더 활발해질 수 있다.

따라서 CryptoStone은 Rarity Score와 Probability Rarity Index를 기반으로 다음과 같은 희귀도 티어를 적용할 수 있다.

| 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 등급으로 사용하지 않는다.

이 구조는 포켓몬 카드, 스포츠 카드, 한정판 수집품 시장에서 희귀 등급이 수집 가치를 형성하는 방식과 유사하다. 다만 CryptoStone에서는 희귀도가 운영자의 주관적 판단이 아니라, 공개된 확률표와 온체인 속성값에 의해 계산된다는 차이가 있다.


---

# 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-kr/rarity-and-collection/32_-_-_.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.
