> 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-vn/he-sinh-thai-va-tuong-lai/42_need_for_website_simulator_and_explorer.md).

# 42 Công cụ người dùng

Bản thân giao thức CryptoStone vận hành thông qua smart contract và dữ liệu on-chain. Tuy nhiên, người dùng cần một giao diện riêng để hiểu và tham gia một cách trực quan.

Vì vậy, hệ sinh thái CryptoStone có thể cần các công cụ web sau.

| Tool                 | Role                                                                                                                                                              |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Mining Simulator     | Tính thời gian mining dự kiến dựa trên lượng STONX, pool được chọn và thời gian lock-up của người dùng.                                                           |
| PoM Dashboard        | Hiển thị giá trị PoM của người dùng theo từng pool, ngưỡng PoM cần thiết và khả năng claim.                                                                       |
| Pool Dashboard       | Hiển thị số lượng đã khai thác, nguồn cung còn lại, Pool Difficulty và Scarcity Multiplier của từng stone pool.                                                   |
| Gem Explorer         | Cho phép người dùng xem thuộc tính, rarity, tokenId, thời điểm mining và lịch sử giao dịch của Gem NFT đã khai thác.                                              |
| Rarity Explorer      | Cho phép kiểm tra rarity và Probability Rarity Index theo tổ hợp Weight, Color, Clarity và Cut.                                                                   |
| Refinery Console     | Cho phép kiểm tra và thực hiện điều kiện Gem Refinement, bảng xác suất và hồ sơ refinement.                                                                       |
| Protocol Status Page | Hiển thị thông tin giao thức quan trọng như Open Market Allocation, No Admin Mint, tổng nguồn cung, bảng xác suất và trạng thái pool theo cách có thể kiểm chứng. |

Các công cụ này không thay thế nền tảng tin cậy cốt lõi của giao thức. Chúng là giao diện giúp người dùng dễ hiểu dữ liệu on-chain. Nói cách khác, bản chất của CryptoStone nằm ở contract và quy tắc on-chain, còn website và explorer là công cụ để diễn giải và trực quan hóa chúng.


---

# 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-vn/he-sinh-thai-va-tuong-lai/42_need_for_website_simulator_and_explorer.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.
