Provably fair
Every round's outcome is determined by HMAC-SHA256(serverSeed, clientSeed:nonce). The server seed is committed (hashed and shown) before each round and revealed when you rotate.
Rotating reveals the current server seed and generates a new one. Use this to verify past rounds.
Rotated · server seed revealed below
How verification works
- Before each round, the server seed is hashed (SHA-256) and shown — that's a binding commitment.
- The outcome of every round is HMAC-SHA256(serverSeed, clientSeed:nonce) interpreted per game rules.
- When you rotate, the previous server seed is revealed. Hash it yourself — it must match the prior commitment. Then replay any past nonce to verify the outcome.
Free practice · no real money
Baccarat
Big Road
Recent rounds — blue = Player win, red = Banker win, green = Tie.Want to play for real where it is legal? Reviewed casinos →
Practice only. No deposits, no real cash. Chips reset on refresh.
Rules
Two hands are dealt — Player and Banker. Bet on whichever you think will win, or on a tie. Cards 2-9 = face value, 10/J/Q/K = 0, A = 1. Hand value = last digit of total.
Natural: a total of 8 or 9 on the first two cards ends the round.
Player rule: draws a third card on totals 0-5; stands on 6-7.
Banker rule: action depends on its own total AND the Player's third card. Automated.