ÐWhisper — Expanded v1 Vision
Version: v1.0 launch draft
Date: April 24, 2026
Status: Draft — ready for implementation
Overview
ÐWhisper is Dogenals’ encrypted messaging system. It enables private, permanent, trustless, and censorship-resistant communication on Dogecoin.
| User-facing name | ÐWhisper |
| Protocol identifier | Ð:W |
| Canonical spec | ../protocols/dwhisper/spec.md |
ÐWhisper should feel like Dogecoin-native short-form social messaging plus encrypted chat: quick when a
message fits in OP_RETURN, richer when content needs an inscription, and always controlled by the user’s keys.
Core Philosophy
ÐWhisper follows the “people’s blockchain” spirit:
- Built by the people, for the people.
- Private communication belongs to users, not platforms.
- Short expressive messages can use
Ð:Wsignals. - Rich encrypted content uses witness inscriptions.
- Public when chosen, private when encrypted, and permanent by design.
The chain can preserve the record without requiring a corporation, server, or government-controlled inbox to keep the message alive.
Hybrid Architecture
ÐWhisper v1 uses two layers:
| Layer | Carrier | Purpose |
|---|---|---|
| Signal | Ð:W OP_RETURN | Lightweight message signals, key announcements, room creation, short messages, board whispers |
| Content | Witness inscription | Encrypted bodies, room metadata, member lists, files, media, and access control data |
Short signals are fast and cheap. Inscriptions carry the heavier private state.
v1 Feature Set
1:1 Encrypted Messaging
- Direct messages between two parties.
- secp256k1 ECDH + HKDF + XChaCha20-Poly1305.
- Permanent on-chain ciphertext readable only by intended recipients.
- Short public or already-encrypted messages may live entirely in
Ð:WOP_RETURN. - Longer messages and media use encrypted inscriptions.
Private Rooms
- Encrypted group chat rooms with room metadata stored in inscriptions.
- Room keys distributed through ÐWhisper direct messages.
- Invite-only, key-gated, Doginal-holder, or boost-gated access models.
- Room messages can be short
Ð:Wsignals or encrypted inscription content.
Web Frontend and Indexer Integration
A frontend such as dogechan.lol can:
- Scan for
Ð:Wsignals. - Decrypt and display messages only for users with the correct key.
- Show private rooms and private message contexts.
- Use websockets for a live feel while treating on-chain
Ð:Wsignals as the source of truth.
Whisper Mode
Whisper Mode lets users attach encrypted notes to public contexts such as boards, threads, listings, or collection pages. Users without the key should see only that encrypted content exists, not the plaintext.
Room Creation Flow
- User creates a room key.
- User inscribes encrypted room metadata.
- User broadcasts a
Ð:Wroom creation signal. - User distributes room keys to members through ÐWhisper DMs.
- Members decrypt room content through their wallet/indexer/frontend.
Why On-Chain Private Data?
The data is encrypted. Only key holders can read it. Keeping encrypted records on Dogecoin makes communication
portable, censorship-resistant, and independent of a single platform. Short Ð:W signals keep routine activity
lightweight; witness inscriptions carry richer content only when needed.
Rollout Priorities
| Phase | Feature | Priority |
|---|---|---|
| 1 | Direct encrypted messaging | High |
| 2 | Private rooms and room-key system | High |
| 3 | Web frontend and indexer integration | Medium |
| 4 | Whisper Mode for public boards | Medium |
| 5 | Premium rooms gated by Doginals or boosts | Low |
Summary
ÐWhisper v1 combines:
Ð:WOP_RETURNsignals.- Encrypted witness inscriptions.
- Direct messages, private rooms, and Whisper Mode.
- Strong key separation and recipient-controlled access.
- A Dogecoin-native, community-first communication layer.