> 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/14stoneno.md).

# 14. STONX初期供給量

CryptoStoneは、12種類のストーン別トークンをそれぞれ発行せず、1つのSTONX Tokenを使用する。\
初期総発行量は次のように設定する。

$$
\text{STONX Initial Total Supply} = 1,200,000,000 \ \text{STONX}
$$

Additional Mint = なし

STONXを1,200,000,000個に設定する理由は、単にトークン数量を拡大するためではない。CryptoStoneは、将来的に100,000人以上のユーザーがさまざまな規模でマイニングプールに参加できる構造を志向する。そのためには、少額参加者、中規模参加者、高マイニングパワー参加者が自然に参加できる単位構造が必要である。

1,200,000,000 STONX構造では、100,000人以上の参加者を前提としても、数千STONX単位の自然な参加UXを設計できる。これは少額参加者には参入障壁を下げ、中規模参加者には実質的なマイニング参加単位を提供し、高マイニングパワー参加者には長期的な採掘戦略を可能にする。

したがって、12億個の発行は供給を無分別に増やすものではなく、より広いユーザーベースとProof of Mining構造を受け入れるための単位設計として解釈されるべきである。

Expected Active Mining Ratio = 約30% \~ 40%

$$
1,200,000,000 \ \text{STONX} \times 40% = 480,000,000 \ \text{Active Mining STONX}
$$

100,000人の参加者を基準にすると、平均active stakeは次のとおりである。

$$
480,000,000 \ \text{STONX} \div 100,000 \ \text{users} = 4,800 \ \text{STONX per user}
$$

つまり、1,200,000,000 STONX構造は、大規模な参加者基盤を受け入れながらも、少額参加者がマイニングエコシステムにアクセスできるようにするための設計である。


---

# 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/14stoneno.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.
