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

# 05 디지털 보석의 개념

CryptoStone은 하나의 STONX Token, 12개의 보석 마이닝 풀, 하나의 Gem NFT 컨트랙트로 구성된다.

| 구성 요소                 | 역할                              |
| --------------------- | ------------------------------- |
| STONX Token           | 디지털 광산에 참여하기 위한 단일 마이닝 자원       |
| 12 Stone Mining Pools | 각 탄생석을 채굴하는 독립 디지털 광산           |
| CryptoStone Gem NFT   | 채굴된 디지털 보석을 표현하는 고유 NFT 자산      |
| Mining Pool Contract  | 스테이킹, 마이닝 파워, 난이도, claim 조건을 관리 |
| Gem NFT Contract      | 보석 NFT의 속성, 발행량, 소유권을 관리        |

STONX는 보석 그 자체가 아니다. STONX는 디지털 광산에 참여하기 위한 마이닝 파워의 원천이다. 사용자는 STONX를 원하는 보석 마이닝 풀에 스테이킹함으로써 마이닝 파워를 획득하고, 시간이 지남에 따라 PoM을 누적한다.

채굴 결과물은 CryptoStone Gem NFT이다. Gem NFT는 하나의 통합 NFT 컨트랙트에서 발행되며, 각 NFT는 자신이 어떤 스톤인지, 어떤 무게와 등급을 갖는지 온체인 속성으로 보유한다.

현실 보석 채굴 구조를 추상화하면 다음과 같다.

| 현실 보석 채굴    | CryptoStone                       |
| ----------- | --------------------------------- |
| 광산          | Stone Mining Pool                 |
| 채굴 장비 및 에너지 | STONX Token                       |
| 채굴 작업량      | Proof of Mining, PoM              |
| 채굴 결과물      | Gem NFT                           |
| 광산 난이도      | Pool Difficulty                   |
| 매장량 감소      | Scarcity Multiplier               |
| 보석 감정       | On-chain Attribute & Rarity Score |


---

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