About Roulette
How to Play

Pick one bet — a single number or an outside bet — choose your stake, and press Spin. The wheel lands on a number from 0 to 36, and any winnings are paid straight from the house to your balance.

Bets & Payouts
BetPays
Single number (straight up)35:1
Dozen — 1st 12 / 2nd 12 / 3rd 122:1
Red / Black1:1
Odd / Even1:1
1–18 / 19–361:1

This is a European single-zero wheel. 0 is green, and all outside bets lose on 0 — that single pocket is the house edge (2.70%).

Stakes
  • BAN: 1, 5, 10, 50
  • XNO: 0.001, 0.005, 0.01, 0.05
Provably Fair (commit-ahead)

Every spin is verifiable, and the commitment is locked before you bet, so the house can't pick the number either:

  1. The server holds a secret server seed and shows you its SHA-256 hash up front, before you bet. Because it's committed in advance, the house can't grind for a number that beats you.
  2. The winning number is derived from an HMAC-SHA256 stream keyed by the server seed over clientSeed:nonce. The nonce increases by one each spin, so every spin is distinct.
  3. Press Reveal & rotate seed to reveal the server seed (and commit a fresh one). Confirm SHA256(serverSeed) matches the hash you were shown, then recompute each spin's number from (serverSeed, clientSeed, nonce).

Your seed is shared across all provably-fair games here, and you can set your own client seed at any time.