> 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-vn/he-thong-khai-thac/14_calculation_of_the_initial_stone_supply.md).

# 14 Nguồn cung ban đầu của STONX

CryptoStone không phát hành 12 token riêng cho từng Stone Type. Giao thức sử dụng một STONX Token duy nhất.

Nguồn cung ban đầu được đặt như sau.

* STONX Initial Total Supply = 1,200,000,000 STONX
* Additional Mint = None

Lý do đặt nguồn cung STONX ở mức 1,200,000,000 không chỉ là để tăng số lượng token. CryptoStone hướng tới cấu trúc cho phép hơn 100,000 người dùng tham gia mining pool ở nhiều quy mô khác nhau. Để làm được điều đó, cần một cấu trúc đơn vị cho phép người tham gia nhỏ, người tham gia quy mô trung bình và người có Mining Power cao cùng tham gia một cách tự nhiên.

Với cấu trúc 1,200,000,000 STONX, ngay cả khi giả định hơn 100,000 người tham gia, UX tham gia theo đơn vị vài nghìn STONX vẫn có thể được thiết kế tự nhiên. Điều này hạ thấp rào cản gia nhập cho người tham gia nhỏ, cung cấp đơn vị tham gia thực tế cho nhóm trung bình và cho phép chiến lược khai thác dài hạn cho người có Mining Power cao.

Do đó, việc phát hành 1.2 tỷ token nên được hiểu không phải là tăng nguồn cung tùy tiện, mà là thiết kế đơn vị để phục vụ một cơ sở người dùng rộng hơn và cấu trúc Proof of Mining.

Expected Active Mining Ratio = khoảng 30% \~ 40%

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

Dựa trên 100,000 người tham gia, active stake trung bình như sau.

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

Nói cách khác, cấu trúc 1,200,000,000 STONX được thiết kế để tiếp nhận một cơ sở người tham gia lớn trong khi vẫn cho phép người dùng nhỏ tiếp cận hệ sinh thái khai thác.


---

# 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-vn/he-thong-khai-thac/14_calculation_of_the_initial_stone_supply.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.
