> 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/ecosystem-and-future/46_.md).

# 46 결론

CryptoStone은 디지털 보석이라는 새로운 자산 개념을 제안한다.

비트코인이 현실의 금을 직접 보관하지 않고도 디지털 금이라는 개념을 만들어냈고, 라이트코인이 디지털 은이라는 서사를 형성하였다면, CryptoStone은 현실 보석의 소유권을 담보하지 않으면서도 보석의 핵심 속성인 희소성, 채굴성, 등급성, 수집성을 디지털 환경에서 구현하고자 한다.

CryptoStone은 특정 체인에 종속되지 않는 디지털 보석 프로토콜로 설계되며, 초기에는 EVM 호환 스마트컨트랙트 네트워크를 Launch Network로 활용한다. 장기적으로는 Appchain 또는 Mainnet으로 확장되어 독립적인 디지털 보석 생태계로 발전할 수 있다.

## 핵심 구조

| 내용                       | 값                              |
| ------------------------ | ------------------------------ |
| 단일 토큰                    | STONX Token                    |
| 초기 발행량                   | 1,200,000,000 STONX            |
| 배분 구조                    | 팀 물량과 창업자 리저브 없는 시장 공개형 배분     |
| 접근 방식                    | DEX, Direct Sale, 거래소 유동성 경로   |
| NFT 구조                   | 하나의 Gem NFT 컨트랙트               |
| 마이닝 풀                    | 12개의 독립 보석 마이닝 풀               |
| 풀 구현                     | 동일한 Pool Template + Factory 구조 |
| Base Mining Unit         | 1,000 STONX                    |
| Protocol Reference Power | 100,000 Power                  |
| Target Pool Power        | 40,000,000 Power               |
| 12개 풀 전체 Target Power    | 480,000,000 Power              |

## 프로토콜 실행 구조

| 내용         | 값                                                                                |
| ---------- | -------------------------------------------------------------------------------- |
| PoM 구조     | Proof of Mining 기반 누적 작업량 모델                                                     |
| Claim 조건   | 풀별 PoM ≥ Required PoM Threshold                                                  |
| Claim Burn | 2 STONX × Scarcity Multiplier                                                    |
| Lock Model | Flexible, 90일, 180일, 365일                                                        |
| 감가상각       | 락업 기간에 따른 Maturity Burn                                                          |
| 희귀도        | Rarity Score + Probability Rarity Index                                          |
| 반감기        | 스톤별 Scarcity Multiplier                                                          |
| 랜덤성        | 사용자 엔트로피 + 다중 블록 엔트로피 + `prevrandao` + Claim 상태값 + 컨트랙트 고유값                      |
| 해시파워 대응 개념 | STONX 기반 Mining Power                                                            |
| 탈중앙성       | No Admin Mint, No Central Server, finalize 구조                                    |
| 공개 검증      | 소스코드 공개, 감사 보고서, LP 처리 내역, 확률표 검증                                                |
| 생태계 확장     | Marketplace, Gem Refinement, Ranking System, Collection Quest                    |
| 사용자 도구     | Mining Simulator, PoM Dashboard, Gem Explorer, Rarity Explorer, Refinery Console |
| 장기 방향      | Appchain 또는 Mainnet 확장 가능성                                                       |

개발자는 CryptoStone의 목표가 단기적인 NFT 판매에 있지 않다고 본다. CryptoStone의 목표는 디지털 환경에서 보석이라는 자산 개념이 어떻게 탈중앙적으로 구현될 수 있는지를 증명하는 것이다.

CryptoStone의 신뢰는 창립자의 권위, 내부 배정, 중앙 운영 권한이 아니라, 고정된 발행량, 팀 물량과 창업자 리저브 없는 공개형 배분 구조, 검증 가능한 PoM 모델, 변경 불가능한 확률표, 공개 검증 가능한 컨트랙트, 그리고 누구나 확인 가능한 온체인 데이터에서 형성된다.

CryptoStone의 생태계 루프는 다음과 같이 확장될 수 있다.

```
Acquire STONX
→ Mine Gem NFTs
→ Explore / Trade Gems
→ Refine Gems
→ Improve NFT Utility
→ Return to Mining / Marketplace / Refinery
```

비트코인이 디지털 금이고, 라이트코인이 디지털 은이라면, 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/ecosystem-and-future/46_.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.
