# 购买说明

**用户购买联盟链时可以在两种模式中选择一种。**

**（用户购买的每一个联盟链，均为独立的联盟区块链，与其他联盟区块链无关。由于合约、共识、加密算法等均由DATACBc提供，所以在数据上很容易进行联通。用户的钱包地址在任意基于DATACBc的区块链上均为合法钱包地址。）**

**托管模式：用户无需自行购买服务器，选择好合约模式购买联盟链后，由DATACBc官方进行代运行，数据存储在代理服务器上，用户可以通过接口下载数据或者导出数据。使用时，在业务代码中通过接口接入区块链。**

自建模式：用户需要自购Linux服务器，在管理后台选择合约模式购买联盟链后，下载运行项目jar包。在自己购买的服务器上配置好公私钥以及相关产品介绍后，即可运行区块链节点项目。

用户每创建一个联盟链即会获得一个公私钥，该联盟的节点均使用该公私钥。用户请务必保管好自己的私钥（暂时不支持托管、后续将开放此功能，为用户带来更加便捷的服务）。

| 相关对比     | 托管模式 | 自建模式 |
| -------- | ---- | ---- |
| 数据存储     | 托管   | 自行购买 |
| 服务器      | 托管   | 自行购买 |
| 区块链可视化页面 | 有    | 有    |
| 区块链功能    | 有    | 有    |
| 节点地址     | 托管   | 自行购买 |

**DATACBc运营到中期时，将与大型机构合作搭建数据超级联盟链。**


---

# Agent Instructions: 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:

```
GET https://datacbc.gitbook.io/index/gou-mai-zhi-nan/gou-mai-shuo-ming.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
