Glossary

Address

A Zcash address is similar to a physical address or an email address. It is the only information you need to provide for someone to send you ZEC. There are two types of addresses in Zcash: a shielded address and a transparent address.

Block

A block is a record in the Zcash blockchain that contains a set of transactions sent on the network. Pending inclusion in a block, a transaction is kept in the mempool in an unconfirmed state. Roughly every 2.5 minutes, on average, a new block is appended to the blockchain through mining and the transactions included receive their first confirmation.

Block reward

A block reward is new ZEC released into the network after the successful mining of a block. For the first four years, the block reward in Zcash is split into a miners’ reward and a founders’ reward. During this time, miners receive 80% (or 10 ZEC) per block with the remaining 20% (or 2.5 ZEC) split between a range of beneficiaries including an Electric Coin Company strategic reserve, the Zcash Foundation and many stakeholders including Zcash founders, employees, investors and advisors. After 850,000 blocks, the block reward halves for the first time and miners start to receive 100% of the block reward (6.25 ZEC). Each subsequent 840,000 blocks triggers a new block reward halving.

Blockchain

The blockchain is a public record of Zcash transactions in chronological order. The blockchain is shared between all Zcash users. It is used to verify the permanence of Zcash transactions and to prevent double spending.

Confirmation

A transaction confirmation first occurs when that transaction has been included in a block and gains an additional confirmation for each subsequent block. The more confirmations a transaction has, the higher the security from a potential reversal (see: rollback). Some may consider a single confirmation to be secure for low value transactions, although it is generally recommended to wait for 10+ confirmations.

Cryptography

Cryptography is the branch of mathematics that lets us create mathematical proofs that provide high levels of security and privacy. Services like online commerce and banking already use cryptography and in many countries, are required by law to protect customers and their data. In the case of Zcash, cryptography is used to:

  1. protect user privacy (via zk-SNARKs)

  2. make it impossible for anybody to spend funds from another user’s wallet

  3. prevent corruption of the blockchain database

Electric Coin Company

This is the abbreviation for the Electric Coin Company, the team behind the Zcash protocol, previously known as the Zcash Company.

Encrypted memo

The encrypted memo is an additional field for transactions sent to shielded addresses that is visible to the recipient of a payment. The encrypted memo is visible only the to the sender and recipient, unless the viewing key or payment disclosure gets shared with a third party.

Equihash

Equihash is a proof-of-work mining algorithm that is memory-oriented with very efficient verification.

Experimental feature

An experimental feature is one that is available to users on the main Zcash network but should undergo further testing by users and developers. Users must explicitly opt into enabling an experimental feature until they become fully supported.

Double spend

A double spend happens when a user sends the same ZEC to two different recipients. Zcash miners, the Zcash blockchain and zk-SNARKs are integral for only allowing one transaction to confirm and be considered valid.

Memory pool

The memory pool (or mempool for short) is a temporary staging location for transactions which have been verified by nodes in the Zcash network but have not yet been included in a block. Transactions in the memory pool are considered unconfirmed.

Mining

Mining is the process where for each block, nodes in the Zcash network compete by doing complex mathematical calculations to find a solution based on a self-adjusting difficulty. Zcash miners are rewarded with both the transaction fees of the transactions they confirm and block rewards. Zcash uses a proof-of-work mining algorithm called Equihash.

Multi-signature

A multi-signature address (also referred to as multisig) is a type of address which requires multiple private key signatures in order to spend funds. This is a security mechanism to protect against theft or loss of a private key. Currently, multisig functionality is only supported by transparent addresses.

Network upgrade

A network upgrade is a software-updates-required release of the Zcash software. After activation of a network upgrade, network nodes running older versions that are not compatible with the upgrade will be forked onto an outdated blockchain and will require a software upgrade to rejoin the main network. This is sometimes referred to as a hard fork upgrade.

Overwinter

Overwinter is the first network upgrade for Zcash. Its purpose is strengthening the protocol for future network upgrades. It includes versioning, replay protection for network upgrades, performance improvements for transparent transactions and the transaction expiry feature. Overwinter activated at block height 347500.

Payment disclosure

A payment disclosure is a method of proving that a payment was sent to a shielded address by revealing the value, receiving address and optional encrypted memo. The current implementation of this is as an experimental feature.

Private Key

A private key is a secret string of data that gives access to spend the ZEC balance of an associated address through a cryptographic signature. Your private key(s) may be stored directly in your computer or smartphone, with a custodian such as an exchange or a combination of both using multisig. Private keys are important to keep safe as they are the only access to spending the funds you may own. For securing your private keys with the zcashd client, review the Wallet Backup Instructions.

Public parameters

The Zcash public parameters are a set of global constraints required for constructing and verifying the zk-SNARKs used for shielded addresses.

Rollback

A rollback is when a blockchain is rewound to a previous state and a set of the most recent blocks and the transactions they contain are discarded. Zcash has a rollback limit of 100 blocks.

Sapling

Sapling is a network upgrade that introduces significant efficiency improvements for shielded transactions that will pave the way for broad mobile, exchange and vendor adoption of Zcash shielded addresses. Sapling is scheduled to activate at block height 419200.

Selective disclosure

Selective disclosure refers to the features of shielded addresses where the owner may selectively disclose shielded transaction data. A user may share a viewing key or payment disclosure with any third party, allowing them to access shielded data while maintaining privacy from others.

Shielded address

A shielded address (also referred to as a zaddr) sends or receives transactions such that the address, associated value and encrypted memo are not visible on the Zcash blockchain. These addresses start with the letter z. A shielded address uses zk-SNARKs to protect transaction data for value sent or received to it. A transaction consisting of only shielded addresses is called a shielded transaction. A transaction consisting of both shielded addresses and transparent addresses only protects the data associated with the shielded address. Each shielded address has a spending key and viewing key.

Shielded transaction

A shielded transaction is a transaction exclusively between shielded addresses. The addresses, value and optional encrypted memo are shielded using zk-SNARK cryptography before the transaction is recorded in the blockchain.

Signature

A cryptographic signature is a mathematical scheme that allows someone to authenticate digital information. When your Zcash wallet signs a transaction with the appropriate private key, the network can confirm that the signature matches the ZEC being spent. This signing is confirmed publicly for transparent addresses and through the use of zk-SNARKs for shielded addresses.

Sol/s

Sol/s refers to solutions per second and measures the rate at which Equihash solutions are found. Each one of those solutions is tested against the current target (after adding to the block header and hashing), in the same way that in Bitcoin each nonce variation is tested against the target.

Spending key

A spending key is a type of private key that allows any user in possession of it to spend the balance of the associated address. For shielded addresses, possessing the spending key also allows the user to view the address’ balance and transaction data.

Sprout

Sprout is the first version of Zcash, launched on October 28, 2016.

TAZ

TAZ is the three letter code for the valueless Zcash testnet currency.

Testnet

The Zcash testnet is an alternative blockchain that attempts to mimic the main Zcash network for testing purposes. Testnet coins (sometimes referred to as TAZ) are distinct from actual ZEC and do not have value. Developers and users can experiment with the testnet without having to use valuable currency. The testnet is also used to test network upgrades and their activation before committing to the upgrade on the main Zcash network.

Transaction

A transaction is a payment between users. They are locally created by the user or service then submitted to the Zcash network for verification by nodes and eventual confirmation into a block.

Transaction expiry

A transaction expires after staying unconfirmed in the mempool for too long and is discarded. Once a transaction expires, it may be resubmitted to the network or a new transaction may be submitted in its place. The default expiry in Zcash is 20 blocks.

Transaction fee

A transaction fee is an additional value added to a transaction used to incentivize miners to include the transaction into a block. Transactions with low or no fee may still be mined but transactions with the default fee or higher will be preferred. If a transaction has too low of a fee, it may stay in the mempool until the transaction expires. The fee value is not protected for transactions containing shielded addresses and therefore it is recommended to always use the default fee of .0001 ZEC. Unique fees may result in loss of privacy in some cases.

Transparent address

A transparent address (also referred to as a taddr) sends or receives transactions such that the address and associated value are publicly recorded on the Zcash blockchain. These addresses start with the letter t. A transparent address does not use zk-SNARKs to protect transaction data for value sent or received to it. A transaction consisting of only transparent addresses reveals the entire transaction. A transaction consisting of both transparent addresses and shielded addresses only reveals the data associated with the transparent address.

Transparent transaction

A transparent transaction is a transaction exclusively between transparent addresses. The addresses and value are recorded publicly on the blockchain.

Upgrade activation

An upgrade activation is a specific block height that triggers a network upgrade.

Viewing key

A viewing key is a type of private key that allows any user in possession of it to view the balance and transaction data of the associated shielded address.

Wallet

A Zcash wallet contains private key(s) which allow the owner to spend the ZEC balance it contains. Each Zcash wallet can show you the total balance of all ZEC it controls and lets you pay a specific amount to a specific address, just like a real wallet you keep in your pocket or purse. This is different to credit cards where customers are charged by the merchant.

Zcash network

The Zcash network is a peer-to-peer network of nodes where each node may interact directly with the others for broadcasting newly submitted transactions, mined blocks and various other messages that regulate behavior. This type of structure removes the need for a trusted regulating central party.

Zcash

Zcash is an in-production cryptocurrency implementation of the Zerocash protocol, with security fixes and improvements to performance and functionality. It bridges the existing transparent payment scheme used by Bitcoin with a shielded payment scheme secured by zk-SNARKs. It implements the Equihash proof-of-work mining algorithm. Both the network and the associated currency are referred to as Zcash with ZEC referring specifically to the currency.

Zcash Foundation

The Zcash Foundation is a 501(c)3 non-profit dedicated to building Internet payment and privacy infrastructure for the public good, primarily serving the users of the Zcash protocol and blockchain.

ZEC

ZEC is the three letter currency code for the Zcash cryptocurrency. It is also used to help distinguish the Zcash network from the currency. Note that some exchanges use XZC as the Zcash currency code to conform with the ISO 4217 standard for currencies and similar assets not associated with a nation.

Zerocash

Zerocash is a cryptographic protocol invented by Eli Ben-Sasson, Alessandro Chiesa, Christina Garman, Matthew Green, Ian Miers, Eran Tromer, and Madars Virza in 2014. It improves on the earlier Zerocoin protocol developed by some of the same authors both in functionality and efficiency.

Zerocoin

Zerocoin is a cryptographic protocol invented by Ian Miers, Christina Garman, Matthew Green, and Aviel D. Rubin in 2013. It is a less efficient predecessor of Zerocash.

zk-SNARKs

A zk-SNARK is a particular form of zero-knowledge proof used in the Zcash protocol which allows shielded addresses to prove the validity of associated transactions without revealing the address or value transacted. For Bitcoin and transparent addresses, miners can verify that a transaction has not been double spent because the addresses and their balances are publicly visible within transactions. zk-SNARKs allow this same double spend protection for shielded addresses. The term, which stands for zero-knowledge Succinct Non-interactive ARguments of Knowledge, was first used in the Zerocash whitepaper.