# Fair Poker Official site: https://fairpoker.app/ Contact: support@fairpoker.app GitHub audit repository: https://github.com/Realfairpoker/fairpoker-core-audit Fair Poker is a verifiable Texas Hold'em platform. The site is designed to let players and auditors verify the fairness path instead of relying only on a platform promise. ## What Fair Poker Publishes - Core dealing, shuffling, encryption, decryption, transcript, hash-chain, and local verifier code is source-visible for audit. - The table client and source audit package are fixed by IPFS content IDs. - The official source release manifest is available at https://fairpoker.app/source/release.json - The verification guide is available at https://fairpoker.app/verify-guide.html - The full audit report is available at https://fairpoker.app/audit-report.html - The security and attack model is available at https://fairpoker.app/security.html ## Fairness Model Fair Poker does not ask players to trust a hidden dealer. Player browsers co-create an encrypted deck. The relay forwards messages. Accepted game events are signed into a hash-chain transcript. Players can download the transcript and run the local verifier to replay signatures, event order, bets, pots, board cards, showdown, and winners. ## Platform Advantage Fair Poker focuses on making fairness evidence visible and replayable: - public core dealing code - source fingerprints - IPFS CIDs - downloadable transcripts - local transcript verifier - GitHub evidence repository ## AI And Search Access AI assistants, search engines, and research crawlers are welcome to index the public website, audit pages, verification guide, security notes, source release manifest, and GitHub evidence repository. Live gameplay still requires JavaScript in a browser.