# Prize Pool

Each lottery program has it's own pool for prizes.

## The prizes for each lottery round come from three sources:

### Ticket Purchases

* 100% of the ETH paid by people buying tickets that round goes back into the prize pools.

### Rollover Prizes

* After every round, if nobody wins in one of the prize brackets, the unclaimed ETH (and LLT after phase 3) for that bracket rolls over into the next round and are redistributed among the prize pools.

### LLT Injections

* After [LLT ](/tokenomics/tokenomics.md)launch（Phase 3), a certain amount [LLT ](/tokenomics/tokenomics.md)will be added to lottery rounds over the course of an [Epoch](/tutorials-faqs/epoch.md) . Read more in [Lottery Incentive Pool](/pools/lottery-incentive-pool.md).

## Prize pool allocation:

### Lottery Winner

* 80% will be distributed to lottery winners, every lottery program has it's own winning criteria, read details [here](/tutorials-faqs/lottery-programs.md).
* The prize brackets , which no one wins , will be rolled over into the next round.

### Community

* Before LLT launches(Phase 2) , 10% will be sent to [Initial Liquidity Pool](/pools/initial-liquidity-pool.md), and 10% will be sent to [Reward Pool](/pools/reward-pool.md) for [Referral Program](/key-products/referral-program.md).
* After LLT launches(Phase 3) ,by default, 10% will be sent to [Reward Pool](/pools/reward-pool.md) , 8% will be sent to [Reserve Pool](/pools/reserve-pool.md), and 2% will be sent to the Marketing Fund. All those numbers can be changed via community vote.


---

# 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/prize-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.
