Our provably fair system uses cryptographic algorithms to ensure complete transparency. Every case opening uses a combination of server seed, client seed, and nonce to generate a verifiable random outcome.
We generate a random seed and show you its SHA256 hash before any game
You provide your own seed (or use our generated one)
A counter that increments with each game to ensure unique outcomes
After revealing the server seed, you can verify any game result
Enter the server seed (revealed), client seed, and nonce to calculate the outcome and verify fairness.
HMAC-SHA256
result = HMAC-SHA256(server_seed, client_seed:nonce)
The first 8 hex characters are converted to a decimal and normalized to 0-1 range
64 character hex string (256 bits of entropy)
User-provided or 32 character hex string (128 bits of entropy)