Verify the result yourself
This page helps you verify that the outcome was locked before the game started and could not be changed later. You don’t need to trust the creator — you can verify the match between the revealed answer + verification key and the locked-in answer.
Verification Console
What this proves
- The result was locked before players joined.
- The creator could not change the answer after seeing entries.
- Anyone can independently recheck the locked-in answer and confirm the outcome.
Verification formula
We recheck the revealed values and compare them with the locked-in answer recorded before the game started.
Inputs
answer_normalized = lower(trim(answer)) verification_key = key string locked_in_answer = recorded value
Compute
computed_value = combine(answer_normalized, verification_key) valid = matches(computed_value, locked_in_answer)
Troubleshooting
- Remove extra spaces in the verification key and locked-in answer.
- The verification key and locked-in answer must use characters 0–9, a–f.
- If the game options are still loading, wait a moment and try again.
Trust & limits
This verification proves integrity: the answer was committed before play and wasn’t changed later.
It does not prove “truth” in the real world — this is a bluffing game. It proves the creator didn’t switch the outcome after seeing player entries.
Fees are simple: 2% is taken only from rewards, not from amounts that were never played.