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

# Lottery

#### CADINU Lottery on Binance Smart Chain

**CADINU Lottery** allows users on the Binance Smart Chain to buy lottery tickets using CADINU tokens, offering a chance to win substantial prizes. Here's how it works:

1. **Ticket Purchase**:
   * Users can purchase lottery tickets using CADINU tokens.
   * Each ticket costs approximately $3 USD worth of CADINU.
   * Buying multiple tickets at once offers a bulk discount, up to 4.95% for 100 tickets.
2. **Lottery Numbers**:
   * Each ticket provides a random 6-digit combination (0-9), e.g., "1-9-3-2-0-4".
   * Match numbers from the left to win prizes; more matches yield higher prizes.
3. **Drawing and Prizes**:
   * Lottery uses secure random number generation to draw winning numbers.
   * Prizes are awarded based on the number of matching digits.
   * Prize pools are shared among winners in the same prize bracket.
4. **How to Win**:
   * Match the numbers from left to right to win.
   * Even matching the first number wins a small prize.
   * Higher matches correspond to higher prize brackets.
5. **Claiming Prizes**:
   * Prizes can be claimed directly through the CADINU DApp.
   * Users receive a portion of the prize pool based on the number of winners in their bracket.

For more details and to participate, visit the [CADINU Lottery ](https://apps.cadinu.io/lottery)page.


---

# 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://docs.cadinu.io/products/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.
