> 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-jp/mainingushisutemu/09dejitaruno.md).

# 9. デジタル鉱山構造

CryptoStoneにおいて、各ストーンは1つの独立したデジタル鉱山と見なされる。

| 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-jp/mainingushisutemu/09dejitaruno.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.
