# Promoters

DAS believes that those who promote DAS should also be able to share the rewards as DAS grows. Therefore, DAS has implemented an invitation rebate mechanism at the contract level.

If someone else uses your invitation link to sign up for a DAS account or fills in your DAS account as an inviter, you will get a certain percentage of the other person's registration fee as reward. [View Reward Details](/docs/contribute-to-das/build-together.md).

Invitation rewards are decentralized and settled to the inviter immediately after the invitee completes registration. Due to the underlying principle of Nervos CKB, rewards need to be paid out only when a certain amount is reached. Also, since DAS is a smart contract running on Nervos CKB, it can only recognize the assets of Nervos CKB internally. In fact, the fees for the registration/renewal/administration/reward settlement actions are all paid in CKB. Therefore, promotional rewards are also issued in the form of CKBs. The rewards can be viewed and withdrawn from the administration interface of the registration service.


---

# 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/contribute-to-das/referral.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.
