Draw 1  ·  Robinhood Chain
drag to spin  ·  click to ask
In the pot
 
winner takes    ·  the rest rolls over  ·  every 30 min
Draw in 19:59
01The round
00:00

Pot opens

Carries the last winner's 80%.

00:01–19:59

Fees stack

Every buy and sell feeds it.

20:00

Round shuts

Entries lock. Winner not yet decided.

20:00+

Paid out

20% lands in a wallet.

02The draw

The draw is run by a script, not by hand: clock, snapshot, tickets, seed, winner. The questions you are already asking, answered straight.

QUESTIONANSWER
Do I have to connect a wallet?NO. HOLDING IS THE ENTRY
How are my odds worked out?250,000 $PBALL = 1 TICKET
How do I get paid?IT ARRIVES. NOTHING TO CLAIM
Where does the other 80% go?INTO THE NEXT ROUND'S POT
Is the pot a contract?NO. A WALLET WE RUN
How is the winner chosen?A RANDOM SEED, WEIGHTED BY TICKETS
Who runs the draw?THE ENGINE DOES, EVERY 30 MINUTES
02.5Your tickets

Type how many you hold. Every 250,000 is one ticket in every draw.

$PBALL
0tickets
Every 250,000 tokens is one ticket.
03Winners

Every round we have drawn, including the quiet ones. Click any wallet to check it on the explorer.

ROUNDWALLETPAID
No draws yet. The first winner appears here the moment the timer hits zero. This table is written from the chain, so it stays empty until there is something true to put in it.
04The machine

A script runs the round end to end: it watches the clock, rebuilds every holder straight from the chain the moment the round shuts, works out the tickets, draws a seed and picks the winner. The only human step is approving the payment, and every number it used is published so you can run the same maths yourself.

01

The clock runs itself

A round is a fixed slot on the wall clock, not a button someone remembers to press. The countdown you are watching is computed from the same schedule everywhere, so your screen and ours cannot disagree.

02

The snapshot is the chain

When the round shuts, every transfer of $PBALL since launch is replayed to rebuild who held what. No list is kept on a server, nothing is typed in. The block it read is published with the result, so you can rebuild the same list yourself.

03

Tickets are arithmetic

Every 250,000 tokens is one ticket, rounded down. The pool, the curve and the jackpot wallet are excluded: they hold supply but they are not people.

04

The seed decides, not us

A 32 byte seed comes from the browser's cryptographic random source. The winning ticket is keccak256(seed, totalTickets) % totalTickets, the same hash Ethereum uses. Same seed, same total, same winner, every time, on any machine.

Check a draw yourself

Every payout publishes its seed, the block it read, and the ticket that won. Paste them in and this recomputes the winning ticket in your own browser. If the number that comes out is not the number we published, we cooked it.

Nothing checked yet.

That proves the ticket number came from that seed. To go all the way to the wallet, rebuild the holder list at the published block, lay the tickets out in address order, and count to that index. The numbers to do it are all in the table above.

04Contract
TokenNOT LAUNCHED YET
Always check the address before you buy