๐ Provably Fair Verifier
Verify every game result mathematically. Enter the Server Seed, Client Seed and Nonce โ you can calculate the result yourself and compare it with the actual outcome.
๐
Server Seed
Only visible after rotation. Hash is shown beforehand.
๐ฒ
Client Seed
Your own seed. Can be changed anytime in Settings.
๐ข
Nonce
Increments with every bet. Same seed, different result.
PARAMETER:
Target:
๐งฎ Formula
HMAC Message
clientSeed + ":" + nonce + ":" + cursorHMAC-SHA256
HMAC(serverSeed, message)Float [0,1)
parseInt(hmac.slice(0,8), 16) / 0x100000000House Edge Bias
biased = float + 0.04 ร (1 - float) โ applied before the result belowDice (under)
biasedFloat ร 100 โ compare with targetDice (over)
(1 - biased(1-float)) ร 100 โ compare with targetCoinflip
biasedFloat < 0.5 ? heads : tailsLimbo / Crash
1 / (1 - biased(1-float)) ร 0.99