> 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/22-bi-yao-pom-yu-zhi.md).

# 22. 必要PoM閾値

宝石1個を採掘するために必要なPoM閾値は、Protocol Reference Power、ストーン別基本採掘周期、プール難易度、希少性倍率によって決定される。

ストーン (j) の基本採掘周期を (T\_j)、Protocol Reference Powerを (M\_{ref})、プール難易度を (D\_j)、希少性倍率を (S\_j) とすると、必要PoM閾値 (R\_j) は次のように定義される。

$$
R\_j = M\_{ref} \times T\_j \times D\_j \times S\_j
$$

CryptoStoneの基準値は次のとおりである。

* Base Mining Unit = 1,000 STONX
* Protocol Reference Power = 100,000 Power
* Target Pool Power = 40,000,000 Power

Base Mining Unitは最小参加単位であり、Protocol Reference Powerは採掘速度を補正するための基準パワーである。この2つを分離することで、CryptoStoneは参加しやすい単位と長期供給制御を同時に維持する。

たとえばGarnet Poolの基本採掘周期が170,000秒であり、Pool DifficultyとScarcity Multiplierがともに1xである場合、次のようになる。

$$
R\_{Garnet} = 100,000 \times 170,000 \times 1 \times 1
$$

$$
R\_{Garnet} = 17,000,000,000 \text{ PoM}
$$

ユーザー (i) のマイニングパワーが (P\_{i,j}) のとき、当該ユーザーがストーン (j) のNFT 1個をclaimするまでに必要な予想時間は次のように表現できる。

$$
E\[T\_{i,j}] = R\_j \div P\_{i,j}
$$

たとえばユーザーがGarnet Poolに6,000 STONXをFlexible条件でステーキングした場合:

$$
E\[T\_{i,Garnet}] = 17,000,000,000 \div 6,000
$$

$$
\= 2,833,333\text{秒}
$$

$$
\approx 32.8\text{日}
$$

つまり、初期条件で6,000 STONXをステーキングしたユーザーは、約1か月前後でGarnet NFT 1個をclaimできる。より少ない数量のユーザーはよりゆっくりPoMを蓄積し、より多い数量のユーザーはより早くclaim条件に到達する。


---

# 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/22-bi-yao-pom-yu-zhi.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.
