# Lottery Results

1. **Winning Criteria**

   * **1st:** Match all 6 digits with the lottery number to win 60% of the prize pool.
   * **2nd:** Match the last 5 digits to win 24% of the prize pool.
   * **3rd:** Match the last 4 digits to win 10% of the prize pool.
   * **4th:** Match the last 3 digits to win 4% of the prize pool.
   * **5th:** Match the last 2 digits to win 2% of the prize pool.

   If multiple users win the same prize, the prize money is equally divided among the winners.
2. **Claiming Rewards**

* After the lottery results are announced, winners can claim their rewards directly through the platform.
* **In the event no tickets match the winning lottery numbers at each prize tier, the unclaimed prize amounts will rollover** into the next round. The accumulated prizes will continue to roll over until the lottery number is won


---

# 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.supercharged.io/lottery/lottery-results.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.
