How To Verify A Provably Fair Coin Flip Yourself
Provably fair sounds technical, but verifying a result is really just following a short checklist, so here are seven steps to confirm any coin flip yourself.
Find the hashed server seed
Before any round begins, the site publishes a hash of its server seed, which acts as a sealed commitment. This hash proves the server seed existed and was fixed before your bet was placed. Note it down or keep the tab open, because you will compare against it at the end.
Set or note your client seed
The client seed is your contribution to the randomness, and many sites let you choose or change it. Because you control this value, the site cannot know the final result in advance either. Recording the exact client seed you used is essential for verifying the round later.
Track the nonce for the round
The nonce is a simple counter that increases with each bet you make under the same seed pair. It ensures that identical seeds still produce different results on every consecutive flip. Knowing which nonce applied to a specific flip lets you reproduce that exact outcome.
Play the round and record the result
Place your coin flip as normal and note whether the outcome landed on your side or not. The result you see on screen is the value you will independently recompute. Keeping a quick record of the outcome makes the comparison in later steps clean and obvious.
Reveal the unhashed server seed
After the round, the site reveals the original server seed it had committed to earlier. This is the moment the sealed commitment gets opened for inspection. You now hold every ingredient needed to reconstruct the flip from scratch.
Re-hash and compare the seed
Run the revealed server seed through the same hashing function the site used and compare it to the hash published beforehand. If the two hashes match exactly, the server seed was never swapped or altered mid-round. A mismatch would be a serious red flag, but a match confirms the commitment held.
Recompute the flip outcome
Combine the server seed, client seed, and nonce using the site's published algorithm to derive the result. Cryptoflip provides a verifier so you can paste these values and reproduce the flip without doing the math by hand. When your recomputed outcome matches what you saw, the flip is proven fair.
Verification turns fairness from a promise into something you can prove for yourself in a couple of minutes. Cryptoflip gives you every seed and hash you need, so go ahead and verify your next coin flip or wheel spin and play with real confidence.