> 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/protocol-architecture/38_-_-_.md).

# 38 프로토콜 고정 원칙

CryptoStone이 비트코인과 같은 탈중앙 자산성을 지향하기 위해서는 배포 이후 핵심 규칙이 임의로 변경되지 않아야 한다.

| 고정 항목                    | 설명                            |
| ------------------------ | ----------------------------- |
| STONX 총 발행량              | 1,200,000,000 STONX           |
| STONX 배분 구조              | 팀 물량과 창업자 리저브 없는 시장 공개형 배분    |
| 스톤별 Max Supply           | 각 스톤별 최대 NFT 발행량              |
| 스톤별 Base Mining Interval | 기본 채굴 주기                      |
| Target Pool Power        | 초기 기준값 40,000,000 Power       |
| Base Mining Unit         | 1,000 STONX                   |
| Weight 확률표               | 무게 생성 확률                      |
| Color 확률표                | 색상 등급 생성 확률                   |
| Clarity 확률표              | 투명도 등급 생성 확률                  |
| Cut 확률표                  | 컷팅 등급 생성 확률                   |
| Scarcity Multiplier      | 반감기 기반 난이도 배수                 |
| Claim Burn 공식            | claim 시 소각 공식                 |
| Mining Power 공식          | 스테이킹 기반 마이닝 파워 공식             |
| PoM 공식                   | Proof of Mining 누적 및 claim 조건 |
| Lock Multiplier          | 락업 기간별 마이닝 배수                 |
| Maturity Burn 공식         | 락업 종료 시 감가상각 소각 공식            |

초기 설정이 완료되면 프로토콜은 finalize되어야 한다. 이후 운영자는 임의로 발행량을 늘리거나, 희귀도 확률을 바꾸거나, 특정 사용자에게 NFT를 수동으로 민팅할 수 없어야 한다.

CryptoStone의 핵심 컨트랙트는 배포 이후 소스코드가 공개 검증되어야 하며, 토큰 발행량, NFT 공급량, 확률표, 마이닝 공식, PoM 임계값 산정 구조는 finalize 이후 변경될 수 없어야 한다.

finalize 이전에 필요한 제한적 관리 기능이 존재한다면, 해당 기능의 목록, 목적, 제거 시점, 통제 방식은 명확히 공개되어야 한다. finalize 이후에는 핵심 발행량, 확률표, 민팅 권한, 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-kr/protocol-architecture/38_-_-_.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.
