Screenshot 2023-08-25 at 13.48.53.png

Etheroll (Etherum Roulette) is an ultimate incarnation of a chance game: the player simply chooses the odds of winning by selecting a number between 3 and 97. The smart contract produces a random number between 1 and 100 and, if it does not exceed the chosen one, a corresponding win is paid to the player.

Game Options

The only control is the slider defining your winning chance: a number between 3 and 97.

<aside> 👀 Why not between 1 and 100? Allowing people to select 1 would require us to handle huge payouts of 100× – this is very difficult to support with any reasonable bet amounts as it would require us to keep thousands of Ethereum on the smart contract to make sure the game can function after a few such wins. Going as high as 98 and up would make no sense since House and network fees would eliminate any extra profit a player might get from winning the game.

</aside>

As far as the amount is concerned, we allow bets as low as 0.01 ETH / 0.1 BNB on our platform.

Winning Odds

As the user chooses the odds by selecting a number, it is a simple as it gets: the odds are what is selected, full stop.

Payouts

As always with our games, the payout is proportional to the odds: betting on 25 would lead to 4× payouts, while betting on 80 would lead to 1.25× payout:

Screenshot 2023-08-25 at 13.59.00.png

House Fees ****

House Fees are our standard: 1% (but not less than 0.001ETH / 0.01BNB).

Bigger bets (≥ 0.1ETH, ≥ 1BNB) are also deducted a fixed Jackpot fee of 0.001 ETH / 0.01BNB (read more on how Jackpots work here).

Network Fees

You pay network fees when placing the bet, we pay the network fees when processing the result.