# The Game

The draw takes place twice per week, every Tuesday and Friday.

During every draw, 7 numbers are [randomly](/games/usdc-7-35-lottery/technical-details/random-number-generation.md) drawn from 35 non-repeating integer numbers ranging from 1 to 35.  You can buy a [ticket](/games/usdc-7-35-lottery/the-game/tickets.md) to play.  Each ticket costs 2 USDC, and allows you to pick 7 of 35 numbers.  You will win a [Prize](/games/usdc-7-35-lottery/the-game/prizes.md) (plus a [Bonus](/games/usdc-7-35-lottery/the-game/prizes/bonuses.md) if available) if you match 3, 4, 5, 6 or 7 numbers.

{% hint style="info" %}
The 7/35 lottery format was chosen as the first Wenwin Lottery as it adequately balances a higher chance of winning while maintaining the attractiveness of offering a seven-figure Jackpot. Having fewer numbers to choose from also helps provide a greater user experience.
{% endhint %}

The Jackpot (Match 7) Prize will be automatically set based on the USDC proceeds from the [Initial Sale](/ww-token/initial-sale.md) going to form the Initial Prize Pot, based on the following formula:

$$
JackpotPrize = \frac{InitialPrizePot}{3.33}
$$

<table><thead><tr><th width="166">Division</th><th width="209.33333333333331">Prize</th><th>Comments</th></tr></thead><tbody><tr><td>Jackpot (Match 7)</td><td>Initial Prize Pot / 3.33 USDC shared</td><td>If multiple people win the Jackpot Prize, winnings will be evenly split between them.</td></tr><tr><td>Match 6</td><td>2,000 USDC per ticket</td><td></td></tr><tr><td>Match 5</td><td>100 USDC per ticket</td><td></td></tr><tr><td>Match 4</td><td>7 USDC per ticket</td><td></td></tr><tr><td>Match 3</td><td>2 USDC per ticket</td><td></td></tr></tbody></table>

{% hint style="info" %}
The Wenwin Lottery has an RTP (Return to Players) rate of 100%, which is **higher than any other lottery in the world**.
{% endhint %}

For more information on Prizes, please visit the section below:

{% content-ref url="/pages/V2wmNdd4LY9lCapAeCAZ" %}
[Prizes](/games/usdc-7-35-lottery/the-game/prizes.md)
{% endcontent-ref %}

If you win, you can claim the winning prize by delivering the winning ticket (NFT).

Winning tickets have up to 1 year to claim their prize. If a prize is not claimed before this period, the unclaimed prize money will go back to the Prize Pot.<br>


---

# 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.wenwin.com/games/usdc-7-35-lottery/the-game.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.
