# 参与 DAS 建设

![共同建设 DAS](/files/FG1sag1aKHLVFVZYAB3o)

DAS 是致力于成为加密世界的基础设施，这离不开社区成员的共同建设。良好的经济激励设计，可以让 DAS 社区更加壮大。同时，DAS 是一个开源项目，核心是部署在区块链上的智能合约，任何人都可以无需许可的参与建设 DAS。

在 DAS 的生态设计中，每种角色的参与者，都能从 DAS 的成长中获得相应的经济激励。同时，任何组织/个人都可以同时扮演多个角色。

| 角色                                                          | 职责                               | 奖励/收益                       |
| ----------------------------------------------------------- | -------------------------------- | --------------------------- |
| [注册商](/docs/chinese-1/gong-tong-jian-she/registrar.md)      | 为用户提供注册/管理/续费 DAS 的界面（Dapp UI）。  | 货币兑换溢价；渠道奖励；推广奖励；二级市场交易收入等等 |
| [渠道商](/docs/chinese-1/gong-tong-jian-she/channel.md)        | 利用自身流量优势，将注册商提供的 Dapp UI 带到用户面前。 | 渠道奖励：注册费用的 10%              |
| [社区爱好者/推广者](/docs/chinese-1/gong-tong-jian-she/referral.md) | 在社交网络中向好友普及 DAS，引导好友使用 DAS。      | 推广奖励：注册费用的10%               |
| [应用开发者](/docs/chinese-1/kai-fa-zhe/build-application.md)    | 基于 DAS 开发具有实际意义的应用。              | 取决于应用本身的商业模式                |
| [Keeper 运行者](/docs/chinese-1/gong-tong-jian-she/keeper.md)  | 编写自己的 Keeper 程序，参与 DAS 的提案交易。    | Keeper奖励：注册费用的2%            |

其中，渠道奖励，推广奖励，Keeper 奖励是在合约层面实现的能力，奖励会实时结算给对应的角色。

假如某个用户通过 <https://app.gogodas.com?inviter=dasdeveloper.bit\\&channel=imtokenreferral.bit> 注册了 DAS 账户。那么 `dasdeveloper.bit`将获得推广奖励，即注册费用的 10%。 `imtokenreferral.bit`将获得渠道奖励，即注册费用的 10%。并且，这个用户支付的是 ETH，`gogodas.com`这个注册商将获得一定量的 ETH 兑换成 CKB 的溢价。注册商的具体收益取决于注册商自己设定的溢价比例。


---

# 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/build-together.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.
