# Payouts and Rewards

{% hint style="warning" %}
Rewards are paid out in USDC through the ZKsync chain. Crediting the reward won't be possible without a ZKsync wallet connected to the user profile.
{% endhint %}

The judging reward pool is set at 7.&#x35;**%** of the contest's total prize pool up to a cap of $15,000.&#x20;

Payment for the Lead Judge is calculated separately from a contest's total prize pool.

Competitive Judges will be eligible for payouts based on their performance while judging a contest. The **Top 5 community judging participants by total point value** will receive equal portions of the judging pool (1.5% of the total contest prize pool).

**Example:**&#x20;

* The contest is hosted for a $50,000 total prize pool.
* 7.5% or $3,750 is allotted as a judging pool.
* Community Judges are ranked by points earned during the judging period.
* The top 5 Community Judges receive $750 each.

**Example 2:**

* The contest is hosted for a $250,000 total prize pool.
* The judging pool is capped at $15,000.
* Community Judges are ranked by points earned during the judging period.
* The top 5 Community Judges receive $3,000 each.

***Please note: Payouts may be within 0.0001 USDC margin of error.***


---

# 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.codehawks.com/judging/payouts-and-rewards.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.
