> 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/mining-system/22_required_pom_threshold.md).

# 22 Required PoM Threshold

The PoM threshold required to mine one gemstone is determined by Protocol Reference Power, the base mining interval of each stone, pool difficulty, and scarcity multiplier.

If the base mining interval of stone (j) is (T\_j), Protocol Reference Power is (M\_{ref}), pool difficulty is (D\_j), and scarcity multiplier is (S\_j), then the required PoM threshold (R\_j) is defined as follows:

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

The reference values of CryptoStone are as follows:

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

Base Mining Unit is the minimum participation unit, while Protocol Reference Power is the reference power used to calibrate mining speed. By separating these two values, CryptoStone can maintain both an accessible participation unit and long-term supply control.

For example, if the base mining interval of the Garnet Pool is 170,000 seconds and both Pool Difficulty and Scarcity Multiplier are 1x, the calculation is as follows:

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

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

When the Mining Power of user (i) is (P\_{i,j}), the estimated time required for that user to claim one NFT of stone (j) can be expressed as follows:

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

For example, when a user stakes 6,000 STONX into the Garnet Pool under Flexible conditions:

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

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

$$
\approx 32.8 \text{ days}
$$

In other words, under initial conditions, a user staking 6,000 STONX can claim approximately one Garnet NFT in about one month. Users with smaller stakes accumulate PoM more slowly, while users with larger stakes can reach claim conditions more quickly.


---

# 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/mining-system/22_required_pom_threshold.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.
