> 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/crypto-stone-wp-v2.9-kr.md).

# CRYPTO STONE WP v2.9 KR

비트코인은 현실의 금을 직접 담보하지 않았음에도 불구하고, 한정된 공급량, 공개된 채굴 규칙, 탈중앙 네트워크, 누구나 검증 가능한 거래 구조를 통해 “디지털 금”이라는 새로운 자산 개념을 형성하였다. 비트코인의 본질적 의의는 특정 발행자나 중앙 기관의 신뢰 없이도, 코드와 네트워크만으로 디지털 자산의 희소성과 소유권을 구현할 수 있음을 증명한 데 있다.

개발자는 이러한 철학을 보석이라는 자산 개념으로 확장하고자 한다. 현실 세계의 보석은 채굴량이 제한되어 있으며, 각각의 보석은 무게, 색상, 투명도, 컷팅과 같은 속성에 따라 서로 다른 희소성과 가치를 갖는다. 같은 종류의 보석이라도 각 개체의 속성이 다르면 그 가치는 달라진다. 이러한 점에서 보석은 본질적으로 비대체적이며, 디지털 환경에서 고유 자산으로 표현하기에 적합한 특성을 가진다.

CryptoStone은 보석의 채굴성, 희소성, 등급성, 수집성을 온체인 데이터로 표현하고, 중앙 서버나 운영자의 임의 개입 없이 디지털 환경에서 보석 NFT가 채굴될 수 있도록 설계된 탈중앙 디지털 보석 프로토콜이다. 각 보석은 고유한 Gem 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/crypto-stone-wp-v2.9-kr.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.
