> 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/ekoshisutemutono/42websaitoshimyurtekusupurrno.md).

# 42. ユーザーツール

CryptoStoneのプロトコル自体は、スマートコントラクトとオンチェーンデータによって作動するが、ユーザーがこれを直感的に理解し参加するためには、別途のユーザーインターフェースが必要である。\
したがって、CryptoStoneエコシステムには次のようなWebベースのツールが必要となり得る。

| ツール                  | 役割                                                                |
| -------------------- | ----------------------------------------------------------------- |
| Mining Simulator     | ユーザーが保有するSTONX数量、選択したプール、ロックアップ期間に応じて予想採掘時間を計算する。                 |
| PoM Dashboard        | ユーザーのプール別PoM値、必要PoM閾値、claim可否を表示する。                               |
| Pool Dashboard       | 各ストーンプールの採掘量、残量、Pool Difficulty、Scarcity Multiplierを表示する。         |
| Gem Explorer         | 採掘されたGem NFTの属性、希少度、tokenId、採掘時点、取引履歴を照会する。                       |
| Rarity Explorer      | Weight、Color、Clarity、Cutの組み合わせ別希少度とProbability Rarity Indexを確認する。 |
| Refinery Console     | Gem Refinement条件、確率表、精錬記録を確認し実行する。                                |
| Protocol Status Page | 市場公開型配分、No Admin Mint、総発行量、確率表、プール状態など核心プロトコル情報を検証可能な形で表示する。      |

これらのツールは、プロトコルの必須信頼基盤を代替するものではなく、ユーザーがオンチェーンデータを容易に理解できるよう支援するインターフェースの役割を果たす。つまり、CryptoStoneの本質はコントラクトとオンチェーン規則にあり、Webサイトとエクスプローラーはそれを解釈し可視化する手段である。


---

# 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/ekoshisutemutono/42websaitoshimyurtekusupurrno.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.
