Glossary
This glossary defines key terms used throughout the Aztec network documentation. Terms are organized alphabetically with cross-references to related concepts.
A
Agent
See Prover Agent.
Archiver
A component that monitors Ethereum L1 for rollup events and synchronizes L2 state. The archiver retrieves block data, contract deployments, and L1-to-L2 messages from the data availability layer.
Attestation
A cryptographic signature from a sequencer committee member confirming the validity of a proposed block. Blocks require attestations from two-thirds of the committee plus one before submission to L1.
Attester
The identity of a sequencer node in the network. The Ethereum address derived from the attester private key uniquely identifies the sequencer and is used to sign block proposals and attestations.
B
BIP44
Bitcoin Improvement Proposal 44 defines a standard derivation path for hierarchical deterministic wallets. Aztec uses BIP44 to derive multiple Ethereum addresses from a single mnemonic seed phrase.
Block Proposal
A candidate block assembled by a sequencer containing ordered transactions. Proposals must be validated by the sequencer committee before submission to L1.
Bootnode
A network node that facilitates peer discovery by maintaining lists of active peers. New nodes connect to bootnodes to discover and join the P2P network.
Broker
See Prover Broker.
C
Coinbase
The Ethereum address that receives L1 rewards and fees for a sequencer. If not specified in the keystore, defaults to the attester address.
Committee
See Sequencer Committee.
Consensus
The process by which sequencer nodes agree on the validity of proposed blocks through attestations and signatures.
Contract Class
A published smart contract definition containing bytecode and function signatures. Multiple contract instances can be deployed from a single contract class.
Contract Instance
A deployed instance of a contract class with a unique address and storage state.
D
Data Availability
The guarantee that block data is accessible to network participants. Aztec publishes data to Ethereum L1 to ensure data availability for state reconstruction.
Derivation Path
A hierarchical path used to derive cryptographic keys from a master seed. Follows the BIP44 standard for deterministic key generation.