How GUI Coinflip Works?

GUI Coinflip always maintains the 50/50 odds of Alive/Dead toss of coin. Only that it is randomized so the users when they bet for either Dead or Alive, the correct guess helps them win and the wrong guess makes them lose the bet amount. On a win, the smart contract helps send double the amount of the wagered amount to the user (minus the fees).

For example. For a win.

If the user bets 10000 GUI on DEAD.
Smart contract ends up flipping on DEAD.

The game sends 19600 GUI to user wallet.

The 400 GUI in this case is the fees charged by the game on every win.

Another example. For a loss.

If the user bets 10000 GUI on DEAD.
Smart contract ends up flipping on ALIVE.

The 10000 GUI goes to the house wallet, and player gets nothing.

Last updated