# How to determine winners?

Our winner selection algorithm call to Chainlink VRF to get random numbers and then pick the winners and make sure two things:

* The more ticket players have, the more chance to win
* Players have more tickets get higher chance to win larger prize.

There must be at least one winner in a round. It can adjust to add up to 3 winners.&#x20;

Ratio of prizes of winners in the Prize Pool are adjustable parameters in the smart contract in each round. E.g., 1st prize: 50%, 2nd prize: 30%, 3rd prize: 20%\
\
Remember that in the example above, the chance to win bigger prize depends on the number of tickets of player. They are not the same chances. So, get more tickets by depositing/holding tokens is the best way to win the big prize.


---

# 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.delot.io/lottery-game/how-to-determine-winners.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.
