Skip to main content
Authoritative definitions for all Z Protocol terms. When terminology is in doubt, this page is the source of truth.

Protocol

TermDefinition
ZPrivacy platform for human and agentic on-chain action. EVM-compatible.
Z ProtocolFormal name for the protocol, distinguishing it from the Z token.
The Zcosystem | ZcosystemThe application layer: Z Trade, Z Lend, Z Stake, USDZ, yUSDZ, and future apps.
ZAppAn individual application within the Zcosystem.
ZedThe anonymous founder persona.

Privacy

TermDefinition
MASPMulti-Asset Shielded Pool. The core privacy primitive. See ShieldedPool (MASP).
ShieldedPoolCommon name for the MASP contract system.
NoteA UTXO-based commitment representing a private balance inside the MASP.
CommitmentThe Poseidon hash of a note’s contents, stored in the Merkle tree.
NullifierA one-time value published when a note is spent. Prevents double-spending without revealing which note was consumed.
Stealth addressA one-time address used for unlinkable app interactions.
Viewing keyA derived key granting read-only access to shielded transaction history. See Privacy and Compliance.
Spending keyThe key that authorizes spending from shielded notes. Never shared.
Precision note: “Shielded” describes in-pool activity. “Unlinkable” describes stealth address DeFi interactions. “Private” is the general umbrella term.

Consensus

TermDefinition
Zcash Satoshi Plus (ZSP) | ZSPZcash Satoshi Plus. Z’s hybrid consensus mechanism combining three staking legs.
ValidatorA node operator elected through the ZSP scoring system.
DPoW (Leg 1)Delegated Proof of Work. ZEC miners delegate hashrate to validators.
Self-custodial staking (Leg 2)ZEC holders timelock ZEC on the Zcash chain to vote for validators. See [[ZEC Staking]].
DPoS (Leg 3)Delegated Proof of Stake. Z token holders stake to validators.
[[Dual Staking]]Boosted yield for participants staking both ZEC and Z tokens.
RoundA 24-hour validator election and reward cycle.

Assets and Tokens

TermDefinition
The Z Token |Z tokenGovernance and value-capture token. Used for gas, staking, and governance.
ZECZcash’s native token. Participates in ZSP consensus and can pay gas via Paymaster.
USDZZ’s stablecoin. Pegged 1:1 to USD, backed by stablecoin reserves.
yUSDZYield-bearing USDZ. ERC-4626 vault with non-rebasing share price.
stZECLiquid staking receipt token for staked ZEC. See Liquid Staking.
stZLiquid staking receipt token for staked Z tokens.
wZECWrapped ZEC on the Z chain, received after bridging via the Z Bridge.

Technical

TermDefinition
Groth16The zero-knowledge proof system used by the MASP.
BN254The elliptic curve used for ZK proof verification (ecPairing precompile).
PoseidonThe hash function used for note commitments and nullifier derivation.
ERC-4337Account abstraction standard. Basis for Shells.
ERC-5564Stealth address standard used for unlinkable DeFi interactions.
PaymasterERC-4337 contract that allows ZEC holders to pay gas without acquiring Z tokens.
RelayAdapterContract pattern for atomic unshield-execute-reshield DeFi operations.

Agent Infrastructure

TermDefinition
MCPModel Context Protocol. Standardized interface for AI agent tool integration.
SKILL.mdStructured walkthrough format designed for LLM consumption.
KYAKnow Your Agent. Agent identity and capability attestation.
ShellAn ERC-4337 smart contract wallet with a policy engine for agent operations.

Bridge

TermDefinition
Z BridgeBridge infrastructure for moving ZEC onto Z. Implementation details in development.
LayerZeroCross-chain messaging protocol used for non-ZEC asset bridging.
Direct-to-MASPA deposit path where bridged assets enter the ShieldedPool directly, skipping public balance.