Bitcoin could soon get Zcash-style 'shielded' privacy without changing its rules

Researchers from cryptography firm [alloc] init proposed Shielded Bitcoin, a Zcash-style system that would record encrypted, bitcoin-denominated transfers on Bitcoin without altering Bitcoin's protocol rules. The design would hide amounts and participant identities in off-chain proofs stored on Bitcoin, but the paper leaves open how real BTC would be locked into and retrieved from that system.

By AI Newsroom· Reviewed by Pranav, Founder & Editor-in-ChiefPublished about 2 hours agoUpdated about 2 hours ago0 views
Bitcoin could soon get Zcash-style 'shielded' privacy without changing its rules

Why It Matters

If implemented, the approach could give Bitcoin users Zcash-like privacy while avoiding consensus changes, a model that may appeal to those wanting private payments on the Bitcoin ledger. However, the proposal currently lacks key mechanisms and has trade-offs that could limit practical deployment.

Key Facts

  • Paper authors: Clara Shikhelman, Mikhail Komarov and Aleksei Moskvin of [alloc] init
  • Paper length: 56-page specification
  • Publication date (source): Sept. 26, 2026
  • Core data structure: Encrypted records called notes holding bitcoin-denominated value
  • Verification model: Proof checks performed by separate software, not Bitcoin nodes

The Shielded Bitcoin proposal borrows the shielded-pool concept used by Zcash to conceal amounts, senders and recipients. In the proposed design, value would be represented as encrypted notes; spending a note would publish a nullifier (a marker showing it was consumed) plus a cryptographic proof that the spender owns the note and did not create new value. Those details would be stored on Bitcoin so wallets could reconstruct accepted payments from the public record using private keys and designated viewing keys. Unlike Zcash, which has nodes verify shielded proofs on its own chain, Shielded Bitcoin would rely on separate software to validate the encrypted transfers. That means Bitcoin transactions could be confirmed on-chain even if the private transfer recorded inside them failed the system's off-chain checks. The authors argue this avoids requiring any change to Bitcoin's consensus rules, but it also means the Bitcoin ledger would contain data whose internal correctness is not enforced by miners. The specification leaves several important mechanisms unspecified. The 56-page paper does not describe how ordinary BTC would be deposited into the shielded system or withdrawn back to standard Bitcoin addresses; the authors say they will address those functions in a follow-up paper proposing PIPEs, a technique intended to lock Bitcoin signing keys until conditions are met. The reference design also depends on a trusted cryptographic setup requiring at least one honest participant, and visibility into transfer timing and the wallets paying on-chain fees would remain. The proposal attracted mixed reactions from developers and Zcash advocates. Mert Mumtaz criticized it as a "synthetic ledger" with substantial tradeoffs, highlighting the trusted setup, visible fee-paying wallets and the lack of an in-protocol deposit/withdraw mechanism. Cypherpunk, a Zcash miner and holder, welcomed the research but said privacy is strongest at the base layer and viewed the absence of consensus integration as a drawback. [alloc] init estimated a shielded transfer would cost roughly 700 virtual bytes versus 100–200 vbytes for a standard Bitcoin transaction, implying about four times higher miner fees, and listed efficient light-wallet verification as future work. The paper appears amid renewed interest in privacy-focused systems: Zcash's shielded pool held about 4.9 million ZEC (roughly 29% of supply) and recorded high shielded-transfer activity in recent weeks, figures the Shielded Bitcoin authors cite as context for their design. For now, Shielded Bitcoin remains a preliminary specification without an implementation timetable or completed mechanisms for moving real BTC in and out of the encrypted ledger.

Keep Reading