Round
The more S you entered, the higher your chance of winning!
It's very simple!
There's a Pool Limit, and when it reaches the maximum, the round is automatically played out. At the moment of the draw, the smart contract makes a request to the On-chain Random Oracle "PYTH Entropy" to determine the winner!
How the winner is selected: The more S you entered, the higher your chance of winning! But remember, even with a 99% wining chance, you can still lose!
Formula for selecting the winner:
Winner = randomNumber / total S The remainder of this division = the index of the winner in the array!
RandomNumber - A Random Number in Bytes
Total S - Pool Limit
Last updated