Chapter 9
Decentralized Messaging
Public feeds and private messages solve different problems. Decentralized messaging layers like XMTP sit beside social protocols: users sign with wallet keys, messages encrypt end-to-end, and any client can participate if it implements the standard. Your DM history is not locked inside one company's database.
XMTP integrates with Lens, Farcaster-adjacent wallets, and general Web3 apps — enabling deals, support, and coordination without exposing conversation content to centralized servers in plaintext. Push notifications still depend on client infrastructure, so decentralization is stronger for storage and identity than for mobile alert delivery.
Other approaches include Waku for peer-to-peer messaging, Matrix bridges for federated chat, and encrypted group tools tied to DAOs. Spam follows money: public wallet addresses attract bots, so messaging clients combine allow lists, paid message requests, and reputation filters. Builders should treat messaging as part of the social stack, not an afterthought bolted onto a feed-only product.