> 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/xu-zhang/05dejitaruno.md).

# 5. デジタル宝石の概念

CryptoStoneは、1つのSTONX Token、12種類の宝石マイニングプール、1つのGem NFTコントラクトで構成される。

| 構成要素                     | 役割                             |
| ------------------------ | ------------------------------ |
| STONX Token              | デジタル鉱山に参加するための単一マイニング資源        |
| 12 GemSTONX Mining Pools | 各誕生石を採掘する独立したデジタル鉱山            |
| CryptoStone Gem NFT      | 採掘されたデジタル宝石を表現する固有NFT資産        |
| Mining Pool Contract     | ステーキング、マイニングパワー、難易度、claim条件を管理 |
| Gem NFT Contract         | 宝石NFTの属性、発行量、所有権を管理            |

STONXは宝石そのものではない。STONXはデジタル鉱山に参加するためのマイニングパワーの源泉である。ユーザーはSTONXを希望する宝石マイニングプールにステーキングすることでマイニングパワーを獲得し、時間の経過とともにPoMを蓄積する。

採掘結果物はCryptoStone Gem NFTである。Gem NFTは1つの統合NFTコントラクトから発行され、各NFTは自分がどのストーンであるか、どのような重量と等級を持つかをオンチェーン属性として保有する。

現実の宝石採掘構造を抽象化すると、次のようになる。

| 現実の宝石採掘      | CryptoStone                       |
| ------------ | --------------------------------- |
| 鉱山           | GemSTONX 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-jp/xu-zhang/05dejitaruno.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.
