Fuel, streaks, leaderboards
Play (wallet arcade)
The arcade built into the wallet: daily fuel streaks, four games, leaderboards and credit packs.
Play is the arcade built into the Doge Soft wallet — four games, a daily fuel streak, leaderboards and credit packs you can buy with DOGE. It's a wallet feature, not a standalone public site or API: there's no separate URL documented here, and the surface below isn't an integration point for outside apps.
Daily credits
Play runs on a credit system: a free daily allotment, spent per game session, optionally topped up with a purchased pack. Every deduction and grant is tracked server-side against your account, not just in local app state, so credits can't be replayed by resetting the app.
Arcade credit packs
When the daily allotment runs out, two packs are available for a DOGE top-up — a small starter pack and a larger best-value pack. Every purchase is verified on-chain server-side once payment lands; the server never trusts a client-declared "I paid" — it checks the actual confirmed transaction before crediting the account.
Fuel-Up Odyssey
A six-world daily-streak system layered on top of the games themselves: show up every day, keep the streak alive, and progress from the Moon toward Neptune. Two worlds carry exclusive, permanently-capped crew slots for the players who keep the streak longest:
Moon
25-day streak
420 total crew slots, plus a points bonus on reaching it.
Mars
53-day streak
69 total crew slots, plus a larger points bonus on reaching it.
Miss a day and the streak resets — the slots are scarce and the streak is real, on purpose. Referring other players toward these milestones also earns a capped monthly points bonus, so the loop rewards bringing friends along rather than only playing solo.
Leaderboards
Each game keeps its own high-score leaderboard, capped to a fixed page size per request so a single query can't pull an unbounded result set. Scores post from the game client as a session ends and are ranked per game, not pooled across the whole arcade.
Everything on this page describes how Play behaves inside the wallet app. It's covered here for completeness, not as something to build a third-party integration against.