> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/community/tasks-rewards.md).

# Tasks Rewards

All tasks require `verification` upon completion. For `PoW` tasks, `manual verification by proj` is needed. Rewards will only be distributed after successful verification.&#x20;

After completing tasks, go back to the Community page, and Click “`Verify & Claim`”. After rewards are claimed, it will display “`Won`”.

<figure><img src="/files/Jnzun068G9txYZz3Kdfr" alt="" width="563"><figcaption></figcaption></figure>

You can check the detailed info of rewards claimed from community tasks through the **History**.

Because each community has its own level system, you need to visit the corresponding community and check the History to view your rewards.

Choose the Community’s logo, and click the "My Rewards".

<div><figure><img src="/files/raj8y1x4lIaz9oDAaQNW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Rm8Dw7DjldsNNCDG4G8w" alt=""><figcaption></figcaption></figure></div>


---

# 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://taskoncommunitys-organization.gitbook.io/taskon-help-center/community/tasks-rewards.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.
