# Jackpot Lottery

Jackpot Lottery is a chance-based game in which participants have the opportunity to win massive LMF rewards by buying lottery tickets. It is straightforward and equitable, and participants have no constraint to participate except being able to pay for the tickets.&#x20;

The game happens on a daily basis. Every day, users can purchase lottery tickets at a scheduled period. **Each ticket costs 5 LMF** and is valid for that day only. There is no limit on the number of tickets that a user may buy.&#x20;

Each ticket sold adds to the size of the prize pool. Each ticket allows the user to choose a set of 4 different numbers between 1 and 36. The more numbers matched, the larger the reward. The remainder of the prize pool of a day will be added up to the next day’s.&#x20;

Jackpot Lottery uses Chainlink's VRF to ensure true and secured randomness.

## Timeline

The draw for each round will occur daily from 11:00 AM UTC to 11:30 AM UTC. Then, players may begin purchasing tickets for the next game at 11:31 AM UTC.


---

# 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.lamas.co/1.0/games/jackpot-lottery.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.
