> 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/33_-_-_.md).

# 33 수집 가치의 형성

수집 시장에서 희귀성은 중요한 가치 형성 요소다. 포켓몬 카드, 스포츠 카드, 한정판 피규어, 예술품, 고급 시계 등은 단순한 사용 가치만으로 가격이 형성되지 않는다. 특정 시리즈, 한정 수량, 희귀 등급, 보존 상태, 시장의 수요, 커뮤니티의 인식이 결합되면서 가격이 형성된다.

CryptoStone은 이러한 수집 경제의 원리를 디지털 보석에 적용한다.

| 요소              | 설명                                  |
| --------------- | ----------------------------------- |
| 스톤별 총 발행량       | Diamond, Ruby, Sapphire 등 스톤별 공급 차이 |
| 풀별 채굴 난이도       | 각 풀의 Target Power와 Difficulty       |
| 스톤별 반감기         | 채굴량 증가에 따른 Scarcity Multiplier 상승   |
| Weight 확률       | 큰 캐럿일수록 낮은 확률                       |
| Color 확률        | 높은 색상 등급일수록 낮은 확률                   |
| Clarity 확률      | 높은 투명도 등급일수록 낮은 확률                  |
| Cut 확률          | 높은 컷팅 등급일수록 낮은 확률                   |
| tokenId 및 채굴 시점 | 최종 등급 점수와 별개로 기록되는 provenance 정보    |
| 반감기 구간          | 특정 반감기 전후에 채굴되었다는 수집 맥락             |
| 온체인 거래 이력       | 소유권과 provenance 기록                  |
| 제련 이력           | 제련 세대와 공급 압축 기록                     |

이러한 구조는 사용자가 단순히 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/33_-_-_.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.
