Researchers Propose Zcash-Style Privacy for Bitcoin Without a Soft Fork

By CryptoPotato | Created at 2026-09-26 22:32:07 | Updated at 2026-09-26 23:16:11 1 hour ago

The proposal separates spending and viewing rights, allowing users to share transaction details without exposing spending authority.

Researchers behind Alloc Init have proposed “Shielded Bitcoin,” a metaprotocol designed to hide BTC transfer amounts and counterparties without changing Bitcoin’s consensus rules or relying on trusted bridge operators.

The design borrows the encrypted-note approach Zcash made known, but builds it directly on Bitcoin’s existing base layer, using cryptographic proofs instead of a trusted intermediary to move value privately.

How the Privacy Layer Works

Presented by Clara Shikhelman, Mikhail Komarov and Aleksei Moskvin, the proposal starts with a simple limitation: Bitcoin’s ledger is public, so amounts, transaction timing and links between transactions can often be examined and associated with known wallets.

Shielded Bitcoin would place value into encrypted “notes,” with each note containing an amount and its owner’s receiving information. So, for example, when Alice pays Bob, her wallet would publish encrypted notes to Bitcoin alongside a zero-knowledge proof.

The proof confirms that the notes being spent exist and that Alice is authorized to spend them. It also confirms that the amounts balance, without exposing those details publicly.

Software called indexers would then read these transfers, verify the proofs, and track nullifiers, which are unique serial numbers that prevent the same note from being spent twice. According to the researchers, anyone can run indexers, meaning no single party can control the ledger.

The design also distinguishes spending from viewing, letting a wallet split into separate keys: one that spends funds and another that is read-only and detects incoming transfers. There’s also a third key that will detect incoming transfers and another that recovers a user’s own history, letting people share limited details with others without handing over spending power.

You may also like:

Where This Fits Among Bitcoin’s Privacy Options

Shielded Bitcoin could join a handful of existing efforts to keep BTC transaction data private, each with different tradeoffs. Some, like CoinJoin, PayJoin, and Silent Payments, work inside Bitcoin’s current transaction format and can make ownership harder to trace, but amounts and much of the transaction graph stay visible.

Shikhelman and her colleagues described Zcash as the closest precedent for its encrypted-note model. However, the privacy coin, which has been on a run that recently took it to its best price in ten years, uses encrypted notes, nullifiers and zero-knowledge proofs, but operates on its own blockchain and consensus rules while Shielded Bitcoin derives its state from Bitcoin’s history.

That distinction means transaction patterns, distinctive wallet behavior, and repeated publication fees could still help observers narrow down relationships over time.

Recently, Grayscale pointed to AI making it easier to link wallet addresses to real identities, and its research head Zach Pandl said tools like Zcash’s shielded transactions could become close to a necessity for privacy-minded users.

Read Entire Article