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

# 09 디지털 광산 구조

CryptoStone에서 각 스톤은 하나의 독립된 디지털 광산으로 간주된다.

| Pool            | 설명                |
| --------------- | ----------------- |
| Garnet Pool     | Garnet NFT 채굴     |
| Amethyst Pool   | Amethyst NFT 채굴   |
| Aquamarine Pool | Aquamarine NFT 채굴 |
| Diamond Pool    | Diamond NFT 채굴    |
| Emerald Pool    | Emerald NFT 채굴    |
| Pearl Pool      | Pearl NFT 채굴      |
| Ruby Pool       | Ruby NFT 채굴       |
| Spinel Pool     | Spinel NFT 채굴     |
| Sapphire Pool   | Sapphire NFT 채굴   |
| Opal Pool       | Opal NFT 채굴       |
| Topaz Pool      | Topaz NFT 채굴      |
| Zircon Pool     | Zircon NFT 채굴     |

각 마이닝 풀은 동일한 STONX Token을 사용하지만, 서로 다른 채굴 조건을 가진다.

| 항목                   | 의미                |
| -------------------- | ----------------- |
| Stone Type           | 해당 풀에서 채굴되는 보석 종류 |
| Max Supply           | 해당 스톤의 최대 발행량     |
| Base Mining Interval | 기본 채굴 주기          |
| Target Pool Power    | 기준 마이닝 파워         |
| Current Pool Power   | 현재 풀에 누적된 마이닝 파워  |
| Minted Supply        | 현재까지 채굴된 수량       |
| Pool Difficulty      | 전체 참여도에 따른 난이도    |
| Scarcity Multiplier  | 반감기 기반 희소성 배수     |

현실에서 다이아몬드 광산과 루비 광산의 매장량이 다르듯, CryptoStone에서도 각 스톤은 서로 다른 총수량과 채굴 난이도를 가진다. Diamond가 많이 채굴되었다고 해서 Ruby의 난이도가 상승하지 않는다. Ruby가 고갈되어 간다고 해서 Sapphire의 공급량이 줄어들지 않는다.

각 스톤은 독립적인 디지털 매장량과 채굴 구조를 가진다.


---

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