Ðunes vs ÐogeTreats — which fungible standard?
Status: Era 2 orientation · Canonical suite: CORE_SUITE.md · Decision tree: which-protocol.md
Dogenals ships two active fungible lanes post-genesis. They are complementary — not competitors.
| Ðunes (hero) | ÐogeTreats (p:"dt") (companion) | |
|---|---|---|
| Role | Default serious fungible | Cheap meme / airdrop / launch lane |
| Identity | Unique Ðune name (FCFS) | CA model — ticker may collide; asset id = deploy txid or launch inscription |
| Balance model | UTXO-native (Runes-style) | Indexer ledger (address balances) |
| Transfer | One-step spend + edicts | One-step atomic OP_RETURN + dust pairing |
| Footprint | Compact binary varints | Very small JSON (p:"dt") |
| Best for | Pools, rep, governance, long-term utility | NOIZ / Black Doge drops, community treats |
| ÐSwap Core pair | DOGE/Ðunes (primary — e.g. THE•BLACK•DOGE) | DOGE/Treats (e.g. $NOIZ) |
| Wallet default | Hero Ðunes tab | ÐogeTreats section |
| Flagship examples | DOGENALS•OVER•DOGINALS (manifesto) + THE•BLACK•DOGE (liquidity) | NOIZ / Black Doge Treats |
Classic inscription DRC-20 and Universal DRC-20 are legacy / superseded — see MIGRATION_DRC20.md.
Why Ðunes is the flagship
Dogecoin is a UTXO chain (Bitcoin lineage). Ðunes binds token balances to outputs — ownership is intrinsic to the UTXO set, not only an indexer spreadsheet.
- One-step transfers — no locked “transferable” vs “available” drama
- Anti-grift foundation — clean post-genesis start; fair etch + ÐLaunch graduation
- Composes with L1 — natural fit for ÐSwap Core, ÐLock, Charms (opt-in), full-node verification
- Future-proof — the standard wallets, pools, and governance optimize for
Tradeoffs: edicts and burn rules need careful wallet UX; ecosystem is younger than inscription DRC-20.
Why ÐogeTreats still ships
Treats is the normie-friendly OP_RETURN lane — perfect when you want:
- Ultra-cheap deploys and mints
- Multi-op batching in one transaction
- Explicit output-pairing for airdrops (OP_RETURN binds to next dust output)
- Meme launches without Runes-level wallet complexity
Black Doge / $NOIZ and similar drops live here. Treat.fun-style launchpads are UX/branding on top of Treats — not a separate protocol.
Tradeoffs: balances are indexer-computed; indexers must agree on pairing rules.
Quick chooser
New fungible?
├── Default / pools / serious project → Ðunes
├── Meme drop / airdrop / cheap community coin → ÐogeTreats (p:"dt")
├── Existing classic DRC-20 bag → Legacy view + migrate to Ðunes (see MIGRATION_DRC20.md)
└── ZK experiment → Charms (opt-in, not default)Universal DRC-20?
Pre-genesis OP_RETURN experiments. Superseded by Treats (clean namespace, genesis rules) and Ðunes (UTXO-native hero). Specs remain for archaeology only.
Further reading
| Doc | Topic |
|---|---|
| protocols/dunes/README.md | Ðunes hero standard |
| protocols/treats/spec.md | ÐogeTreats wire format |
| comparisons/drc20-vs-ÐogeTreats.md | Classic DRC-20 vs Treats |
| MIGRATION_DRC20.md | Legacy migration (light path) |