Blog · Fairness & Anti-Cheating

What Is a Poker Audit Trail? A Plain Guide to Verifiable Hand Records

Fairness & Verification Published September 21, 2026 · Fair Poker Research Team

When players ask whether an online poker hand was fair, they often start with a screenshot or a hand history. Those are useful, but they do not answer the deeper question: could the record have been changed after the fact? A poker audit trail is the evidence layer that makes a hand reviewable later.

The idea is simple: every important step in a hand should leave a checkable trace. Shuffle commitments, player actions, reveal data, timestamps, signatures, and settlement results should fit together. If one part is rewritten, the rest should no longer match.

Hand history versus audit trail

A normal hand history tells a story: blinds, raises, calls, folds, board cards, showdown, and winner. That is great for studying your decisions or explaining a support issue. But if the history is only a text file produced by a server, the player still has to trust the server that wrote it.

An audit trail is different because it cares about tamper evidence. The record should show not only what happened, but why the record is hard to edit silently. A practical trail may include signed player messages, ordered events, hash-linked entries, shuffle commitments, and reveal material that can be checked against the final cards.

So the hand history answers “what was shown”; the audit trail answers “can this story still be verified?”

What a good trail should include

A strong poker audit trail usually covers four areas. First, it needs shuffle and deal evidence: commitments made before cards are known, reveal data after the hand, and enough material to reproduce or check the final deck order. This is the same family of ideas as verifying a shuffle step by step.

Second, it should record player actions in order: bets, calls, folds, checks, timeouts, disconnects, and reconnects. Third, it needs identity proof for actions. That does not mean exposing private personal information; it means proving that a seat’s key signed a seat’s action. Fourth, it should include settlement data: how the pot was split, which hands were revealed, and whether the result agrees with the earlier deal evidence.

A simple analogy: a hand history is a receipt. An audit trail is the receipt plus payment log, signature, delivery note, and tamper seal. You do not inspect all of it every day, but it must be there when something looks wrong.

What it can and cannot prove

An audit trail is excellent at finding contradictions. If a public card does not match the shuffle evidence, verification should fail. If an action is moved earlier or later, signatures or hash-linked event order may expose the change. If a settlement pays the wrong seat, the recorded pot logic can be compared with the actual cards.

But audit trails are not magic. They do not directly prove that two real people were secretly coordinating, and they do not prove that a player never used outside software. Those are anti-cheat and governance problems involving reports, behavior analysis, and review. For that wider topic, see how online poker cheating works.

That boundary matters. Cryptography can reduce platform black boxes, but it cannot replace every safety process.

What players should look for

Most players will not manually audit every hand. The practical standard is that the platform should make audits possible. It should explain what data exists, how verification works, and which claims are mathematical versus operational. Fair Poker’s independent verification guide is built around that idea.

When comparing poker sites, ask three plain questions. Can I export or inspect the hand record? Are shuffle and action records checkable rather than merely asserted? Does the site explain the limits of verification honestly? If the answer is only “trust us,” the audit trail is weak.

Final thought

The value of a poker audit trail is not that every player becomes an auditor. The value is that the platform cannot easily rewrite the story. Fairness becomes stronger when it is backed by evidence that still holds up after the hand is over.

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