Coin Flip

Probability

Coin Flip uses chainlink VRF operations to validate true or fails to determine the results.

OutcomesProbability

Front

50%

Back

50%

House Edge and Multiplier

Coin Flip will exclude a 2% fee from the prize when the player wins. There is no fee if the player does not win. Therefore, the house edge of the coin flip can be calculated as 1% (2+0)/2.

payout += (game.wager * 19800) / 10000;
payouts[i] = (game.wager * 19800) / 10000;
OutcomesFeeMultiplierL2E

Win

2%

1.98x

Not Reward

Lose

0%

0x

Reward

Last updated