> 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-cn/sheng-tai-xi-tong-yu-wei-lai/42-guan-wang-mo-ni-qi-yu-liu-lan-qi-de-bi-yao-xing.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 的本质在于合约和链上规则，官网与浏览器只是解释并可视化这些规则的工具。


---

# 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-cn/sheng-tai-xi-tong-yu-wei-lai/42-guan-wang-mo-ni-qi-yu-liu-lan-qi-de-bi-yao-xing.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.
