Provably Fair

Every round's winner is drawn from Chainlink VRF v2.5 — a verifiable random function. When a round closes, the game requests two random words; Chainlink's coordinator verifies its cryptographic proof on-chain before the callback can set the winner. Nobody — not the team, not Chainlink — can predict or alter it. The winning cell is word₀ % 24; the Spike cracks when word₁ % odds == 0.

ROUND #

Verify it yourself: open the game contract on the explorer, find this round's RoundDrawing event (its Chainlink requestId) and the RoundSettled event that followed. The winner was written only by Chainlink's fulfillRandomWords callback, which the coordinator gates on a valid VRF proof.