Round

The more S you entered, the higher your chance of winning!

Round Dashboard

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!

This is true randomness! Not some script or pseudo-random code—no one will be able to abuse it!

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

Everything can be verified on-chain through the get_round() function!

Last updated