Provably Fair

Every round's winner is drawn from ORAO VRF — a verifiable random function. The seed is the round's address (fixed when the round opens), and ORAO publishes the randomness plus a cryptographic proof on-chain. Nobody — not the team, not ORAO — can predict or alter it. Recompute any winner below.

ROUND #

Reproduce it yourself: fetch the ORAO account above, read 8 bytes at offset 73 as a little-endian u64, take % 24 → that's the winning cell. The bytes can't change after the seed is set, and ORAO's proof guarantees the value came from its oracle key.