# Reward Pool

Reward pool is utilized to support the [Referral Program](/key-products/referral-program.md) .

At the end of each epoch, assets in this pool ($LLT and $ETH) will be fairly distributed to participants according to the share of [Lotto Points](/tutorials-faqs/lotto-piont.md) they earn during this epoch.

## The reward comes from two sources:

### Prize Distribution

* 10% of the prize won will be added to this pool.

### LLT Injections

* After the launch of [LLT ](/tokenomics/tokenomics.md)(Phase 3), a certain amount of LLT will be added to the Reward Pool over the course of an [epoch](/tutorials-faqs/epoch.md).


---

# 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.ilotto.land/pools/reward-pool.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.
