> For the complete documentation index, see [llms.txt](https://codecall.gitbook.io/code-call/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codecall.gitbook.io/code-call/reviewer-docs/payouts-and-rewards.md).

# Payouts and Rewards

The reviewing reward pool is set at 10% of the contest's total prize pool, up to a maximum of $10,000.

Reviewers will be eligible for payouts based on their performance during the reviewing phase. The top 3  reviewers, determined by total points earned, will receive equal portions of the judging pool (3.33% of the total contest prize pool each).

*Example 1:*

```
The project has a $40,000 total prize pool.
10% or $4,000 is allotted as a reviewing pool.
Reviewers are ranked by points earned during the reviewing period.
The top 3  reviewers receive $1,333.33 each.
```

*Example 2*:

```
The project has a $150,000 total prize pool.
The reviewing pool is capped at $10,000.
Reviewers are ranked by points earned during the reviewing period.
The top 3 reviewers receive $3,333.33 each.
```

## **Note: Please review the** [**invoicing guidelines**](/code-call/engineers-docs/invoicing-guidelines.md) **to send your invoice after your subittions were approved**


---

# 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://codecall.gitbook.io/code-call/reviewer-docs/payouts-and-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.
