Disconnect External Box
Worst case, three days. Best case, forever. Every prize is a real Disconnect External licence, issued the moment the reel stops. The odds below are the odds — and you can check any open against them yourself.
Open a box
Sign in to open
Boxes are paid from store credit, so you need an account first.
Odds
| Prize | Worth | Chance | Tickets |
|---|---|---|---|
| 3 days | $15.99 | 90.0% | |
| 7 days | $29.99 | 8.3% | |
| 30 days | $59.99 | 1.6% | |
| Lifetime | $299.99 | 0.10% |
Box price
$17.99
Beats the price
10% of opens
Average return
101%
Average return is the expected retail value of one open against what it costs. Over enough opens a box pays back less than it takes — that is what makes it a box and not a shop. Buy the licence outright if you want the licence.
Recent wins
No opens yet. Be the first.
How you pay
Boxes come out of store credit, so the prize can be issued the instant the reel stops rather than waiting on a payment to confirm.
Top up creditProvably fair
- 1Before you open anything we generate a secret server seed and publish its SHA-256 hash. That hash is a commitment — we cannot change the seed afterwards without the hash changing.
- 2You own the client seed and can set it to anything, at any time. Because we committed first, we cannot have picked a server seed that suits a particular result.
- 3Each open uses the next nonce. The prize comes from
HMAC_SHA256(serverSeed, "clientSeed:nonce")— the first four bytes become a ticket from 0 to 999,999, and the table above says which prize owns that ticket. - 4Rotate your seed whenever you like. That reveals the old server seed, so every open you made under it can be recomputed — by this page, or by you, in whatever language you trust.
Sign in to see your own seed pair. The commitment is published the moment the pair is created — before you can open anything with it.
Check an open yourself
Paste a revealed pair and the nonce from any receipt. This runs the same code the server ran to decide it.