> 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/16baseminingunit-yu-xiaoecan-yu-jie-gou.md).

# 16. Base Mining Unit

**Base Mining Unit = 1,000 STONX**

Base Mining Unit 是用户参与挖矿池的最小基准单位。它用于防止过低单位造成无意义的参与碎片化，同时让普通用户能够以可负担的规模开始累积 Proof of Mining，即 PoM。Base Mining Unit 并不保证短期 claim。

CryptoStone 采用 PoM 累积结构，使尽可能多的用户能够参与挖矿。用户可以从 1,000 STONX 起参与挖矿池，并根据质押数量和时间比例累积 PoM。

示例:

| 质押数量         | 相对挖矿速度 |
| ------------ | ------ |
| 1,000 STONX  | 1x     |
| 5,000 STONX  | 5x     |
| 10,000 STONX | 10x    |
| 50,000 STONX | 50x    |

长期供应速度并不只由 Base Mining Unit 决定。CryptoStone 在 1,000 STONX 基本参与单位之外，同时使用各池的 Target Pool Power、Protocol Reference Power、Pool Difficulty、Scarcity Multiplier，使全部 Gem NFT 供应在较长周期内逐步被挖出。

在初始 Garnet 参考模型下:

| 质押数量         | 预计 claim 间隔 |
| ------------ | ----------- |
| 1,000 STONX  | 约 197 天     |
| 5,000 STONX  | 约 39 天      |
| 10,000 STONX | 约 20 天      |
| 50,000 STONX | 约 4 天       |

这一结构让 1,000 STONX 的基础参与者也能累积 PoM，让中等规模参与者获得月度级别的挖矿体验，并让高 Mining Power 用户获得更频繁的 claim 机会。不过，Mining Power 只影响 claim 频率，并不会让用户直接选择 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/wa-kuang-xi-tong/16baseminingunit-yu-xiaoecan-yu-jie-gou.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.
