> 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/15stoneno100psento.md).

# 15. STONX配分構造

CryptoStoneにおいて、STONXはデジタル宝石の採掘に参加するための単一マイニング資源である。開発者は、STONXの配分構造が特定の内部者へ事前権利を与える形ではなく、透明なルールのもとで誰もがアクセスできる公開市場型の構造であるべきだと考える。

したがって、STONXはチーム配分、創業者リザーブ、非公開内部者配分を持たない市場公開型の配分モデルとして設計される。総供給量はDEX流動性、ダイレクトセール、戦略的エコシステムパートナー、上場および流動性準備に割り当てられる。

| 項目                        | 構造                                                            |
| ------------------------- | ------------------------------------------------------------- |
| Total Supply              | 1,200,000,000 STONX                                           |
| Team Allocation           | なし                                                            |
| Founder Reserve           | なし                                                            |
| Hidden Insider Allocation | なし                                                            |
| Additional Mint           | なし                                                            |
| Primary Utility           | Gem NFT採掘のためのマイニングプール参加                                       |
| Mechanism                 | STONX取得 -> ステーキング -> Mining Power生成 -> PoM蓄積 -> Gem NFT claim |
| Supply Trust              | 発行量、プール構造、確率表、claim条件はコントラクトと公開データで検証可能                       |

## 15.1 Allocation

| Allocation                  | Ratio | TGE Unlock               | Lock / Vesting                 | 根拠                         |
| --------------------------- | ----: | ------------------------ | ------------------------------ | -------------------------- |
| DEX Liquidity Reserve       |   50% | 初期流動性に必要な範囲で段階投入         | LPの長期ロックまたはバーン、残余分は流動性拡張時に段階使用 | 誰でもアクセスできるオンチェーン入口を最大化するため |
| Direct Sale Pool            |   20% | 販売コントラクト上限内で公開販売         | 未販売分はプールに保管し段階供給               | 採掘参加に必要なSTONXを直接取得できる経路を提供 |
| Strategic / VC Allocation   |   10% | 0%または限定的な初期アンロック         | 6か月cliff + 24か月線形vesting       | 取引所、インフラ、パートナーシップ拡張のため     |
| Listing / Liquidity Reserve |   20% | 上場準備とマーケットメイキングに必要な範囲で使用 | 公開ウォレット管理、目的外使用制限、段階実行         | 中央集権取引所流動性、キャンペーン、市場安定性の準備 |

DEX Liquidity Reserveを最も大きくする理由は、STONXの主要な入口が公開市場であるべきだからである。Direct Sale Poolは、新規ユーザーが複雑な取引経路を通らずに採掘参加用のSTONXを取得できるようにする。Strategic / VC Allocationはエコシステム拡張パートナーに限定して使用され、長期vestingによって短期売却圧力を抑える。Listing / Liquidity Reserveは、上場、マーケットメイキング、キャンペーン、市場安定性準備のための目的限定リザーブである。

ユーザーは公開市場またはダイレクトセール経路でSTONXを取得し、希望するストーンのマイニングプールに投入できる。その後、ステーキングしたSTONXを基にMining Powerを生成し、時間の経過とともにProof of Mining、PoMを蓄積する。PoMが該当プールの必要閾値に達すると、Gem NFTをclaimできる。

この構造において、DEXとDirect SaleはSTONXへアクセスするための公開入口であり、マイニングプールはSTONXの実際の使用先である。つまり、STONXの目的は単なる保有や投機的流通ではなく、デジタル宝石採掘に参加するためのプロトコル資源として機能することにある。

公開型配分構造が信頼を得るためには、初期流動性供給方式、LP処理方式、コントラクト権限、追加発行不可、主要リザーブウォレットが明確に公開される必要がある。初期LPトークンは長期ロックまたはバーン方式で公開されることが望ましい。これは流動性回収への懸念を減らし、STONXの公開市場アクセス構造への信頼を高めるためである。

CryptoStoneの信頼は、特定主体の特権的配分ではなく、固定された総供給量、チーム配分なし、変更不可能な採掘規則、検証可能なPoM構造、そしてオンチェーンデータの透明性によって形成される。


---

# 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/15stoneno100psento.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.
