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

# 14 STONX 초기 발행량

CryptoStone은 12개의 스톤별 토큰을 각각 발행하지 않고, 하나의 STONX Token을 사용한다.\
초기 총 발행량은 다음과 같이 설정한다.

* **STONX Initial Total Supply = 1,200,000,000 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 STONX × 40% = 480,000,000 Active Mining STONX**

100,000명의 참여자를 기준으로 하면 평균 active stake는 다음과 같다.

* **480,000,000 STONX ÷ 100,000 users = 4,800 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-kr/mining-system/14_stone_-_-_.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.
