> 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/17_target_pool_power-_-_-_.md).

# 17 Target Pool Power

CryptoStone의 Target Pool Power는 전체 STONX 공급량이 아니라, 실제로 마이닝에 참여할 것으로 예상되는 유효 스테이킹 물량을 기준으로 산정한다.

* **Target Pool Power** = 40,000,000 Power per Pool
* **12 Pools Total Target Power** = 480,000,000 Power

이는 전체 STONX 공급량 1,200,000,000개 중 약 40%가 장기적으로 마이닝 생태계에 참여할 수 있다는 가정을 반영한 값이다.

특정 풀 (j)의 전체 마이닝 파워를 (P\_j), Target Pool Power를 (P\_j^\*)라고 할 때, 전체 풀 파워는 다음과 같이 정의된다.

$$
P\_j = \Sigma P\_{i,j}
$$

$$
P\_j^\* = 40,000,000
$$

참여자가 매년 10,000명씩 증가하고, 10년 후 약 100,000명이 참여하며, 평균 active stake가 약 4,800 STONX 수준이라고 가정하면, 전체 Gem NFT 공급량의 약 90%가 채굴되는 데에는 약 8\~9년이 소요될 수 있다.

반감기 구조로 인해 90% 이후의 채굴 속도는 더욱 느려진다. 따라서 전체 Gem NFT의 100%가 모두 채굴되기까지는 약 12년 이상이 소요될 수 있다.

이러한 기간 추정은 특정 수익률이나 가격을 예측하기 위한 것이 아니라, CryptoStone이 단기 NFT 민팅 이벤트가 아니라 장기간에 걸쳐 디지털 보석이 점진적으로 채굴되는 탈중앙 마이닝 생태계를 지향한다는 점을 설명하기 위한 모델이다.


---

# 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/17_target_pool_power-_-_-_.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.
