HOW QUARTERS WORKS
A pay-to-play arcade on Solana. Real skill games, a real quarter per play, real pots paid on-chain. Nothing here asks you to trust us: every score is a replay you can re-run, and every payout is a transaction you can read.
HOW IT WORKS
- Insert coin. A play costs 0.0025 SOL. The moment your quarter drops, the run's random seed is committed on-chain. No re-rolls, no house edge.
- Play. Pure skill, fixed rules, the same machine for everyone. Your inputs are recorded every frame. That recording is your score claim.
- Get paid. 70% of every quarter feeds the cabinet's pot. Each scoring period the pot pays the top ten on-chain, with no one in the middle.
PROVABLY FAIR
score = f(committed_seed, your_inputs) — a pure function anyone can re-execute
Every game core is deterministic: integer math, a fixed 60 Hz timestep, seeded randomness. Scores are never submitted, input recordings are. The verifier replays your inputs against the seed committed before you played, and only a score that reproduces exactly is written to the pot. Every scoring run is published as a re-executable receipt. Don't trust the leaderboard. Re-run it.
Bots and tool-assisted play are detected by input-timing analysis and flagged on the receipt. Flagged runs can be held from payout.
WHERE THE MONEY GOES
Every quarter splits three ways the instant it's inserted, inside the program, in one transaction. The pot is a program-owned account nobody can withdraw from. It pays out only through the settle instruction, which anyone can call after a period ends and which verifies the winners against the recorded scores. The house share is the entire business model. There is no token.
CREDITS & PACKS
A pack is an escrow tied to your wallet that you can cash out any time. Buying one is a single approval: the deposit goes into your tab, and the program funds a throwaway session key that lives only in your browser. That key signs your plays, so a pack means no popups. Close the pack any time and every unspent lamport returns to your wallet.
Your wallet only ever pays the program's escrow. It never sends SOL to an address it doesn't recognize.
THE BOUNTY
One standing world record on Void Rocks. Every failed attempt makes the jackpot bigger and it never resets, it only falls. Beat the record and the entire pot is yours, with your wallet shown as reigning champion until someone takes it from you. The house seeds the opening pool and sets the first record. Come take our money.
THE BACK ROOM
The six flagship games run a second set of cabinets at 0.05 SOL a play, twenty times the floor. Separate machines, separate pots, separate boards. The same rules and the same receipts. A back-room play never mixes with the floor.
CABINET DEEDS
Every cabinet is owned as an NFT deed. The owner, the operator, earns 15% of every quarter dropped into that machine, forever, paid on-chain at the moment of play. No deeds are for sale yet, on purpose. After launch, deeds go to auction one at a time with the machine's actual earnings history attached. You buy a rent roll, not a promise.
VERIFY IT YOURSELF
The verifier is a public service. Everything it decides is readable:
GET /leaderboards every cabinet's pot and top three, this period GET /leaderboard/:cabinetId one cabinet's standings, straight from the chain GET /player/:wallet a wallet's standings and receipts GET /replays/:creditId.json the receipt: game, seed, inputs, verdict, signature GET /health
Base URL: https://quarters-verifier.fly.dev. A receipt contains everything needed to re-run the game locally with the open-source engines and get the same score, bit for bit.
STATUS
QUARTERS is live on Solana devnet as a public preview. Plays use devnet SOL, which has no value. Mainnet follows a soft launch with small caps. Nothing on this site is a token, and any token claiming to be QUARTERS is fake.
FAQ
- Is this gambling? No. There is no element of chance in a score. The seed is committed before you play and the same inputs always produce the same result. It's a skill contest with an entry fee, like any arcade tournament.
- Can I get my quarter back? A played quarter is spent into the pot. An unspent pack can be cashed out in full, any time.
- Why does Phantom show a "new domain" notice? Every new site gets it until Phantom reviews the domain. It clears on its own.
- What if the verifier is wrong? Re-run the receipt. If your replay produces a different score than ours, that's a bug, and the receipt is the evidence. Write to us.
QUARTERS