> 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-cn/cryptostone-bai-pi-shu-v3.0-zhong-wen-ban.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-cn/cryptostone-bai-pi-shu-v3.0-zhong-wen-ban.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.
