> 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/sheng-tai-xi-tong-yu-wei-lai/46-jie-lun.md).

# 46. 结论

CryptoStone 是一个在智能合约上实现数字宝石概念的协议。

CryptoStone 将 STONX 定义为挖矿资源，将 Gem NFT 定义为挖矿结果，并通过 Proof of Mining，即 PoM，将二者连接起来。用户将 STONX 投入挖矿池，随着时间累积 Mining Power 与 PoM，并在达到所需阈值后 claim Gem NFT。

## 核心结构

| 项目                   | 结构                                                     |
| -------------------- | ------------------------------------------------------ |
| Mining Resource      | STONX                                                  |
| Initial Supply       | 1,200,000,000 STONX                                    |
| Mining Result        | CryptoStone Gem NFT                                    |
| Stone Types          | 12 个基于诞生石的矿池                                           |
| Attribute Generation | Weight, Color, Clarity, Cut, Rarity                    |
| Metadata             | HTTPS metadata API + watcher finalization + IPFS media |
| Rarity Standard      | Rarity Score + Probability Rarity Index                |

## 协议执行结构

| 阶段                | 说明                                     |
| ----------------- | -------------------------------------- |
| Participation     | 从 1,000 STONX 起参与挖矿池                   |
| Mining Power      | 根据质押数量、锁仓期限与矿池参数计算                     |
| PoM               | 随时间累积的挖矿工作量                            |
| Claim             | 达到所需 PoM 阈值后 claim Gem NFT             |
| Claim Burn        | 2 STONX x Scarcity Multiplier          |
| Maturity Burn     | 根据锁仓期限产生折旧销毁                           |
| Randomness        | 用户熵、近期多区块熵、`prevrandao`、claim 状态、合约固有值 |
| Finalization      | 核心属性在 claim 时确定，媒体由 watcher 后续更新       |
| Open Verification | 源代码、审计报告、LP 处理记录、概率表验证                 |

CryptoStone 的目的并不是把 NFT 与现实宝石所有权连接起来，而是将挖矿难度、稀缺性、个体属性和收藏价值这一宝石结构，重新解释为数字原生资产模型。

本白皮书并不主张 CryptoStone 是伟大的发现或完全全新的发明。它是一种视角转换，也是一种新的尝试。不过，如果宝石属性、稀缺性和收藏性能够被市场认可为有意义的价值体系，CryptoStone 可能发展为“数字宝石”这一新类别。

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/sheng-tai-xi-tong-yu-wei-lai/46-jie-lun.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.
