This page is a short, curated reading list: trustworthy places to learn more about Zcash,
chosen because they are primary — the project itself, the people who build it, and the
documents that define how it works — rather than second-hand summaries that quietly drift
from the facts. Every entry tells you three things before you click: where the link
leads, what you will find there, and who maintains it.
A few notes on using this list. Every link points off this site; opening one loads that
external site in your browser as usual, so it is your step out, not ours. The list is
deliberately small — a handful of dependable starting points you can navigate outward from
beats a wall of links. And it is for your own further reading: where this site's own
numbers and feeds come from is documented separately, not here.
Start with the project itself
The Zcash project site — the official front door to Zcash:
plain-language introductions, the ecosystem directory, and pointers to wallets and
exchanges. This is the canonical z.cash domain, historically run by the Electric Coin
Company (the team that built and launched Zcash).
Zcash "Learn": who created Zcash — a good
entry point into the project's introductory explainers: this one covers the protocol's
origins, and companion pages alongside it cover topics like the difference between
shielded and transparent addresses. Written for newcomers rather than engineers, and part
of the official z.cash site.
The rules, precisely: the specification
The Zcash Improvement Proposals (ZIPs) — the
index of the proposals that define Zcash's consensus rules. Each network upgrade is specified by
numbered ZIPs that say exactly what the rules are and at which block height they switch
on. Maintained by the ZIP editors through an open, community process. When a claim about
"how Zcash works" needs settling, this is where it is settled.
The Zcash Protocol Specification — the
document that specifies the cryptography in precise mathematical detail (the shielded
pools, the proving systems, the note and nullifier model). It is dense and aimed at
implementers, not casual readers — but it is the ground truth behind every plain-English
explanation, including the ones on this site. Maintained alongside the ZIPs.
Zcash Foundation — the non-profit (a registered
public charity) that stewards Zcash in the public interest, so that no single for-profit
company holds permanent power over the protocol. It maintains the Zebra node software and
helps govern network upgrades. Maintained by the Foundation.
Shielded Labs — an independent, donation-funded organisation building newer Zcash
infrastructure and research (such as the Crosslink proposal to add proof-of-stake to Zcash), and a key
participant in recent security work. Its site publishes the technical write-ups behind
those efforts. Maintained by Shielded Labs.
Zcash Community Forum — the main public square
for Zcash: governance debate, funding and grant discussion, upgrade announcements, and
questions from newcomers and developers alike. Community-run, and the best place to see
the project arguing things out in the open.
ZecHub — a community-driven education hub for Zcash: guides,
explainers of the zero-knowledge cryptography, and directories of ambassadors and users,
plus community hackathons and bounties. Independent of ECC and the Zcash Foundation, and
community-run.
Run a node
A node is software that independently checks every transaction against the consensus
rules instead of trusting someone else's word — running one is how you verify the network
for yourself rather than asking a third party.
Zebra — the Zcash Foundation's full-node
implementation, written in Rust and built as an independent second implementation of the
rules. It is now the actively-maintained Zcash node. Source and build instructions live
in this repository, maintained by the Zcash Foundation.
zcashd — the original Zcash full node (a fork of
Bitcoin Core) that ran the network for most
of its life. It is being retired in favour of Zebra, so it is more useful for
understanding Zcash's history than for running today. Maintained historically by ECC.
Choosing a wallet
The Zcash ecosystem directory — the project's
listing of wallets, exchanges, and integrations. Because the recommended set
changes over time and a wallet is where your funds actually live, this directory is the
responsible starting point rather than a single fixed recommendation. The flagship mobile
wallet for shielded ZEC has been Zashi (built by ECC, being rebranded to Zodl); the
directory is where to confirm what is current and well-supported. Maintained on the
official z.cash site.
The research it grew from
The Zerocash paper (2014)
— the peer-reviewed academic paper, presented at the IEEE Symposium on Security and
Privacy, that first showed how zero-knowledge proofs could let a blockchain confirm a
payment while hiding its sender, recipient, and amount. Zcash is the working
implementation of these ideas. Hosted by the IEEE conference that published it.
Using privacy in practice
Zcash protects what your money does; these teach the everyday habits around it — the rest
of your digital life that a private payment alone does not cover.
EFF Surveillance Self-Defense — the Electronic Frontier
Foundation's tips, tools, and how-tos for safer online communications — its guide to
protecting you and your friends from online spying. Maintained by the EFF, a
member-supported digital-rights non-profit.
Privacy Guides — a non-profit, socially
motivated directory of privacy-respecting tools, built by volunteers and staff and held
to a published set of criteria, with an emphasis on threat-modelling rather than chasing
products.
Maintained by the Privacy Guides community.