> 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/13-wa-kuang-zhou-qi-de-she-ji.md).

# 13. 挖矿周期

各宝石具有不同的基础挖矿周期。

| STONX      | Base Mining Interval |
| ---------- | -------------------: |
| Garnet     |          170,000 sec |
| Amethyst   |          160,000 sec |
| Aquamarine |          150,000 sec |
| Diamond    |          220,000 sec |
| Emerald    |          210,000 sec |
| Pearl      |          180,000 sec |
| Ruby       |          200,000 sec |
| Spinel     |          140,000 sec |
| Sapphire   |          190,000 sec |
| Opal       |          130,000 sec |
| Topaz      |          120,000 sec |
| Zircon     |          110,000 sec |

基础挖矿周期越长，在相同挖矿算力下挖掘难度越高。因此，各宝石的稀缺性首先由以下两个因素形成。

| 因素                   | 说明                     |
| -------------------- | ---------------------- |
| Max Supply           | 该宝石的总可发行数量             |
| Base Mining Interval | 按基准挖矿单位挖出 1 个 NFT 所需时间 |

例如，Diamond 供应量最少，基础挖矿周期也最长。这是为了使 Diamond 在 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/wa-kuang-xi-tong/13-wa-kuang-zhou-qi-de-she-ji.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.
