DEV Community

Cover image for Z-TEXT: A zk-SNARKs Blockchain Messenger With No Phone Number
ztext_zksnarks
ztext_zksnarks

Posted on Originally published at z-text.org

Z-TEXT: A zk-SNARKs Blockchain Messenger With No Phone Number

Every "private" messenger still asks for one thing that gives you away: a phone number, an email, or some other identity anchor.

Z-TEXT doesn't. It's a zk-SNARKs blockchain messenger built on BitcoinZ — combining a shielded messenger, a password manager, a crypto wallet, and Channels broadcasting, all under a single 24-word seed phrase.

The core idea

Instead of routing messages through a company's servers, Z-TEXT broadcasts them as shielded transactions on the BitcoinZ blockchain. zk-SNARKs zero-knowledge proofs hide sender, recipient, and content — not just encrypted in transit, but cryptographically invisible on-chain.

No phone number. No email. No SIM. Zero metadata by architecture, not by policy.

What's actually in the app

  • Shielded messenger — end-to-end encrypted, zk-SNARKs + AES-256-GCM
  • Password manager — on-chain, encrypted locally before it ever touches the blockchain
  • Crypto wallet — BitcoinZ, shielded (Z) and transparent (T) addresses
  • Channels — broadcast to unlimited subscribers for one flat 0.0002 BTCZ fee, same cost whether 1 person reads it or 500,000

Full breakdown here: What Is Z-TEXT? The Complete 2026 Guide

Curious what devs think of the zk-SNARKs-for-messaging approach vs. traditional E2E — happy to answer questions in the comments.

Top comments (0)