> For the complete documentation index, see [llms.txt](https://tagger.gitbook.io/tagger-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tagger.gitbook.io/tagger-documentation/tokenomics/task-reward-calculation.md).

# 💡 Task Reward Calculation

TAGGER welcomes all users who wish to contribute to the development of AI to participate in creating value from data. Here, you can engage in various data tasks such as data collection, data cleaning, and data annotation to create data value and receive real-time work rewards. TAGGER possesses a comprehensive and efficient intelligent work system to assist participants in data tasks and to evaluate and certify the results of their work, ensuring that all users can fairly receive corresponding token rewards.

## Reward Calculation Formula <a href="#reward-calculation-formula" id="reward-calculation-formula"></a>

**AI Copilot Labeling:**\
\&#xNAN;*$TAG = single task reward × halving coefficient × account level coefficient × mask accuracy coefficient*

**Manual Labeling:**\
\&#xNAN;*$TAG = single task reward × halving coefficient × account level coefficient × daily pass proportion coefficient*

**Data Review:**\
\&#xNAN;*$TAG = single task reward × halving coefficient × account level coefficient × daily review accuracy coefficient*

**Account Level Coefficient**

***account level coefficient = 1 + 0.01 x account level,*** which is designed to incentivize long-term data workers. The progression of account levels is outlined in the table below.

| account level | task completed requirements |
| ------------- | --------------------------- |
| 0 to 5        | 10 task per level           |
| 6 to 10       | 20 task per level           |
| 11 to 15      | 30 task per level           |
| 16 to 20      | 40 task per level           |
| 21 to 25      | 50 task per level           |
| 26 to 30      | 100 task per level          |
| 31 to 35      | 150 task per level          |
| 36 to 40      | 200 task per level          |
| 41 to 45      | 250 task per level          |
| 46 to 50      | 300 task per level          |
| 51 to 55      | 400 task per level          |
| 56 to 60      | 500 task per level          |
| 61 to 65      | 600 task per level          |
| 66 to 70      | 700 task per level          |
| 71 to 75      | 800 task per level          |
| 76 to 80      | 1000 task per level         |
| 81 to 85      | 1200 task per level         |
| 86 to 90      | 1400 task per level         |
| 91 to 95      | 1600 task per level         |
| 96 to 100     | 1800 task per level         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tagger.gitbook.io/tagger-documentation/tokenomics/task-reward-calculation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
