> 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/17targetpoolpowertomainingu.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 = \sum 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-jp/mainingushisutemu/17targetpoolpowertomainingu.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.
