> 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/xu-zhang/04purotokoruno.md).

# 4. プロトコル信頼原則

CryptoStoneは、特定の創業者や運営者への信頼に依存しない構造を志向する。本プロトコルの信頼は、創業者の身元よりも、公開されたコード、固定された発行量、変更不可能な確率表、No Admin Mint構造、検証可能なランダム性、そして誰でも確認できるオンチェーンデータに基づく。

運営者は、特定ユーザーに希少NFTを恣意的に割り当てたり、ストーン別供給量を変更したり、採掘確率を操作したりできてはならない。CryptoStoneの目的は、人の権威ではなく、プロトコル規則によってデジタル宝石の希少性が形成される構造を作ることにある。

| 信頼原則                   | 説明                                                 |
| ---------------------- | -------------------------------------------------- |
| Fixed Supply           | STONX総発行量とストーン別NFT最大発行量は事前に固定される。                  |
| Open Market Allocation | STONXはDEX、Direct Sale、戦略配分、上場流動性準備を通じて公開市場型に配分される。 |
| No Admin Mint          | 運営者はGem NFTを恣意的に発行できてはならない。                        |
| Immutable Probability  | 宝石属性の確率表は公開され、finalize後に変更できてはならない。                |
| Verifiable Randomness  | 宝石属性は検証可能なランダム構造によって決定されなければならない。                  |
| On-chain Attributes    | Gem NFTの核心属性はオンチェーンまたは公開検証可能なデータとして記録されなければならない。   |
| Transparent Pools      | 各ストーンプールの採掘量、残量、難易度は公開的に確認可能でなければならない。             |
| Open Verification      | 誰でもコントラクトと採掘規則を検証できなければならない。                       |

この構造は、CryptoStoneが特定運営者の裁量ではなく、公開された規則と検証可能なコードによって作動する分散型デジタル宝石プロトコルであることを示している。


---

# 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/xu-zhang/04purotokoruno.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.
