> For the complete documentation index, see [llms.txt](https://luckyblast.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luckyblast.gitbook.io/docs/about/daily-lottery.md).

# Daily Lottery

The daily lottery draw occurs every day.\*

The entire fund collected over the last 24 hours is distributed among all winning tickets. Distribution is carried out randomly by a smart contract; up to 10 lucky winners will share the entire bank. No deductions to the administration or anyone else - all money collected is raffled off every day!\*

The implementation of the lottery on a smart contract eliminates manipulation by the project administration or third parties.

Thanks to the BLAST network, we were able to make the lottery truly public - the administration does not take a percentage of ticket sales. We make money only on the smart contract itself ;)

You can purchase any number of lottery tickets, but no more than 100 at a time. Each ticket can win, regardless of whether its owner has already won in this drawing or not. So the more tickets you buy, the more you can win!

The drawing occurs every day at the same time at night.\* At this moment, the smart contract randomly selects up to 10 winning lottery tickets. The entire collected bank is divided equally between the winning tickets. The smart contract independently sends winnings to the owners of these tickets. You do not need to brand or monitor the results of the drawing yourself - if your ticket or several tickets are won, the winnings will come to your wallet from which you bought the tickets.

\*If the purchased circulation is less than 20 tickets, then the drawing is postponed to the next day.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://luckyblast.gitbook.io/docs/about/daily-lottery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
