docsReference LibraryDogenals Era 2 Full Vision

Dogenals Era 2 — Full Vision, Standards & Implementation Guide

Version: 1.0 (Draft)
Date: April 24, 2026
Status: Ready for Implementation


1. Core Vision & Positioning

“Doginals = spark, Dogenals = fire.”

Doginals was the experimental beginning — the spark that proved inscriptions were possible on Dogecoin.
Dogenals is the mature, authoritative, neutral standards body — the fire that turns that spark into a lasting, high-quality, interoperable foundation.

Dogenals Ethos:

  • Built by the people, for the people — just like Dogecoin itself.
  • Loyal to the community “to the death,” like a dog to its human.
  • Prioritizes fairness, trustlessness, anti-monopoly design, and long-term sustainability.
  • Makes advanced on-chain tools accessible without forcing regular users to understand technical complexity.

Core Philosophy:

  • For regular users (normies): Simple, friendly language. Hide scary technical terms.
  • For power users & developers: Full technical depth available in specs.
  • Use proper Dogecoin terminology everywhere in standards and code:
    • koinu (not sat/satoshi)
    • Dogenals (not Ordinals)
    • PSDT (not PSBT)
    • Dogecoin (not Bitcoin when referring to the chain)

2. Branding & Naming

We use the Doge Ð symbol consistently:

  • ÐMS = Dogenals Metadata Standard
  • ÐMP = Dogenals Marketplace Protocol
  • ÐMP DogeTag Offers = Marketplace offer signaling system
  • ÐWhisper = Encrypted messaging system (user-facing name)
  • DXD / dxd.dog = Flagship product brand (exchange, marketplace, swap)

User-Facing Language Rules (Frontend):

  • Never show “DMP”, “UTXO”, “protocol”, or “inscription” to regular users.
  • Use friendly terms:
    • “Offer” instead of “DMP Offer”
    • “Collectables” (or “Collectable”) instead of (or alongside) “NFT”
    • “Coins” instead of “UTXOs”
    • “Message” or “Tag” instead of technical terms

3. Dogenals Era 2 OP_RETURN Namespace

Format: Ð:<module>:<kind>:<payload>

Ð is the global Dogenals Era 2 marker (UTF-8: c3 90).

Module Assignments

ModuleIdentifierPurposeNotes
Exchange / DXDÐ:𝕏Marketplace, swap, exchange featuresStylized X (brand-forward). Falls back to Ð:X if payload > 76 bytes
ÐWhisperÐ:WEncrypted messagingHybrid model (OP_RETURN + inscription)
MetadataÐ:MÐMS metadata layerStructured data + RWA support

Smart Fallback Rule:

  • Default: Use Ð:𝕏 for strong branding.
  • If the total payload would exceed 76 bytes, automatically fall back to plain X (Ð:X).

4. Core Systems

4.1 ÐMS — Dogenals Metadata Standard

Purpose: Shared metadata and asset representation layer.

Key Features:

  • Structured metadata schemas (base + extended)
  • File referencing (IPFS, Arweave, recursive inscriptions)
  • Real World Asset (RWA) primitives (ownership proofs, legal linkage, fractionalization hooks)
  • Anti-spam and fairness mechanisms
  • Works with ÐMaps, Koinu Relics, and future protocols

Important Note: ÐMS can reference legal documents and proofs but does not create legal ownership by itself.

4.2 ÐMP — Dogenals Marketplace Protocol

Purpose: Open standard for marketplace functionality (listings, offers, settlement).

Key Extension: ÐMP DogeTag Offers

  • Lightweight buy offers sent via Ð:𝕏 (or Ð:X) OP_RETURN
  • Wallets/indexers can detect offers even when users are offline
  • Anti-spam via small DOGE fee that accumulates in recipient’s wallet
  • Supports in-wallet notifications + optional sound effects
  • Not escrow or settlement — just buy-interest signals

4.3 ÐWhisper — Encrypted Messaging System

User-Facing Name: ÐWhisper
Protocol Identifier: Ð:W

Core Concept: ÐWhisper is Dogenals’ encrypted messaging layer. It enables private, permanent, trustless communication on the Dogecoin blockchain that only intended recipients can read.

Hybrid Architecture (Recommended):

  • Signal Layer (Ð:W OP_RETURN): Lightweight discovery, notifications, key announcements, and short messages (text + emojis + links).
  • Content Layer (Witness Inscription): Encrypted messages, room metadata, member lists, and richer content.

v1 Launch Design (On-Chain Telegram-style):

  • Private chat rooms with encrypted metadata
  • Group key distribution
  • Web frontend + indexer that only shows decrypted content to users with the correct key
  • Short, Twitter-style messages via OP_RETURN + longer content via inscriptions
  • Optional “Whisper Mode” in public boards (encrypted posts visible only to key holders)

Philosophical Framing: ÐWhisper embodies the “people’s blockchain” ethos — private communication that belongs to the users, not corporations. Just like dogs are loyal to people to the death, ÐWhisper is loyal to the community: uncensorable, permanent, and only accessible to those who should see it.


5. Flagship Protocols (Original Vision)

ÐMaps (p: "dogemaps")

  • Geospatial land claims using H3 hexagonal grid
  • On-chain upgrades, real-world geo-claiming, and metaverse layers

Koinu Relics

  • Generative, dynamic art tied 1:1 to Dogecoin transactions and blocks
  • Aging/patina system, rarity based on on-chain data
  • Analogous to Satoshi Relics but native to Dogecoin

6. DXD / dxd.dog — Product Brand

  • ÐMP = Open protocol standard (neutral, for everyone)
  • DXD / dxd.dog = Flagship product (exchange, marketplace, swap, public interface)
  • At the chain level, DXD uses Ð:𝕏 as its identifier

This separation allows Dogenals to remain an open standards body while DXD becomes the premier implementation and user destination.


7. User Experience & Terminology Rules

Frontend (Normie) Rules:

  • Use simple, friendly language
  • Never expose technical terms like “DMP”, “UTXO”, “PSDT”, or “protocol”
  • Preferred terms: Offer, Collectables, Coins, Message, Tag

Backend / Standards Rules:

  • Always use proper Dogecoin terminology (koinu, Dogenals, PSDT, etc.)
  • All specs must follow MUST / SHOULD / MAY language
  • Maintain strong anti-monopoly and fairness principles

8. Technical Architecture Summary

Era 2 Wire Format:

  • Ð:<module>:<kind>:<payload>
  • Ð = Global marker (2 bytes)
  • Module letters = plain Latin (except 𝕏 for branding)

Hybrid Data Strategy:

  • Small/fast data → OP_RETURN (Ð:W, Ð:𝕏, etc.)
  • Large/rich data → Witness inscriptions (like DRC-20 JSON and NFTs)

Anti-Spam Philosophy:

  • Most actions should cost a small amount of DOGE (especially offers and signaling)
  • Fees go to recipients where possible (creates natural incentive alignment)

  1. ÐMS — Metadata + RWA foundation (already well advanced)
  2. ÐMP + DogeTag Offers — Marketplace signaling + anti-spam (already partially built)
  3. ÐWhisper v1 — 1:1 encrypted messaging, private rooms, and Whisper Mode (hybrid model)
  4. dogechan.lol integration — Private rooms, DMs, and encrypted threads
  5. Full Era 2 Namespace Documentation — Clear spec for Ð:<module> system

10. Integration with dogechan.lol

Dogechan can use Dogenals standards in the following ways:

  • Use ÐMS for rich metadata on threads and posts
  • Use ÐMP DogeTag Offers for in-app buy/sell signals
  • Use ÐWhisper for:
    • Private DMs between users
    • Encrypted private chat rooms
    • “Whisper Mode” posts in public boards
  • Use Ð:𝕏 signals for marketplace features inside dogechan

This creates a powerful combination: public community (dogechan) + private encrypted layer (ÐWhisper) on the same chain.


11. Cool Features Roadmap (12–24 Months)

  • ÐMS full adoption + RWA primitives
  • ÐMP DogeTag Offers with sound effects
  • ÐWhisper v1 (1:1 messaging, private rooms, and group chat)
  • On-chain reputation and badges
  • Cross-protocol notifications
  • Full DXD exchange implementation using Ð:𝕏

12. Final Notes & Philosophy

Dogenals exists to make Dogecoin the people’s blockchain — loyal, accessible, uncensorable, and built for real use.

Just like dogs are loyal to humans to the death, Dogenals should be loyal to the Dogecoin community: fair, open, and designed for the long term.

We are not here to copy Bitcoin lazily. We are here to build something that honors Dogecoin’s unique spirit while delivering serious, high-quality standards.


End of Document

This file contains the complete vision, branding, technical architecture, and implementation priorities for Dogenals Era 2.