> 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/purotokorukitekucha/37no.md).

# 37. 開発構造

CryptoStoneは次の構造を採用する。

* STONX Token
* CryptoStone Gem NFT
* 12個のMining Pool Contract
* Pool Factory

この構造は、特定チェーンに永続的に依存しないデジタル宝石プロトコルを実装するための設計であり、初期段階ではEVM互換スマートコントラクトネットワークをLaunch Networkとして活用する。

## 現在のデプロイ状況

次の表は、現在のテストネットとプロトコル文書基準のデプロイ状況を要約したものである。正式メインネットデプロイまたはコントラクトアップグレード時には、アドレスとバージョンを別途公開文書で更新する。

| 項目                    | 現在の状態                                         | 備考                        |
| --------------------- | --------------------------------------------- | ------------------------- |
| Launch Network        | Ethereum Sepolia                              | テストネット運用基準                |
| STONX Token           | `0xBd10DA40Dec511c11100dd2927dDf8c53A5248Ed`  | ERC-20テストネットデプロイ          |
| GEMS NFT              | `0x01CE9e3Ee0fb51B6b0cE1E5B3C72A5F981A50056`  | V5.3 HTTPS metadata構造     |
| Garnet Mining Pool    | `0xd885D9865A1e7C9094EcD0982421bE9670Fabe16`  | 現在のLive pool              |
| Other 11 Mining Pools | 準備中                                           | メインネットまたは順次オープン対象         |
| Refinery              | `0xB7b55068163d6d8E4f8eD2e8B511e234520576DC`  | テストネット精錬機能                |
| Marketplace           | `0x673d64550c718A3770064ee3cDdC8b20093D0913`  | テストネットNFT取引機能             |
| Metadata Model        | HTTPS API + watcher finalization + IPFS media | 核心属性とメディア表示レイヤーを分離        |
| Randomness Standard   | ユーザーエントロピー + 複数ブロックエントロピー + `prevrandao`      | 新規プールおよびアップグレード基準         |
| Mainnet Status        | 準備中                                           | セキュリティ検討、文書整理、流動性政策確定後に進行 |

## 選択理由

| 選択                    | 理由                         |
| --------------------- | -------------------------- |
| STONX Token           | 単一のマイニング資源と流動性構造を提供する      |
| CryptoStone Gem NFT   | 各宝石の固有性と属性を表現する            |
| 12 Mining Pools       | ストーン別の独立鉱山構造を実装する          |
| Pool Factory          | 同一の検証済みテンプレートでプールをデプロイする   |
| Unified NFT Contract  | コレクションのアイデンティティと取引データを集約する |
| Verifiable Randomness | 運営者操作のない属性生成を可能にする         |
| Finalize Mechanism    | 核心規則の変更を防ぐ                 |

第一に、STONXとGem NFTの役割を分離する。STONXはMining Powerのためのトークンであり、Gem NFTは採掘結果である。

第二に、宝石の固有性を保護する。各Gem NFTはtokenIdと属性組み合わせを持ち、ミント後に属性は変更されない。

第三に、ストーン別の独立性を維持する。各マイニングプールは独立した供給量、採掘周期、半減期を持つため、現実の個別鉱山概念をデジタルで表現するのに適している。

第四に、NFTコレクションは一つに維持される。これによりCryptoStoneのブランドと市場データを一つに集約し、取引と希少度ランキングを統合管理できる。

第五に、将来拡張性が高い。CryptoStoneはEVM互換Launch Networkから開始でき、長期的には独立したAppchainまたはCryptoStone Mainnetへ拡張できる。

第六に、中央集権依存を減らす。採掘とミントはサーバーではなくコントラクトによって実行され、誰でも条件を検証できる。


---

# 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/purotokorukitekucha/37no.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.
