On-Chain Channels: Broadcasting That Can't Be Deplatformed
Z-Text channels are serverless broadcast feeds on the BitcoinZ blockchain. Reach unlimited subscribers for the price of one transaction, with no company that can delete your channel or hold your audience.
Every broadcast platform you use -- Twitter/X, Facebook, Telegram -- shares one quiet assumption: the company running the servers gets to decide whether your channel exists tomorrow. Your followers live in their database. Your reach runs on their terms. Your account survives at their discretion. Z-Text channels are built on the opposite assumption: no company is in the loop at all.
A Z-Text channel is a broadcast feed that lives entirely on the BitcoinZ blockchain. There is no server to seize, no account to suspend, and no subscriber list sitting on a corporate machine. This article explains how that works, and why it changes what a "channel" can be.
The Deplatforming Problem
When you build an audience on a centralized platform, you are renting it. The platform can suspend your account, delete your channel, throttle your reach, or hand your data to a third party -- and historically, all of these happen. Even setting aside politics, a company can simply shut down, change its rules, or get acquired. The audience you spent years building was never yours to keep.
The root cause is architectural, not editorial: there is a single server (or company) that holds the channel, the subscriber list, and the delivery pipe. Whoever controls that server controls your ability to speak. Remove the server, and you remove the choke point.
How On-Chain Channels Work
A Z-Text channel is a shared shielded mailbox on the blockchain. When a channel is created, it gets its own shielded address. Every subscriber imports the channel's viewing key -- a key that lets their wallet read messages sent to that address, but not spend from it. The owner keeps the spending key.
To publish, the owner writes a single shielded transaction to the channel address. Every subscriber is already scanning that address, so they all receive the post. Each message is encrypted for the channel and cryptographically signed by its author, so readers can verify who wrote what. No Z-Text server ever touches the message -- it goes straight onto BitcoinZ.
One Transaction, Unlimited Reach
Here is the part that has no equivalent in a naive decentralized design. Sending the same message to a thousand people individually would cost a thousand transactions. A channel collapses that into one: a single post that every subscriber reads. The cost is identical whether ten people follow you or ten thousand, because there is still only one transaction on the chain.
Reading is free -- subscribers only scan the blockchain, which costs nothing. The only cost is the tiny on-chain fee the publisher pays to post. Broadcasting to an unlimited audience, for the price of one transaction, is the economic unlock that makes serverless channels practical.
Moderation Without a Server
If there is no server, who enforces the rules? The network does. Owners and moderators post signed control messages -- add, remove, ban, mute, promote -- and every member's app replays them in blockchain order to arrive at exactly the same roster and permissions. There is no moderation queue on a company server; because the inputs are signed and permanently ordered on-chain, every participant computes the same result independently.
Channels vs. Twitter, Facebook, and Telegram
Broadcasting on Twitter/X, Facebook, or Telegram means running on a company's servers. The platform can suspend or delete a channel, requires an account tied to a phone number or email, collects metadata, and holds your subscriber list. Z-Text channels remove each of those dependencies:
- Can't be deplatformed -- there is no company in the loop to delete your channel.
- No account, phone number, or email -- your channel is owned by your wallet.
- Metadata shielded -- zk-SNARKs hide the on-chain sender, and there is no central subscriber database.
- No ads, no algorithm -- subscribers see your posts, in order, not what a ranking system chooses.
- End-to-end encrypted content -- posts are encrypted for the channel, not broadcast in the clear on a company's servers.
You Own Your Audience
Because membership lives in each subscriber's own wallet rather than a company's database, there is no follower list to leak, sell, or subpoena -- and no follower list to lose. Both the channels you own and the ones you subscribe to, along with their history, restore from your 24-word seed phrase on any device. Lose your phone, and your audience and your feed come back with your wallet. No platform can take your followers away, because no platform ever held them.
The Tradeoffs
On-chain channels are text-first, the same deliberate focus as the rest of Z-Text, and posting -- like sending a message -- requires an active license, while reading is always free. Those are conscious constraints in exchange for something no centralized channel can offer: a broadcast feed that no company can delete, that costs the same to reach any audience size, and that you can carry to a new device with nothing but your seed phrase.
Channels shipped with the Z-Text 3.0 release and are live in the current beta build. If you have ever wondered what it would take to build an audience that genuinely can't be taken from you, this is it.
Related Articles
Why Decentralized Messaging Matters
Billions of messages flow through centralized servers daily. Decentralized messaging offers a fundamentally different model where no single entity controls the infrastructure.
Z-Text vs Signal vs Telegram: A Privacy Comparison
Not all privacy claims are equal. This article compares Z-Text's architecture with two popular alternatives: Signal and Telegram.