# Workspace APP Incentives

Application Layer Incentives

In the App layer, each app's reward is calculated using the following formula:

<figure><img src="/files/MSFhFBdkyv4ib7j3G5Vz" alt=""><figcaption><p>Application Rewards</p></figcaption></figure>

Here,*`API app`* is the number of API calls made by the app,`API total`  is the total number of API calls in the application layer, `T app` is the daily reward pool for the application layer, and `y%` is the specific reward percentage for the application layer, adjusted based on DAO governance and market feedback.

Eg: The day rewards of protocol is 410900 QFT,App1 makes 50,000 API token in a statistical period, and the total number of API token in the entire application layer in a statistical period is 500,000, then App1’s daily reward is 2054.5 QFT.

$$
Rewards(Appx) = 50,000/500,000*0.05*410,900
$$


---

# 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/workspace-app-incentives.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.
