Provably Fair Verification
Enter a claim transaction ID to independently verify any game's outcome. No trust required.
How verification works
- Fetches the claim transaction from the blockchain
- Extracts both secrets from the scriptSig data
- Verifies each secret matches its SHA256 commitment in the escrow script
- Determines sides from secret byte lengths (15 = Heads, 16 = Tails)
- Confirms the winner matches the spending script path used
- Shows payout amounts and dev fee from outputs
This verification is fully client-side. No server involved.