Researchers at Alloc Init have introduced a metaprotocol called âShielded Bitcoin,â which aims to conceal BTC transfer amounts and counterparties while avoiding any changes to Bitcoinâs consensus rules and eliminating the need for trusted bridge operators.
The system adapts the encrypted-note framework popularized by Zcash, implementing it directly on Bitcoin’s foundational layer. Rather than relying on trusted intermediaries to facilitate private value transfers, the design utilizes cryptographic proofs.
How the Privacy Layer Works
Authored by Clara Shikhelman, Mikhail Komarov, and Aleksei Moskvin, the proposal addresses a fundamental drawback of Bitcoin’s public ledger: transaction amounts, timing, and address associations can frequently be tracked and linked to known wallets.
To counter this, Shielded Bitcoin deposits value into encrypted ânotes,â where each note specifies a particular amount and the recipient’s details. If Alice sends funds to Bob, her wallet publishes these encrypted notes to the Bitcoin blockchain alongside a zero-knowledge proof.
This cryptographic proof validates that the spent notes genuinely exist, that Alice possesses the authorization to spend them, and that the transaction amounts balance correctly, all without making those specific details public.
Specialized software known as indexers parses these transfers, validates the proofs, and monitors nullifiersâunique serial numbers designed to prevent double-spending. Because anyone has the ability to run these indexers, power over the ledger remains decentralized and free from single-party control.
Furthermore, the architecture separates spending authority from viewing rights. Wallets can be partitioned into distinct keys, including a spending key, a read-only key for detecting incoming transactions, a separate key designated to spot incoming transfers, and a recovery key to restore a user’s transaction history. This setup enables individuals to share restricted information with third parties without ever relinquishing control over their funds.
Frequently Asked Questions
What is Shielded Bitcoin?
Shielded Bitcoin is a proposed metaprotocol that hides Bitcoin transfer amounts and counterparties using Zcash-style encrypted notes and zero-knowledge proofs.
Does this proposal require a Bitcoin soft fork?
No, the researchers designed Shielded Bitcoin to operate without altering Bitcoinâs underlying consensus rules or requiring trusted bridge operators.
How does the system prevent double-spending?
The protocol utilizes nullifiersâunique serial numbers tracked by independent indexersâto ensure that the same encrypted note cannot be spent more than once.
Can users share transaction details without risking their funds?
Yes, the architecture separates spending rights from viewing rights, allowing users to share read-only keys or limited history details without giving away their spending authority.
