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

# 2. CryptoStone概要

CryptoStoneは、デジタル宝石を採掘するオンチェーンプロトコルである。ユーザーはSTONXを希望する宝石マイニングプールに投入し、時間の経過とともにProof of Mining、すなわちPoM値が十分に蓄積されると、Gem NFTをclaimすることができる。採掘されたNFTは単なる画像ではなく、ストーン種類、重量、色、透明度、カット、希少度スコア、採掘時点が記録された固有のデジタル宝石である。

ユーザーは、ダイヤモンド、ルビー、サファイア、エメラルドなど12種類のストーンプールの中から希望するプールを選択できる。各ストーンはそれぞれ異なる供給量、マイニング周期、半減期構造を持ち、採掘が進むほど残存供給量は減少し、希少性倍率は上昇する。

{% stepper %}
{% step %}

### STONXをデジタル鉱山に投入する

{% endstep %}

{% step %}

### 時間の経過とともにMining PowerがProof of Mining、PoMとして蓄積される

{% endstep %}

{% step %}

### 必要PoM閾値に到達するとGem NFTをclaimする

{% endstep %}
{% endstepper %}

どの宝石が出るかは、公開された確率と検証可能なランダム性によって決定される。

つまり、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-jp/xu-zhang/02cryptostonewosurumoshinpuruna.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.
