> 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/jie-shao/02-li-jie-cryptostone-de-zui-jian-dan-fang-shi.md).

# 2. CryptoStone 概要

CryptoStone 是一个用于挖掘数字宝石的链上协议。用户将 STONX 投入自己选择的宝石挖矿池，随着时间推移，当 Proof of Mining，即 PoM 值充分累积后，用户即可 claim 一个 Gem NFT。被挖掘出的 NFT 并不是单纯的图像，而是一颗记录了宝石种类、重量、颜色、净度、切工、稀有度分数和挖矿时间的唯一数字宝石。

用户可以在钻石、红宝石、蓝宝石、祖母绿等 12 个宝石池中选择自己希望参与的矿池。每一种宝石都具有不同的供应量、挖矿周期和减半结构。随着挖矿不断推进，剩余供应量会减少，稀缺性倍率会提高。

CryptoStone 的核心体验非常简单：

* 将 STONX 投入数字矿山。
* 随着时间推移，Mining Power 累积为 Proof of Mining，即 PoM。
* 当达到所需 PoM 阈值后，即可 claim Gem NFT。
* 最终出现哪一种宝石，由公开的概率和可验证随机性决定。

也就是说，CryptoStone 追求的不是“被购买的 NFT”，而是“被挖掘出的数字宝石”。用户并不是单纯购买一张图片，而是在公开规则和固定概率结构中，挖掘出属于自己的数字宝石。

挖掘之后，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-cn/jie-shao/02-li-jie-cryptostone-de-zui-jian-dan-fang-shi.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.
