> 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/jie-shao/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-cn/jie-shao/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.
