> 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/cryptostone-howaitopp-v30.md).

# CryptoStone ホワイトペーパー v3.0 日本語版

Bitcoinは、物理的な金によって直接裏付けられていないにもかかわらず、限定された供給量、公開されたマイニングルール、分散型ネットワーク、そして誰でも検証できる取引構造によって、デジタルゴールドと呼ばれる新しい資産概念を形成しました。Bitcoinの本質的な意義は、特定の発行者や中央機関に依存せず、コードとネットワークだけでデジタル上の希少性と所有権を実装できることを示した点にあります。

開発者は、この考え方を宝石へ拡張します。現実世界の宝石には限られた埋蔵量があり、それぞれの宝石は重量、色、透明度、カットといった属性によって異なる希少性と価値を持ちます。同じ種類の宝石であっても、個別の属性が異なれば価値も変わります。この意味で、宝石は本質的に非代替的であり、デジタル環境において固有の資産として表現するのに適しています。

CryptoStoneは、宝石の採掘性、希少性、等級性、収集性をオンチェーンかつ公開検証可能なデータとして表現するために設計された分散型デジタル宝石プロトコルです。Gem NFTは、中央サーバーや運営者による任意の介入なしに、デジタル環境で採掘されます。各宝石は固有のGem NFTとして表現され、ストーンの種類、重量、色、透明度、カット、採掘時点、マイニングプールといった属性がプロトコルを通じて記録・公開されます。

本プロジェクトは、現実の宝石に対する所有権、担保権、または交換請求権を提供することを目的としていません。本ホワイトペーパーが提案するものは、現実の宝石が持つ構造的特徴、すなわち限定供給、採掘性、等級性、希少性、収集性を、デジタル環境における独立した希少資産として実装するための研究であり実験です。

Bitcoinがデジタルゴールドという物語を生み、Litecoinがデジタルシルバーと呼ばれたのであれば、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/cryptostone-howaitopp-v30.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.
