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

# Lottery System

Shiba Lotterie offers two seperate lotterie opportunities for token holders.

**Token Lotterie**

Every 50 transactions, the contract will select a holder at random and perform an eligibility check to ensure they currently own the required tokens.&#x20;

To be awarded the jackpot, the winner must hold tokens equivalent to at least 0.2% of the value of the current jackpot pool. Should the winner not meet this minimum holding requirement or hold no tokens, the lotterie drawing will be nullified and the jackpot will continue to increase until the next drawing. This results in a win-win situation for hodlers!

**BNB Lotterie**

Every day at specified time, the team will announce the daily BNB jackpot amount on the Telegram voice chat. We will then extract a list of all holders and draw the winner via certified lotterie system. This singular winner will receive the entire BNB jackpot for the day. The winner does not have to be present in the Telegram at the time of drawing.


---

# 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:

```
GET https://shibalotbsc.gitbook.io/shiba-lotterie/lottery-system.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.
