> 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/thuoc-tinh-gem/26_digitalization_of_the_weight_attribute.md).

# 26 Thuộc tính Weight

Weight sử dụng CT, tức carat, làm đơn vị chung cho tất cả stone. Giá trị trọng lượng của mỗi viên đá được tạo ngẫu nhiên.

* Minimum Weight = 0.10 CT
* Maximum Weight = 200.00 CT
* Storage Unit = 0.01 CT

Smart contract không lưu trực tiếp số thập phân. Thay vào đó, giá trị được lưu dưới dạng số nguyên theo đơn vị 0.01 CT.

| Displayed Weight | Contract Stored Value |
| ---------------- | --------------------- |
| 0.10 CT          | 10                    |
| 1.25 CT          | 125                   |
| 10.50 CT         | 1050                  |
| 200.00 CT        | 20000                 |

Weight không được tạo với xác suất bằng nhau. Giống như đá quý có carat lớn ngoài đời thực hiếm hơn, trọng lượng lớn trong CryptoStone được tạo với xác suất thấp hơn.

| Weight Range       | Probability | Score |
| ------------------ | ----------- | ----: |
| 0.10 \~ 1.99 CT    | 75.00%      |     0 |
| 2.00 \~ 4.99 CT    | 15.00%      |     5 |
| 5.00 \~ 9.99 CT    | 6.00%       |    10 |
| 10.00 \~ 49.99 CT  | 3.50%       |    16 |
| 50.00 \~ 200.00 CT | 0.50%       |    20 |

Score trong bảng không phải tier cuối cùng trực tiếp của Gem NFT. Đây là điểm thuộc tính Weight dùng để tính Rarity Score và Probability Rarity Index. Tier cuối cùng của Gem NFT được xác định bằng cách kết hợp Pool Supply Score, Weight, Color, Clarity và Cut trong hệ thống năm cấp: Common, Rare, Epic, Legendary và Genesis.


---

# 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/thuoc-tinh-gem/26_digitalization_of_the_weight_attribute.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.
