docsReference LibraryDunes Vs Treats

Ð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)
RoleDefault serious fungibleCheap meme / airdrop / launch lane
IdentityUnique Ðune name (FCFS)CA model — ticker may collide; asset id = deploy txid or launch inscription
Balance modelUTXO-native (Runes-style)Indexer ledger (address balances)
TransferOne-step spend + edictsOne-step atomic OP_RETURN + dust pairing
FootprintCompact binary varintsVery small JSON (p:"dt")
Best forPools, rep, governance, long-term utilityNOIZ / Black Doge drops, community treats
ÐSwap Core pairDOGE/Ðunes (primary — e.g. THE•BLACK•DOGE)DOGE/Treats (e.g. $NOIZ)
Wallet defaultHero Ðunes tabÐogeTreats section
Flagship examplesDOGENALS•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

DocTopic
protocols/dunes/README.mdÐunes hero standard
protocols/treats/spec.mdÐogeTreats wire format
comparisons/drc20-vs-ÐogeTreats.mdClassic DRC-20 vs Treats
MIGRATION_DRC20.mdLegacy migration (light path)