> 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/01_.md).

# 01 서론

현실 세계에서 보석은 오랜 기간 동안 가치 저장 수단, 장식 자산, 수집 자산, 상징 자산으로 기능해왔다. 보석의 가치는 단순한 물리적 존재에서만 발생하지 않는다. 보석은 채굴의 어려움, 매장량의 제한, 가공의 정교함, 등급의 차이, 수집 수요, 문화적 상징성에 의해 가치가 형성된다.

특히 다이아몬드, 루비, 사파이어, 에메랄드와 같은 보석은 동일한 종류의 보석이라 하더라도 개별 보석의 속성에 따라 전혀 다른 가치를 갖는다. 무게가 크고, 색상이 우수하며, 투명도가 높고, 컷팅이 정교한 보석은 더 높은 희소성을 가진다. 이러한 구조는 보석이 대체 가능한 상품이 아니라, 개별 속성에 따라 가치가 달라지는 비대체적 자산임을 보여준다.

블록체인 기술은 이러한 비대체적 속성을 디지털 환경에서 표현할 수 있는 기반을 제공한다. 그러나 기존 NFT 시장은 대부분 이미지, 게임 아이템, 멤버십, 외부 콘텐츠의 소유권 또는 접근권을 표현하는 방식으로 발전해왔다. 이 경우 NFT의 가치는 외부 이미지, 중앙 서버, 특정 플랫폼, 운영 주체에 종속될 수 있다.

CryptoStone은 이와 다른 방향을 제안한다. CryptoStone은 외부 이미지나 중앙 서버의 콘텐츠를 증명하기 위한 NFT가 아니라, NFT 자체가 보석의 속성 데이터를 보유하고, 그 속성 자체로 희소성과 수집 가치를 표현하는 디지털 보석 자산이다.

비트코인이 디지털 금의 서사를 만들고, 라이트코인이 디지털 은으로 불렸다면, CryptoStone은 스마트컨트랙트 위에서 채굴되고 제련되는 디지털 보석이라는 새로운 자산 카테고리를 제시한다.

개발자는 본 백서를 통해 현실 보석의 물리적 소유권을 블록체인으로 이전하려는 것이 아니라, 보석이 가진 희소성과 속성 기반 가치를 디지털 환경에서 어떻게 탈중앙적으로 구현할 수 있는지에 대해 서술하고자 한다.


---

# 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/01_.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.
