> 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/wa-kuang-xi-tong/09-shu-zi-kuang-shan-de-gou-cheng.md).

# 9. 数字矿山结构

在 CryptoStone 中，每一种宝石都被视为一个独立的数字矿山。

## Pool 说明

| Pool            | 说明                |
| --------------- | ----------------- |
| Garnet Pool     | 挖掘 Garnet NFT     |
| Amethyst Pool   | 挖掘 Amethyst NFT   |
| Aquamarine Pool | 挖掘 Aquamarine NFT |
| Diamond Pool    | 挖掘 Diamond NFT    |
| Emerald Pool    | 挖掘 Emerald NFT    |
| Pearl Pool      | 挖掘 Pearl NFT      |
| Ruby Pool       | 挖掘 Ruby NFT       |
| Spinel Pool     | 挖掘 Spinel NFT     |
| Sapphire Pool   | 挖掘 Sapphire NFT   |
| Opal Pool       | 挖掘 Opal NFT       |
| Topaz Pool      | 挖掘 Topaz NFT      |
| Zircon Pool     | 挖掘 Zircon NFT     |

各挖矿池使用同一个 STONX Token，但具有不同的挖矿条件。

| 项目                   | 含义           |
| -------------------- | ------------ |
| Stone Type           | 该矿池中被挖掘的宝石种类 |
| Max Supply           | 该宝石的最大发行量    |
| Base Mining Interval | 基础挖矿周期       |
| Target Pool Power    | 基准挖矿算力       |
| Current Pool Power   | 当前矿池中累积的挖矿算力 |
| Minted Supply        | 截至当前已挖掘数量    |
| Pool Difficulty      | 根据整体参与度形成的难度 |
| Scarcity Multiplier  | 基于减半结构的稀缺性倍率 |

正如现实中钻石矿山和红宝石矿山的储量不同一样，在 CryptoStone 中，每一种宝石也具有不同的总量和挖矿难度。Diamond 被大量挖掘并不会导致 Ruby 的难度上升。Ruby 接近枯竭也不会减少 Sapphire 的供应量。

每一种宝石都拥有独立的数字储量和挖矿结构。


---

# 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/wa-kuang-xi-tong/09-shu-zi-kuang-shan-de-gou-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.
