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.

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.

Last updated