> 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-kr/ecosystem-and-future/42_-_-_-_-_.md).

# 42 사용자 도구

CryptoStone의 프로토콜 자체는 스마트컨트랙트와 온체인 데이터에 의해 작동하지만, 사용자가 이를 직관적으로 이해하고 참여하기 위해서는 별도의 사용자 인터페이스가 필요하다. 따라서 CryptoStone 생태계에는 다음과 같은 웹 기반 도구가 필요하다.

| 도구                   | 역할                                                                     |
| -------------------- | ---------------------------------------------------------------------- |
| 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를 확인한다.   |
| Marketplace          | Gem NFT의 listing, sale, purchase, transfer, burn 이력을 확인하고 거래를 지원한다.    |
| Arena                | Gem NFT와 STONX entry fee를 활용한 게임형 유틸리티와 보상 흐름을 제공한다.                   |
| 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-kr/ecosystem-and-future/42_-_-_-_-_.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.
