Provably Fair

Every game result is predetermined before bets are placed. Verify any game yourself.

Current chain

89,655 Games played
10,345 Remaining
Terminal hash d5fca32ec154cd53dbb3250adb7659a2778ce83d1a1c47480ea14c5da3f7f1ce
View chain history & seeds

House edge

5% 1 in 20 games instantly crash at 1.00x

The house edge is transparent and built into the crash point formula. It cannot be changed retroactively.

How it works

1Seed hashed millions of times into a chain
2Terminal hash published before games start
3Games played in reverse (can't predict next)
4Each hash verified against the previous one
See the full visual guide

Client-side calculator

Calculate crash points in your browser. Nothing is sent to the server.

Crash formula

The exact algorithm used to derive crash points from hashes.

h = parseInt(hash[0:13], 16) e = 2^52 if h % divisor == 0 → 1.00x crash = floor((100*e - h) / (e - h)) / 100