> 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/introduction/04_-_-_.md).

# 04 프로토콜 신뢰 원칙

CryptoStone은 특정 창립자나 운영자의 신뢰에 의존하지 않는 구조를 지향한다. 본 프로토콜의 신뢰는 창립자의 신원보다 공개된 코드, 고정된 발행량, 변경 불가능한 확률표, No Admin Mint 구조, 검증 가능한 랜덤성, 그리고 누구나 확인할 수 있는 온체인 데이터에 기반한다.

운영자는 특정 사용자에게 희귀 NFT를 임의로 배정하거나, 스톤별 공급량을 변경하거나, 채굴 확률을 조작할 수 없어야 한다. CryptoStone의 목적은 사람의 권위가 아니라 프로토콜의 규칙에 의해 디지털 보석의 희소성이 형성되는 구조를 만드는 데 있다.

| 신뢰 원칙                    | 설명                                         |
| ------------------------ | ------------------------------------------ |
| Fixed Supply             | STONX 총 발행량과 스톤별 NFT 최대 발행량은 사전에 고정된다.     |
| Market-facing Allocation | STONX는 팀 물량과 창업자 리저브 없이 시장 공개형 배분 구조를 따른다. |
| 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-kr/introduction/04_-_-_.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.
