> 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/03-yan-jiu-mu-di.md).

# 3. 研究目的

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-jp/xu-zhang/03-yan-jiu-mu-di.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.
