Mayhem Mode
connecting

One wallet holds most of this coin. Every round it rolls a dice. Roll a 1 and it sells the lot — all at once, straight into the floor.

Next roll in
--
0
Rounds survived

How much is left in it

— of the supply — burned so far

What just happened

Waiting for the first roll…

One square ends it.
It comes up once in every hundred rolls.

All hundred go back on the table every round. Forty rounds survived does not make the forty-first any safer.

What can happen

It starts fast

Nobody can rig this. Not even us.

The number is not ours to choose. It comes out of a Solana block that has not been made yet.

1

Before the round starts, we publish which future block will decide it. That block does not exist yet, so nobody on earth knows what is in it.

2

The round runs. Thousands of people we have never met build that block. We cannot touch it, delay it or pick a different one.

3

The block lands. Its fingerprint becomes the number, and every roll above shows you which block it used. Check any of them yourself.

Show me the actual sum

h = sha256( blockhash ++ mint ++ round counter )
roll = ( first 8 bytes of h as a number, mod 100 ) + 1

If the published block never got made, the next one after it is used instead.