Provably Fair Verification

Enter a claim transaction ID to independently verify any game's outcome. No trust required.

How verification works

  1. Fetches the claim transaction from the blockchain
  2. Extracts both secrets from the scriptSig data
  3. Verifies each secret matches its SHA256 commitment in the escrow script
  4. Determines sides from secret byte lengths (15 = Heads, 16 = Tails)
  5. Confirms the winner matches the spending script path used
  6. Shows payout amounts and dev fee from outputs

This verification is fully client-side. No server involved.