> 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/19-wa-kuang-suan-li-de-ji-suan.md).

# 19. Mining Power 计算

在 CryptoStone 中，挖矿算力决定用户挖掘宝石的速度和机会。质押更多 STONX 的参与者会获得更多 Mining Power，并更频繁地达到 claim 条件。

当用户 i 的质押数量为 `s_{i,j}`，锁仓倍率为 `L_i`，用户挖矿算力为 `P_{i,j}` 时，计算如下：

$$
P\_{i,j} = s\_{i,j} \times L\_i
$$

Mining Power 并不会直接提高宝石等级概率。Mining Power 只影响 PoM 的累积速度。

这与比特币挖矿结构相似。拥有更多挖矿设备的参与者会获得更多挖矿机会，但无法改变挖矿规则本身。在 CryptoStone 中也是如此。质押更多 STONX 的参与者可以更快累积 PoM，但无法任意提高获得更好宝石的概率。


---

# 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/19-wa-kuang-suan-li-de-ji-suan.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.
