Provably Fair
Every game result on Rekt is cryptographically verifiable. You don't have to trust us β you can prove it yourself.
How It Works
Before each game round, the server generates a Server Seed and sends you a hashed version of it. You provide a Client Seed. Together with a nonce, these inputs determine the game outcome.
After the round, the unhashed server seed is revealed. You can use it alongside your client seed and nonce to independently verify the result matches what was shown in-game.
Verification Steps
- 1Note the hashed server seed shown before the round begins.
- 2The round plays out using server seed + client seed + nonce.
- 3After the round, the unhashed server seed is revealed.
- 4Hash the revealed server seed yourself and compare with the pre-game hash.
- 5If they match, the outcome was predetermined and fair.
Verify a Round
Enter the game details from your history to verify any past result.