# Lotto Pionts

* Lotto Points serve as proof of reward receipt. At the end of each [epoch](/tutorials-faqs/epoch.md), users can redeem their Lotto Points for rewards at the Reward Center. Upon entering the next epoch, Lotto Points will be reset to zero.
* After the launch of LLT (Phase 3), users can claim LLT token airdrops based on their total lotto points.
* Purchasing a lottery ticket earns the user 5 lotto points.
* The referrer receives 100% of LL points during the first epoch, and this percentage decreases by 10% with each subsequent epoch until it reaches a minimum of 50% for the duration of the program.


---

# 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/tutorials-faqs/lotto-piont.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.
