# Distribution of Reward

Rewards are divided into three categories and distributed when the puzzle is solved:

1. **When the puzzle is created**.
2. **When a solution attempt is made**.
3. **When a puzzle is carried over (after 7 days)**.

The reward is divided as follows:

* **20%** to the puzzle creator.
* **60%** to the solver(s), divided equally among them.(excluding TX fee)
* **20%** to Batching.ai Coverage of expenses.

**Additional Rewards for Carryover**

* If a puzzle is carried over, additional rewards are accrued every 7 days.
* The extra prize is 20% of the Treasury pool at the moment, divided by the number of carried-over puzzles.


---

# 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.batching.ai/codecaching/overview/distribution-of-reward.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.
