Blog · Fairness & Anti-Cheating

Step by Step — How to Verify a Shuffle Is Fair Yourself

Fairness & Verification Published August 26, 2026 · Fair Poker Research Team

Earlier we covered the principle of provably fair; this article is more hands-on: it walks you through verifying a shuffle yourself. You don't need to know cryptography — just follow the idea, and you go from "the platform says it's fair" to "I checked, it really is fair."

First, understand what the verification checks

The core of provably fair is that the platform can't change the cards after the fact. It's usually three steps (names vary slightly by site, the idea is the same):

As long as your recomputed result matches the commitment published in advance, it proves the cards were set beforehand and not tampered with along the way.

Four steps, hands-on

1. find the fairness-check entry: in the game interface look for "fairness check / verify / provably fair," usually available after a hand ends; 2. get the commitment and seed: the record gives the commitment (hash) published in advance and the seed revealed afterward. These two are the ingredients of verification; 3. recompute: using the platform's disclosed algorithm (or its provided verify tool), run the seed again to get "the card order it should be" and "the commitment hash it should be"; 4. compare two places: - recomputed commitment hash == the commitment published in advance? → the cards weren't swapped afterward; - recomputed deal order == the cards you actually saw this hand? → exactly that deck was dealt.

If both match, the shuffle passes verification. Only if one doesn't match is that the real signal to be wary.

Not understanding hashes is fine

You don't have to do the hash computation yourself. The key is: this record is public and recomputable by anyone.

Three practical cautions

In one line: verifying a shuffle = get the commitment from before and the seed from after, recompute yourself (or with a tool), and see whether the card order and commitment match. If they match, you've proven this hand fair with your own hands. That's the most precious thing about provably fair: you don't have to believe — you can verify.

Give it a try

Next time you play, don't just watch the cards — after a hand, click into the fairness check and go through the four steps. It may feel unfamiliar the first time, but once you get through it, you'll truly feel: this isn't "take it easy," it's "you can confirm it yourself." Try it a few times while playing with play chips, make "verify once" a habit, and you'll have the backbone to decide for yourself whether a platform can be trusted.

Curious how provable fairness is built?

Fair Poker is a non-profit open-source research project on verifiable Texas Hold’em fairness: the deck is co-encrypted and shuffled by participant browsers, there is no dealing server, and every hand can be verified independently. The project provides no gaming service to the public; the full source is published — download it and run your own instance to study it.

Download the source

This site is a non-profit open-source research project and provides no gaming service to the public; the demo is research-testing only with valueless test chips — no real-money gambling. This article is educational content, not betting advice.

← Back to all articles