Provably Fair
Every spin is a commit-reveal roll you can verify yourself:
- We publish
SHA-256(serverSeed)before any spin, the commit below. We can't change the seed after committing. - Your editable client seed feeds every roll, so we can't predict outcomes either.
- Roll =
HMAC-SHA256(serverSeed, clientSeed:nonce)→ a number in [0,1). The nonce increments each spin. - When we rotate the server seed we reveal it, so you can confirm the hash matches and recompute every past roll.
Current commit
Active server seed hash
-
Your client seed (connect wallet)
-
Next nonce: - · wallet not connected
Verify a roll
Paste a revealed server seed (or any seed) + client seed + nonce to recompute the roll.