> 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-vn/he-thong-khai-thac/22_required_pom_threshold.md).

# 22 Ngưỡng PoM cần thiết

Ngưỡng PoM cần thiết để khai thác một viên đá được quyết định bởi Protocol Reference Power, Base Mining Interval của từng stone, Pool Difficulty và Scarcity Multiplier.

Nếu Base Mining Interval của stone (j) là (T\_j), Protocol Reference Power là (M\_{ref}), Pool Difficulty là (D\_j), và Scarcity Multiplier là (S\_j), thì ngưỡng PoM cần thiết (R\_j) được định nghĩa như sau:

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

Các giá trị tham chiếu của CryptoStone như sau:

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

Base Mining Unit là đơn vị tham gia tối thiểu, còn Protocol Reference Power là power tham chiếu dùng để hiệu chỉnh tốc độ mining. Bằng cách tách hai giá trị này, CryptoStone có thể duy trì cả đơn vị tham gia dễ tiếp cận và khả năng kiểm soát nguồn cung dài hạn.

Ví dụ, nếu Base Mining Interval của Garnet Pool là 170,000 giây và Pool Difficulty cùng Scarcity Multiplier đều là 1x, phép tính như sau:

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

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

Khi Mining Power của người dùng (i) là (P\_{i,j}), thời gian dự kiến để người dùng đó claim một NFT của stone (j) có thể được biểu diễn như sau:

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

Ví dụ, khi người dùng stake 6,000 STONX vào Garnet Pool theo điều kiện Flexible:

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

$$
\= 2{,}833{,}333 \text{ giây}
$$

$$
\approx 32.8 \text{ ngày}
$$

Nói cách khác, trong điều kiện ban đầu, người dùng stake 6,000 STONX có thể claim khoảng một Garnet NFT trong vòng xấp xỉ một tháng. Người dùng stake ít hơn sẽ tích lũy PoM chậm hơn, còn người dùng stake nhiều hơn sẽ đạt điều kiện claim nhanh hơn.


---

# 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-vn/he-thong-khai-thac/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.
