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

# 1. はじめに

現実世界において、宝石は長い間、価値保存手段、装飾資産、収集資産、象徴資産として機能してきた。\
宝石の価値は、単なる物理的存在だけから発生するものではない。宝石の価値は、採掘の難しさ、埋蔵量の制限、加工の精巧さ、等級の差、収集需要、文化的象徴性によって形成される。

特に、ダイヤモンド、ルビー、サファイア、エメラルドのような宝石は、同じ種類の宝石であっても、個別の宝石が持つ属性によってまったく異なる価値を持つ。重量が大きく、色が優れ、透明度が高く、カットが精巧な宝石は、より高い希少性を持つ。この構造は、宝石が代替可能な商品ではなく、個別属性によって価値が変わる非代替的資産であることを示している。

ブロックチェーン技術は、このような非代替的属性をデジタル環境で表現できる基盤を提供する。しかし、既存の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-jp/xu-zhang/01hajimeni.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.
