> 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/mining-system/18_-_-_-_.md).

# 18 파라미터 해석

본 백서에서 제시하는 스톤별 공급량, 기본 채굴 주기, 마이닝 파워 공식, PoM 임계값, 반감기 배수, Weight·Color·Clarity·Cut 확률표, Rarity Score 공식은 현실 보석 생태계를 완벽히 복제한 절대적 기준이 아니다.

이 수치들은 다음 목적을 위해 설계된 초기 기준 파라미터다.

| 목적         | 설명                          |
| ---------- | --------------------------- |
| 디지털 희소성 표현 | 보석의 희소성을 온체인 환경에서 표현        |
| 채굴 난이도 구현  | 스마트컨트랙트로 채굴 난이도와 공급 제한 구현   |
| 상대적 희소성 구분 | 스톤별 희소성 차이를 비교 가능하게 설계      |
| 수집 가치 구분   | 희귀도와 티어 구조를 통해 수집 시장 이해도 강화 |
| 장기 공급 제어   | 반감기와 난이도 상승을 통해 공급 속도 관리    |
| 참여 확장성     | 소액 참여자와 대규모 참여자를 동시에 수용     |

따라서 본 백서의 수치들은 현실 보석 시장의 모든 가격 형성 요인, 감정 기준, 유통 구조, 수요와 공급, 문화적 가치, 실물 보관 비용, 감정기관의 평가 모델을 완벽히 반영한다고 볼 수 없다.

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/mining-system/18_-_-_-_.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.
