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

# 05 Khái niệm đá quý kỹ thuật số

CryptoStone gồm một STONX Token, 12 gemstone mining pool và một Gem NFT contract.

| Thành phần               | Vai trò                                                                     |
| ------------------------ | --------------------------------------------------------------------------- |
| STONX Token              | Tài nguyên khai thác duy nhất dùng để tham gia các mỏ kỹ thuật số.          |
| 12 Gemstone Mining Pools | Các mỏ kỹ thuật số độc lập khai thác từng birthstone.                       |
| CryptoStone Gem NFT      | Tài sản NFT độc nhất đại diện cho một viên đá quý kỹ thuật số đã khai thác. |
| Mining Pool Contract     | Quản lý staking, Mining Power, độ khó và điều kiện claim.                   |
| Gem NFT Contract         | Quản lý thuộc tính Gem NFT, số lượng phát hành và quyền sở hữu.             |

STONX không phải là chính viên đá quý. STONX là nguồn Mining Power được dùng để tham gia các mỏ kỹ thuật số. Người dùng nhận Mining Power bằng cách stake STONX vào gemstone mining pool họ chọn, và PoM tích lũy theo thời gian.

Kết quả khai thác là CryptoStone Gem NFT. Gem NFT được phát hành từ một NFT contract thống nhất, và mỗi NFT nắm giữ các thuộc tính on-chain như stone type, trọng lượng và cấp độ.

Cấu trúc khai thác đá quý ngoài đời thực có thể được trừu tượng hóa như sau.

| Khai thác đá quý thật            | CryptoStone                       |
| -------------------------------- | --------------------------------- |
| Mỏ                               | Gemstone Mining Pool              |
| Thiết bị và năng lượng khai thác | STONX Token                       |
| Khối lượng công việc khai thác   | Proof of Mining, PoM              |
| Kết quả khai thác                | Gem NFT                           |
| Độ khó mỏ                        | Pool Difficulty                   |
| Suy giảm trữ lượng               | Scarcity Multiplier               |
| Thẩm định đá quý                 | 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/crypto-stone/crypto-stone-wp-vn/gioi-thieu/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.
