> 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/05-shu-zi-bao-shi-zi-chan-de-ji-ben-gai-nian.md).

# 5. 数字宝石概念

CryptoStone 由一个 STONX Token、12 个宝石挖矿池以及一个 Gem NFT 合约构成。

| 构成要素                     | 作用                     |
| ------------------------ | ---------------------- |
| STONX Token              | 参与数字矿山所需的单一挖矿资源        |
| 12 Gemstone Mining Pools | 用于挖掘各诞生石的独立数字矿山        |
| CryptoStone Gem NFT      | 表达已挖掘数字宝石的唯一 NFT 资产    |
| Mining Pool Contract     | 管理质押、挖矿算力、难度和 claim 条件 |
| Gem NFT Contract         | 管理宝石 NFT 的属性、发行量和所有权   |

STONX 并不是宝石本身。STONX 是参与数字矿山所需的挖矿算力来源。用户通过将 STONX 质押到自己选择的宝石挖矿池中获得 Mining Power，并随着时间推移累积 PoM。

挖矿结果物是 CryptoStone Gem NFT。Gem NFT 由一个统一的 NFT 合约发行，每个 NFT 都以链上属性的形式保存其所属宝石种类、重量和等级等信息。

将现实宝石挖矿结构抽象化后，可以表示如下。

| 现实宝石挖矿  | CryptoStone                       |
| ------- | --------------------------------- |
| 矿山      | Gemstone Mining Pool              |
| 挖矿设备与能源 | STONX Token                       |
| 挖矿工作量   | Proof of Mining，PoM               |
| 挖矿结果物   | Gem NFT                           |
| 矿山难度    | Pool Difficulty                   |
| 储量减少    | Scarcity Multiplier               |
| 宝石鉴定    | On-chain Attribute & Rarity Score |


---

# 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/05-shu-zi-bao-shi-zi-chan-de-ji-ben-gai-nian.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.
