> For the complete documentation index, see [llms.txt](https://docs.projectcatalyst.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectcatalyst.io/previous-funds/fund12-docs/community-review/reviewer-rewards.md).

# Reviewer Rewards

LV0 reviewers will receive a maximum of 25 ada per review. This amount could be less if LV0 reviewers completed many more reviews. LV0 gets rewarded only for allocated reviews. To receive rewards, LV0 must have at least 10 valid reviews. The pot of allocated LV0 rewards includes the overflow of additional LV1 reviews that exceed the LV1 reviewer’s auto-allocation, added to the LV0 pool of published reviews.     &#x20;

LV1s can expect a fixed amount of 50 ada per allocated review. If the LV1 reviewer wants to perform more reviews beyond the assigned allocation, then every additional published review will be compensated for the LV0 pot of rewards. To receive rewards, LV1 must have at least 10 valid reviews, including assigned and additional reviews. Any number of reviews under this amount will not be rewarded.  &#x20;

LV0/LV1 reviewers are excluded (and will not receive rewards) if their work doesn't meet an approval rate >= 70 %. This applies with a minimum sample of 5 moderated reviews.

LV2s can expect to receive a maximum of 5 ada per flag check. The effort here is anticipated to be straightforward and quick to accomplish for each flagged review.

Only valid, published reviews will be rewarded. Discarded reviews will not be rewarded.&#x20;

<br>


---

# 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://docs.projectcatalyst.io/previous-funds/fund12-docs/community-review/reviewer-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.
