> 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-kr/mining-system/19_-_-_.md).

# 19 마이닝 파워 계산

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-kr/mining-system/19_-_-_.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.
