> 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-kr/introduction/06_-_-_.md).

# 06 보석의 속성 표현

보석의 가치는 단순히 종류만으로 결정되지 않는다. 같은 다이아몬드라도 무게, 색상, 투명도, 컷팅에 따라 시장에서 다른 가치를 갖는다.

CryptoStone은 이러한 보석의 속성을 디지털 환경에서 표현하기 위해 각 Gem NFT에 다음 네 가지 핵심 속성을 부여한다.

| 속성      | 의미         |
| ------- | ---------- |
| Weight  | 보석의 무게     |
| Color   | 보석의 색상 등급  |
| Clarity | 보석의 투명도 등급 |
| Cut     | 보석의 컷팅 등급  |

이 네 가지 속성은 채굴 시점에 결정되며, 민팅 이후 변경될 수 없다. 이는 현실 보석이 감정 이후 개별 속성을 기준으로 평가되는 것과 유사한 구조를 디지털 방식으로 구현한 것이다.

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-kr/introduction/06_-_-_.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.
