Shuffle.com Limbo Verifier
Verify the multiplier in your Shuffle.com Limbo game using cryptographic proof
How It Works
Shuffle.com Limbo uses HMAC-SHA256 to generate multipliers:
- Generate hash using HMAC(serverSeed, clientSeed:nonce:cursor)
- Take first 3 bytes and convert to 24-bit integer (0-16,777,215)
- Apply formula: 16,777,216 / (result + 1) × 0.99
- Result is the final multiplier value
About Shuffle Limbo
- Max Multiplier: Up to 1,000,000x
- Algorithm: HMAC-SHA256
- Verification: 100% client-side
- Formula: 2²⁴ / (n + 1) × 0.99
Where to Find Seeds
- Play a Limbo game on Shuffle.com
- Go to your bet history
- Click on the bet you want to verify
- Look for the "Provably Fair" section
- Copy the Server Seed (unhashed), Client Seed, and Nonce
- Paste them into the form above
Note: The server seed is only revealed after you rotate to a new seed pair.