Independent verifier

Verify outcome

On-chain proof of who won starts with a transaction signature. The verifier reconstructs committed W3O1 rules from public chain data and replays the same selection.

Step 1 · Inputs

Replay any signature

Anyone can run this. The verifier replays from public RPC data and returns a specific reason code.
Reason codes

What each result means

MATCH
Replay reproduces the on-chain outcome bit-for-bit. Verification succeeded.
PENDING
Commit found, draw not yet resolved. Try again after the resolution slot.
RULESET_MISMATCH
The artifact hash on chain does not match what the verifier reconstructed.
NO_COMMIT
No prior commit was found for this resolve. Outcome is not verifiable.
REPLAY_DIVERGED
Kernel replay produced a different winner than the on-chain record.
RPC_UNREACHABLE
Could not fetch the signature. Try a different RPC endpoint.
💡 Append ?sig=<SIGNATURE> to this page's URL to share a pre-filled verifier link.