Game
reading the chain…
Game
reading the chain…
Game #67 · set #1
The 8-line cascade — rows, columns and diagonals all pay.
All-time
first round 2d ago · last 21h ago
How it's built
The v1 machine's one gambler-visible hole was that a stacked column paid nothing — on a grid where refills fall down columns, the most natural-looking three-of-a-kind was worthless. cascade2 adds the three column lines (8 paylines total). Three extra lines more than double the base game's return, so the paytable is halved (cherry 0.3× … diamond 10×) and the wild weight re-tuned over a fresh 40-million-spin extraction: hits land ~52% of spins (vs 39%) and the committed 27-tier table still ladders to the same 40× MAX WIN. Same engine, new par sheet — only the extracted table is sealed.
Build one yourself — the SDK seals any distribution the edge band admits.
Sealed on-chain
These numbers are read from the sealed tree itself, not from this site's copy of it. Sealing is one-way: the contract verified the optimal-play return against its edge band once, and the tree has been immutable since — every round below settled against exactly these words.
The committed distribution
This is the entire game — every outcome, its exact chance, and its exact payout, reconstructed from the sealed on-chain words at render time. This table is what was submitted for edge-checking; a roll does nothing but pick a spot on this line.
Recent rounds
Each round's roll is re-derived from the revealed seed on its channel's proof page — nothing here is read from a private database of outcomes.