DEALING THE TABLE…
Propaganda
49.98
Autotronic
238.86
Blaze Orange
17.80
Case Hardened
16.40
Electric Hive
39.15
Metallic Squeezer
0.30
Neon Rider
154.50
Nostalgia
5.14
Army Sheen
1.88
Tilted
0.14
Reboot
1.54
Cat Fight
0.97
Apocalypto
0.84
Monkey Business
14.57
Stained
83.57
Muertos
14.80
DEALING THE TABLE…
Every outcome is a hash you can recompute yourself. No trust required.
Before the round opens we generate a secret server seed and publish only its SHA-256 hash. The hash is locked in — we can no longer change the seed without breaking it.
Your client seed is public and added to the mix. Because you influence the input, the house cannot pre-compute an outcome that only favours itself.
Every round increments a nonce. The same seed pair produces a fresh, independent result each round — no two rounds share an outcome.
When the round settles we reveal the original server seed. Anyone can re-hash it to match the commitment and recompute the exact roll below.
SHA-256(server seed) — published commitment
Round hash — sha256(server : client : nonce)
Resulting roll · first 8 hex of round hash ÷ 2³²
0x337642d2 = 863,388,370
Derived outcomes
winner percentile on the ticket line
bust multiplier · 4% edge
pocket 3 · pays 2×
Recompute the commitment from any revealed server seed: if SHA-256(server seed) matches the hash published before the round, the seed was never altered and the roll above is provably the only possible outcome.
One roll, deterministically mapped to every game.
roll × pot weightRoll picks a point on the weighted ticket line; whoever owns that ticket wins the pot.
crashPoint(seed)Hash bytes map to an exponential curve with a 4% house edge. 1 in 25 rounds instant-bust at 1.00×.
floor(roll × 15)Roll selects 1 of 15 pockets — pocket 0 is the green ace (14×), the rest split red / black (2×).
roll < 0.50A single roll below one half is T-side, otherwise CT-side. A clean, even coin.
shuffle(roll)The roll seeds a Fisher-Yates shuffle of the grid, fixing where every mine is buried before you click.
roll < chanceSuccess when the roll lands under your win chance; the bar position is the roll itself.
The same roll = 0.201023 drives the outcomes shown in the verifier. Change any input and watch all of them move.