Singleton releases a fixed batch of slots to a crowd and guarantees every claim is correct, first-come fair, and independently verifiable. One ordinary ACID transaction, no blockchain.
The guarantee
Each promise below is enforced by Amazon Aurora DSQL inside one ACID transaction, and each one ships with a public artifact you can re-check yourself.
A fixed batch is split across many counter shards; a single ACID transaction with retry means it can never oversell.
54 releases
Claimants never pay Singleton. Providers pay for allocation they can defend in public, because “verify it yourself” is a better answer than “trust us.”
For a single drop: a clinic block, one on-sale, one launch.
capacity sharded ×32 · UPDATE … WHERE remaining > 0
✓ 10,000 concurrent claims → exactly 200 allocated · 0 oversells
First-come ordering, one slot per person, no line-jumping, all enforced by the database rather than by hope.
✓ ranks derived from (claimed_at, id), never stored, never gapped
Every claimant gets a receipt whose position can be re-checked against an immutable public ledger.
sha256(seed) = 9b2f4e…e617f8 ✓
winners re-derived in your browser
✓ 5,000-entry draw re-derived byte-for-byte from the revealed seed
For teams running recurring releases.
Multi-region, custom identity hooks, SLAs.
Demo pricing: billing is intentionally not wired in this build, and the judges' testing access stays free and unrestricted.