> 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/06_representation_of_gemstone_attributes.md).

# 06 Biểu đạt thuộc tính đá quý

Giá trị của một viên đá quý không chỉ được quyết định bởi loại đá. Ngay cả trong cùng nhóm kim cương, giá trị thị trường cũng khác nhau tùy theo trọng lượng, màu sắc, độ tinh khiết và giác cắt.

Để biểu đạt các thuộc tính này trong môi trường số, CryptoStone gán bốn thuộc tính cốt lõi sau cho mỗi Gem NFT.

| Thuộc tính | Ý nghĩa                       |
| ---------- | ----------------------------- |
| Weight     | Trọng lượng của viên đá       |
| Color      | Cấp màu của viên đá           |
| Clarity    | Cấp độ tinh khiết của viên đá |
| Cut        | Cấp giác cắt của viên đá      |

Bốn thuộc tính này được xác định tại thời điểm khai thác và không thể thay đổi sau khi phát hành. Điều này triển khai bằng kỹ thuật số một cấu trúc tương tự cách đá quý thật được đánh giá dựa trên thuộc tính riêng sau khi thẩm định.

Trong CryptoStone, mỗi NFT không chỉ là một token trỏ tới một file hình ảnh. Nó là một tài sản kỹ thuật số trực tiếp nắm giữ giá trị thuộc tính đá quý. Hình ảnh, mô hình 3D và định dạng thẻ trực quan có thể đóng vai trò bổ trợ cho trải nghiệm người dùng, nhưng bản chất của CryptoStone NFT nằm ở dữ liệu thuộc tính được ghi on-chain.


---

# 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/06_representation_of_gemstone_attributes.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.
