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

# 03 연구 목적

CryptoStone의 목적은 현실 보석을 그대로 복제하거나 실물 보석의 소유권을 디지털화하는 데 있지 않다. 본 프로젝트의 목적은 현실 보석이 가진 구조적 속성, 즉 채굴성, 한정성, 등급성, 희소성, 수집성을 디지털 환경으로 옮기는 데 있다.

CryptoStone은 다음 질문에서 출발한다.

> 비트코인이 금을 직접 담보하지 않고도 디지털 금이 될 수 있었다면,\
> 보석의 희소성, 등급성, 수집성도 탈중앙 디지털 환경에서 독립적인 자산으로 구현될 수 있는가?

개발자는 이 질문에 대한 하나의 기술적, 경제적, 철학적 설계를 본 백서에서 제안한다.

| 목적        | 설명                                       |
| --------- | ---------------------------------------- |
| 속성의 디지털화  | 보석의 무게, 색상, 투명도, 컷팅을 온체인 속성으로 구조화한다.     |
| 채굴 과정의 구현 | 보석 채굴 과정을 스마트컨트랙트 기반으로 구현한다.             |
| 공급량 고정    | 스톤별 최대 발행량과 희소성 구조를 사전에 고정한다.            |
| 탈중앙 참여    | 중앙 서버 없이 누구나 마이닝 풀에 참여할 수 있도록 한다.        |
| 속성 조작 방지  | 운영자가 보석의 등급이나 속성을 임의로 조작할 수 없도록 한다.      |
| 수집 가치 형성  | 희귀한 속성 조합이 수집 시장에서 가치로 인식될 수 있는 구조를 만든다. |

| 목적     | 설명                                                                              |
| ------ | ------------------------------------------------------------------------------- |
| 생태계 확장 | Marketplace, Gem Refinement, Ranking System, Collection Quest 등 후속 활용 모듈과 연결한다. |
| 장기 확장성 | 향후 Appchain 또는 Mainnet으로 확장 가능한 기반을 마련한다.                                       |


---

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