
Glossary: Essential Dime & Web3 Technical Terms Explained Simply
Essential Cryptographic & Network Terminology
This reference glossary provides precise, technical definitions for core concepts encountered when studying Dime, hardware key storage, and distributed ledger systems.
A
- Air-Gapping: A physical security measure in which a computing device or hardware wallet is completely disconnected from all external networks, including the internet, Wi-Fi, Bluetooth, and cellular signals.
- Account: On Dime, an account is a continuous buffer of memory on the global state that holds data, native tokens, or smart contract bytecode. Every account is owned by a specific Program.
B
- BIP-39 (Bitcoin Improvement Proposal 39): The cryptographic standard for creating a deterministic 12 or 24-word mnemonic seed phrase from random binary entropy, which mathematically derives cryptographic private keys.
- BIP-44 Derivation Path: A standardized hierarchical path (e.g.
m/44'/501'/0'/0') used to derive multiple child keypairs from a single master seed phrase across different blockchains. - Block Slot: The nominal time unit in Dime (approx. 400 milliseconds) during which a designated leader validator node can produce and broadcast a block.
C
- Cold Storage: The practice of generating and storing cryptographic private keys on a dedicated offline medium (such as a hardware device or steel plate) that never touches an internet-connected device.
- Commitment Level: The finality status of a transaction on-chain: Processed (leader confirmed), Confirmed (supermajority of cluster voted), or Finalized (root state achieved by over 66% of voting stake).
E
- Ed25519: The high-speed Edwards-curve digital signature algorithm used natively by Dime for cryptographic key generation and transaction signing.
- Epoch: A logical grouping of consecutive block slots (approximately 432,000 slots, or roughly 2 to 3 days) during which validator leader schedules and staking reward distributions remain fixed.
H
- HD Wallet (Hierarchical Deterministic): A wallet architecture where all child private keys, public addresses, and sub-accounts are derived deterministically from a single master seed phrase.
- Hot Wallet: A software-based wallet running directly on an internet-connected computer or smartphone (such as a browser extension).
M
- Multi-Signature (Multi-Sig): A cryptographic vault architecture requiring multiple independent private keys ($m$-of-$n$ threshold) to approve a transaction before it can be broadcast to the blockchain.
P
- PDA (Program Derived Address): A specialized blockchain address derived deterministically from a program ID and optional seed strings that does not have an associated private key, enabling programs to sign transactions on-chain.
- Proof-of-History (PoH): A sequential cryptographic clock mechanism that establishes verifiable chronological ordering of events before consensus is reached.
S
- Secure Element (SE): A tamper-resistant cryptographic microchip designed to securely host sensitive credentials, generate hardware entropy, and execute signing algorithms inside a hardware wallet.
- Shamir’s Secret Sharing (SSS): A mathematical algorithm that splits a master seed phrase into $N$ unique cryptographic shares, requiring a predetermined threshold $T$ of shares to reconstruct the secret.
V
- Validator Node: A high-performance physical server that participates in consensus by verifying state transitions, voting on valid blocks, and processing high-throughput transaction streams.
- Vote Account: A dedicated on-chain account belonging to a validator node that records the validator’s voting record, credits earned, and delegation balances.


