# DAO Contribution

DAO Contributor Incentives

\
In the DAO layer, each role's reward is calculated using the following formula:

<figure><img src="/files/WFvbqXbgdnnA44fY4EXj" alt=""><figcaption><p>DAO Rewards</p></figcaption></figure>

Here, `F role` is the distribution factor based on the role, `T dao` is the daily reward pool for the DAO, and `N%` is the specific reward percentage for DAO contributors.

Eg:The day rewards of protocol is 410900 QFT, if the distribution factor for developers is 5%, the distribution factor for community contributors is 2%, the distribution factor for business expansion is 1.5%, and the distribution factor for ecological funds is 1.5%, then their daily rewards are:

* Developer: $$0.05×(0.10×410,900) QFT$$
* Community Contributor: $$0.02×(0.10×410,900) QFT$$
* Business: $$0.015×(0.10×410,900) QFT$$
* Eco Fund: $$0.015×(0.10×410,900) QFT$$


---

# 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.deagent.net/incentive-structure/dao-contribution.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.
