Glossary
2 min read • Updated January 2026
Demystifying Web3: The Essential Cryptographic Glossary
A clear, precise reference guide defining fundamental blockchain and cryptographic terms without hype or buzzwords.

Technical Terminology Explained Simply
Navigating distributed systems requires precision. Below is our curated, hype-free glossary of core cryptographic and ledger terminology.
Key Cryptographic Terms
- Asymmetric Cryptography (Public-Key Cryptography): A cryptographic system utilizing mathematical pairs of keys: a public key that can be distributed openly (used to generate addresses), and a private key that must remain secret (used to create verifiable digital signatures).
- BIP-39 (Bitcoin Improvement Proposal 39): The universal industry standard describing how an initial source of mathematical randomness (entropy) is mapped to a sequence of 12, 18, or 24 standardized human-readable English words for wallet backup.
- Byzantine Fault Tolerance (BFT): The characteristic of a distributed computer system to achieve deterministic consensus even when certain participating nodes fail or act maliciously.
- Deterministic Derivation (BIP-32/44): A tree-like mathematical process that allows a single seed phrase to generate billions of distinct, unlinked public/private address pairs across multiple blockchain protocols.
- Gas & Base Fee: The unit measuring the exact computational effort required to execute a specific transaction or smart contract operation on a distributed virtual machine.
- Mempool (Memory Pool): The staging area on a validator or full node where unconfirmed, broadcast transactions wait before being selected and batched into a new block.
- Multi-Signature (Multisig): A smart contract or cryptographic threshold scheme requiring approvals from M out of N authorized signers before a transaction can be executed.
- Nonce (Number used Once): A strictly sequential integer assigned to each transaction originating from a specific account, preventing transaction replay attacks on the network.
- Proof-of-Stake (PoS): A consensus mechanism where network validators are selected to propose and attest to blocks based on the economic value of assets locked into the protocol.
- Zero-Knowledge Proof (ZKP): A cryptographic method whereby one party (the prover) can prove to another party (the verifier) that a given statement is true without conveying any additional secret information.
Published by Luno Knowledge Hub Editorial Board
Authored by independent blockchain researchers and cybersecurity educators based in Cape Town, South Africa. Reviewed for strict technical neutrality and cryptographic accuracy.
