# Pick 3

This lottery program draws every five days at 12:00 AM UTC.

A user selects a 3-digit number by either randomly generating it or manually choosing it to purchase a ticket. During the lottery draw, if the digits on your ticket match the winning numbers in the correct order, you win a portion of the prize pool.

Winning Criteria

The numbers on your ticket must match in the correct order to win.

Bracket 1 (20%): Matching the first or last 2 digits

Bracket 2 (80%): Matching all 3 digits

Prize brackets don’t ‘stack’: if you match all 3 digits, you will only win prizes from the 'Bracket 2', and not from 'Bracket 1'.

After each round, if no one wins in a prize bracket, the unclaimed prize for that bracket rolls over into the next round and is redistributed among the prize pools.


---

# 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.ilotto.land/key-products/pick3.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.
