# 注册商

DAS 是运行在 Nervos CKB 上的一组智能合约，普通用户无法直接和智能合约交互，需要通过用户界面（Dapp UI）完成 DAS 的注册管理等一系列操作。

狭义的注册商，是为用户提供注册界面的服务提供商。其职责包括：

1. 开发用户注册 DAS 所需的可视化界面
2. 如果用户使用 CKB 以外的方式支付注册费用，那么注册商收取用户费用，并使用自己的 CKB 为用户注册 DAS 账户，从中赚于一定的汇率差价。

广义的注册商，不光为用户提供注册界面，还提供一系列相关服务。例如二级市场交易，账户过期提醒等。注册商可以通过提供这些服务赚取收益。

注册商是 DAS 生态的重要角色。尽管目前 DAS 开发团队提供了简单的注册界面，但在我们的规划中，所有注册服务都将由优秀的注册商来提供。DAS 开发团队专注于维护链上智能合约。对于任何希望成为注册商的组织或个人，可与我们取得联系。我们将提供完整的技术支持，并在官方网站引导用户使用该注册商的服务。


---

# 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://docs.da.systems/docs/chinese-1/gong-tong-jian-she/registrar.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.
