> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zerocash: Decentralized Anonymous Payments from Bitcoin

> Zerocash presents a protocol for decentralized anonymous transactions on top of a base ledger like Bitcoin. It utilizes zk-SNARKs (Zero-Knowledge Succinct Non-I

# Zerocash: Decentralized Anonymous Payments from Bitcoin

Zerocash presents a protocol for decentralized anonymous transactions on top of a base ledger like Bitcoin. It utilizes zk-SNARKs (Zero-Knowledge Succinct Non-I

## Abstract

Zerocash presents a protocol for decentralized anonymous transactions on top of a base ledger like Bitcoin. It utilizes zk-SNARKs (Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge) to allow users to hide the origin, destination, and amount of transactions while maintaining the integrity of the ledger and preventing double-spending. The research demonstrates how to construct a privacy-preserving payment system that is both secure and auditable without trusted third parties. This protocol significantly advanced blockchain privacy, serving as the technical basis for the Zcash network. The paper effectively bridges high-level cryptographic theory with practical implementation for real-world financial privacy.

**Authors:** Eli Ben-Sasson, Alessandro Chiesa, Christina Garman, Matthew Green, Ian Miers, Eran Tromer, Madars Virza

**Publication:** IACR ePrint Archive

**Publication date:** 2014-01-01

## Key findings

* Introduced zk-SNARKs for private and anonymous ledger transactions.
* Provided a scalable solution for hidden transaction amounts and addresses.
* Prevented double-spending in an anonymous setting without a central authority.
* Demonstrated a practical application of zero-knowledge proofs for finance.

## Citation

Eli Ben-Sasson, Alessandro Chiesa, Christina Garman, Matthew Green, Ian Miers, Eran Tromer, Madars Virza (2014). Zerocash: Decentralized Anonymous Payments from Bitcoin. IACR ePrint Archive. [https://eprint.iacr.org/2014/349](https://eprint.iacr.org/2014/349)

## Related knowledge

* [Cryptography](/categories/cryptography) — glossary
* [Cryptography](/categories/cryptography) — related-glossary
* [From Hype to Reality: The Rise of Quantum-Resistant Cryptography](/generated/v2/topics/from-hype-to-reality-the-rise-of-quantum-resistant-cryptography) — article
* [From Hype to Reality: The Rise of Quantum-Resistant Cryptography](/generated/v2/topics/from-hype-to-reality-the-rise-of-quantum-resistant-cryptography) — related-article
* [Ledger](/generated/v2/resources/ledger) — glossary
* [Ledger](/generated/v2/resources/ledger) — related-glossary
* [Merkle Root](/generated/v2/glossary/merkle-root) — glossary
* [Merkle Root](/generated/v2/glossary/merkle-root) — related-glossary
* [Multi-Party Computation](/generated/v2/glossary/multi-party-computation) — glossary
* [Multi-Party Computation](/generated/v2/glossary/multi-party-computation) — related-glossary
* [The Evolution of Web3 Social Media Platforms: Privacy and Ownership in 2025](/generated/v2/topics/the-evolution-of-web3-social-media-platforms-privacy-and-ownership-in-2025) — article
* [The Evolution of Web3 Social Media Platforms: Privacy and Ownership in 2025](/generated/v2/topics/the-evolution-of-web3-social-media-platforms-privacy-and-ownership-in-2025) — related-article
* [Web3 Identity: How Self-Sovereign Credentials Are Changing the Internet](/generated/v2/topics/web3-identity-how-self-sovereign-credentials-are-changing-the-internet-2) — article
* [Web3 Identity: How Self-Sovereign Credentials Are Changing the Internet](/generated/v2/topics/web3-identity-how-self-sovereign-credentials-are-changing-the-internet-2) — related-article
* [Zero-Knowledge Proofs Explained: Privacy Meets Scalability](/generated/v2/topics/zero-knowledge-proofs-explained-privacy-meets-scalability) — article
* [Zero-Knowledge Proofs Explained: Privacy Meets Scalability](/generated/v2/topics/zero-knowledge-proofs-explained-privacy-meets-scalability) — related-article

***

**Canonical knowledge ID:** `research:zerocash-decentralized-anonymous-payments-from-bitcoin`
