> 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/00-yao-zhi.md).

# 要旨

ビットコインは、現実の金を直接担保していないにもかかわらず、限定された供給量、公開されたマイニング規則、分散型ネットワーク、誰でも検証可能な取引構造を通じて、「デジタルゴールド」という新しい資産概念を形成した。ビットコインの本質的な意義は、特定の発行者や中央機関への信頼がなくても、コードとネットワークだけでデジタル資産の希少性と所有権を実装できることを証明した点にある。

開発者は、この哲学を宝石という資産概念へ拡張しようとする。現実世界の宝石は採掘量が限られており、それぞれの宝石は重量、色、透明度、カットなどの属性によって異なる希少性と価値を持つ。同じ種類の宝石であっても、各個体の属性が異なれば価値も異なる。この点において、宝石は本質的に非代替的であり、デジタル環境において固有資産として表現するのに適した特性を持つ。

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-jp/xu-zhang/00-yao-zhi.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.
