> 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-jp/mainingushisutemu/19mainingupawno.md).

# 19. Mining Power計算

CryptoStoneにおいて、マイニングパワーはユーザーが宝石を採掘できる速度と機会を決定する。より多くのSTONXをステーキングした参加者は、より多くのマイニングパワーを獲得し、より頻繁にclaim条件へ到達できる。

ユーザー (i) のステーキング数量を (s\_{i,j})、ロックアップ倍率を (L\_i)、ユーザーマイニングパワーを (P\_{i,j}) とすると、次のように計算される。

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

マイニングパワーは、宝石の等級確率を直接高めない。マイニングパワーは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-jp/mainingushisutemu/19mainingupawno.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.
