What's live, what's next
Ecosystem status
An honest, regularly-updated read on what's confirmed live, what's in beta, and what's still being tested.
An ecosystem this size doesn't ship every corner at the same speed, and we'd rather tell you where the edges are than let you find them in production. This page is the single place that summarizes it; the individual pages linked below go into the actual mechanism.
How to read this
Live means confirmed working in production, edge cases included. Beta means the core path works but some edges are still being finished. Unverified / in progress means the code is structurally complete but doesn't yet have a production track record — treat it as "should work, hasn't been proven at scale yet."
Wallet provider
| Surface | Status | Notes |
|---|---|---|
| Connect, accounts, events | Live | Provider version 1.1.0, mainnet only. |
| Send DOGE | Live | Dust, fee, change and max-balance edge cases confirmed. |
| Send DRC-20 (single recipient) | Live | Fully automatic commit → reveal → move. |
| Send DRC-20 (batch, many recipients) | Unverified | Wallet-only today; structurally complete, not load-tested. |
| PSBTs & request() | Live | — |
Data & markets
| Surface | Status | Notes |
|---|---|---|
| Explorer API | Live | Reads (tx, balance, UTXOs, history, transfer inscriptions). |
| Pulse pricing mechanism | Live | Bonding-curve + pool pricing, both driven by confirmed on-chain state. |
| Swap quotes & pool/position reads | Live | Most-exercised part of the AMM API. |
| Swap execute, add/remove liquidity, claim-fees | Beta | Automatic slippage-failure refunds and unclaimed-fee-on-removal handling are still being finished. |
Cross-chain & apps
| Surface | Status | Notes |
|---|---|---|
| Bridge (lock/mint, burn/release) | Live | Core + production indexer proof; M-of-N attesters on DogeOS; on-chain params published. |
| Extension pairing | Live | Poll-based relay handshake. |
| 𝕏Đ Good on X | Live | Tips, hire, rewards, marketplace, DRC-20 swap on X (extension). |
| Merchant payments | Live | Address + amount QR, on-chain auto-detection. |
| Launch (collections / mint / members) | Beta | DogeSoft LAUNCHPAD_MINT via the shared inscriber; drop-in dogesoft.js + wallet.js for other sites. |
| Play (wallet arcade) | Wallet-only | Not a public integration surface. |
| Quantum-aware (PQC/Falcon) attestation | Beta | Additive layer alongside standard signing, not a replacement for it. |
Found something on this page that's since changed? That's expected — ecosystems move faster than docs. Treat this page as directionally honest, not as a guaranteed real-time feed, and verify anything load-bearing against the live API response before you ship on it.