> 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-jp/xu-zhang/06no.md).

# 6. 宝石属性の表現

宝石の価値は、単に種類だけで決定されるものではない。同じダイヤモンドであっても、重量、色、透明度、カットによって市場で異なる価値を持つ。

CryptoStoneは、このような宝石の属性をデジタル環境で表現するために、各Gem NFTに次の4つの核心属性を付与する。

| 属性      | 意味       |
| ------- | -------- |
| Weight  | 宝石の重量    |
| Color   | 宝石の色等級   |
| Clarity | 宝石の透明度等級 |
| Cut     | 宝石のカット等級 |

これら4つの属性は採掘時点で決定され、発行後に変更することはできない。これは、現実の宝石が鑑定後に個別属性を基準として評価される構造を、デジタル方式で実装したものである。

CryptoStoneにおいて、各NFTは単に「画像ファイルを指すトークン」ではなく、宝石の属性値を直接保有するデジタル資産である。画像、3Dモデル、カード形式の視覚表現はユーザー体験のための補助要素になり得るが、CryptoStone NFTの本質はオンチェーンに記録された属性データにある。


---

# 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-jp/xu-zhang/06no.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.
