> For the complete documentation index, see [llms.txt](https://docs.wenwin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wenwin.com/games/mon-5-35-lottery/eli5.md).

# ELI5

### What is the Wenwin 5/35 Lottery?

The Wenwin 5/35 Lottery is a unique online lottery where players aim to match 2 to 5 numbers drawn from 35 to win prizes. The draw is run twice a day on Monad Testnet

### How to Play

The game is run using MON and each ticket costs just 0.1 MON. Players pick 5 numbers out of 35. After each weekly draw, players can win the following prizes plus bonuses:

<table><thead><tr><th width="346">Division</th><th width="488.33333333333326">Prize (per ticket)</th></tr></thead><tbody><tr><td>Match 5</td><td>5000 MON</td></tr><tr><td>Match 4</td><td>20 MON</td></tr><tr><td>Match 3</td><td>1 MON</td></tr><tr><td>Match 2</td><td>0.1 MON</td></tr></tbody></table>

### How does the Wenwin 5/35 Lottery work?

The Wenwin Lottery is run on the blockchain using immutable smart contracts. Players can validate the funds in the Prize Pot, and keep track of each ticket sale and prize claim. This ensures the Wenwin Lottery cannot be controlled or rigged by anyone, ensuring fairness and transparency. Wenwin tickets are NFTs that can be bought and sold on secondary markets.&#x20;

The Prize Pot for the Wenwin 5/35 Lottery is funded by selling the WW token via an [Initial Sale](/ww-token/initial-sale.md). WW holders benefit from regular WW buybacks using ticket sale revenues. In order to incentivize usage, Points are also given to Players, Referrers.


---

# 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.wenwin.com/games/mon-5-35-lottery/eli5.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.
