> 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-cn/xi-you-du-yu-shou-cang/33-shou-cang-jia-zhi-de-xing-cheng.md).

# 33. 收藏价值形成

在收藏市场中，稀缺性是重要的价值形成因素。宝可梦卡牌、体育卡牌、限量手办、艺术品、高级腕表等，并不是只通过使用价值形成价格。特定系列、限定数量、稀有等级、保存状态、市场需求和社区认知会共同形成价格。

CryptoStone 将这种收藏经济原理应用于数字宝石。

| 因素         | 说明                               |
| ---------- | -------------------------------- |
| 各宝石总发行量    | Diamond、Ruby、Sapphire 等宝石之间的供应差异 |
| 各矿池挖矿难度    | 各矿池的 Target Power 与 Difficulty   |
| 各宝石减半机制    | 随挖矿量增加而上升的 Scarcity Multiplier   |
| Weight 概率  | 克拉越大概率越低                         |
| Color 概率   | 颜色等级越高概率越低                       |
| Clarity 概率 | 净度等级越高概率越低                       |
| Cut 概率     | 切工等级越高概率越低                       |
| 低 tokenId  | 早期挖掘宝石的收藏性                       |
| 挖矿时间       | 特定时期、特定减半前后的意义                   |
| 链上交易历史     | 所有权与 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-cn/xi-you-du-yu-shou-cang/33-shou-cang-jia-zhi-de-xing-cheng.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.
