> 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/02_cryptostone-_-_-_-_.md).

# 02 CryptoStone 개요

CryptoStone은 디지털 보석을 채굴하는 온체인 프로토콜이다. 사용자는 STONX를 원하는 보석 마이닝 풀에 투입하고, 시간이 지나 Proof of Mining, PoM 값이 충분히 누적되면 Gem NFT를 claim할 수 있다. 채굴된 NFT는 단순 이미지가 아니라, 스톤 종류, 무게, 색상, 투명도, 컷팅, 희귀도 점수, 채굴 시점이 기록된 고유한 디지털 보석이다.

사용자는 다이아몬드, 루비, 사파이어, 에메랄드 등 12개 스톤 풀 중 원하는 풀을 선택할 수 있다. 각 스톤은 서로 다른 공급량, 채굴 주기, 반감기 구조를 가지며, 채굴이 진행될수록 남은 공급량은 줄어들고 희소성 배수는 상승한다.

CryptoStone의 핵심 경험은 단순하다.

* STONX를 디지털 광산에 투입한다.
* 시간이 지나 Mining Power가 Proof of Mining, PoM으로 누적된다.
* 필요 PoM 임계값에 도달하면 Gem NFT를 claim한다.
* 어떤 보석이 나올지는 공개된 확률과 검증 가능한 랜덤성에 의해 결정된다.

즉, CryptoStone은 “구매하는 NFT”가 아니라 “채굴되는 디지털 보석”을 지향한다. 사용자는 단순히 이미지를 구매하는 것이 아니라, 공개된 규칙과 고정된 확률 구조 안에서 자신만의 디지털 보석을 채굴한다.

채굴 이후에는 Gem NFT를 보유, 탐색, 거래, 제련 등 다양한 생태계 활용 모듈과 연동할 수 있다. 다만 이러한 확장 기능은 핵심 채굴 구조를 대체하는 것이 아니라, 채굴된 디지털 보석의 활용성과 수집성을 확장하기 위한 선택형 생태계 모듈이다.


---

# 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/02_cryptostone-_-_-_-_.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.
