> 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/introduction/05_basic_concept_of_digital_gemstone_assets.md).

# 05 Digital Gemstone Concept

CryptoStone consists of one STONX Token, 12 gemstone mining pools, and one Gem NFT contract.

| Component                | Role                                                               |
| ------------------------ | ------------------------------------------------------------------ |
| STONX Token              | The single mining resource used to participate in digital mines.   |
| 12 Gemstone Mining Pools | Independent digital mines that mine each birthstone.               |
| CryptoStone Gem NFT      | A unique NFT asset representing a mined digital gemstone.          |
| Mining Pool Contract     | Manages staking, mining power, difficulty, and claim conditions.   |
| Gem NFT Contract         | Manages gemstone NFT attributes, issuance quantity, and ownership. |

STONX is not the gemstone itself. STONX is the source of mining power used to participate in digital mines. Users acquire mining power by staking STONX into the gemstone mining pool of their choice, and PoM accumulates over time.

The mining result is a CryptoStone Gem NFT. A Gem NFT is issued from a single integrated NFT contract, and each NFT holds on-chain attributes such as which STONX it is and what weight and grade it has.

The real-world gemstone mining structure can be abstracted as follows.

| Real Gemstone Mining        | CryptoStone                       |
| --------------------------- | --------------------------------- |
| Mine                        | Gemstone Mining Pool              |
| Mining equipment and energy | STONX Token                       |
| Mining work amount          | Proof of Mining, PoM              |
| Mining result               | Gem NFT                           |
| Mine difficulty             | Pool Difficulty                   |
| Reserve depletion           | Scarcity Multiplier               |
| Gemstone appraisal          | On-chain Attribute & Rarity Score |


---

# 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/introduction/05_basic_concept_of_digital_gemstone_assets.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.
