Wallet (Pill)¶
Pill is DogeSoft’s wallet and hub for Dogecoin: self-custody first, indexer-backed UTXO and inscription views, DRC-20 plus AMM integration, and more modules (earn, play, fuel daily checkin) that still resolve against L1 truth. Optional quantum-style attested flows add verifiable protection for power users—see Quantum-protected flows.
The six (main shell)¶
| # | Tab | Role |
|---|---|---|
| 1 | Home | Balances and core wallet surface. |
| 2 | Earn | Earning / activity (LP-adjacent, promos, etc. — follow the live in-app copy). |
| 3 | Swap | DRC-20 AMM client to DogeSoft’s coordinator; L1 UTXO construction with indexer data. |
| 4 | Play | Arcade and mini-games; credits or progress when the build ties them to value. |
| 5 | Fuel daily checkin | Daily checkin and rewards — hub into launch and tooling. |
| 6 | Explore | Doginals discovery and browse; pairs with send and protect flows. |
Also: Settings, onboarding (create / import / seed / password), and Send.
Why it fits the stack¶
- Indexers first — home and send use the DogeSoft indexer read model in production so Explorer and wallet match.
- Same swap brain as the web AMM — not a random third-party embed.
- Send for DOGE, DRC-20, and inscription paths per release, with DogeSoft Wallet as the primary surface (including
window.dogesoftfor embedded dApps).
Next: Ecosystem map · DRC-20 AMM · Explorer & indexer · Quantum-protected flows