Educational Reference

Dime & Cryptographic Glossary

Clear, plain-language definitions of key cryptographic terms, consensus mechanisms, wallet architecture, and decentralized network concepts.

Keys & Wallets

Private Key

A secret 256-bit cryptographic number that permits a user or automated daemon to generate digital signatures and authorize state changes on the blockchain. Whoever holds the private key controls the associated on-chain authority.

Keys & Wallets

Seed Phrase (Mnemonic)

A sequence of 12 or 24 human-readable words chosen from a standardized BIP-39 dictionary. It encodes random cryptographic entropy that deterministically derives an entire hierarchical tree of private keys and public addresses.

Keys & Wallets

Multi-Signature (Multi-Sig)

A cryptographic or smart contract arrangement requiring M out of N authorized signers (such as 3 of 5) to approve a transaction before execution. Eliminates single points of failure in organizational treasuries.

Network & Consensus

Validator

A specialized server node responsible for verifying transactions, executing state transitions, participating in consensus voting rounds, and appending proposed blocks to the distributed ledger.

Network & Consensus

Consensus Mechanism

The algorithmic protocol by which distributed nodes reach unanimous agreement on the canonical order and validity of state changes without relying on a central coordinator.

Dime Ecosystem

Dime Architecture

A modular decentralized framework emphasizing high-throughput transaction execution, deterministic state transitions, developer tooling, and robust cryptographic verification across decentralized nodes.

Keys & Wallets

Hardware Security Token (Cold Wallet)

A dedicated physical micro-device containing an isolated Secure Element (SE). It performs transaction signing entirely within its offline hardware boundary, preventing private keys from ever touching internet-connected hosts.

Keys & Wallets

Shamir's Secret Sharing (SSS)

A mathematical algorithm that divides a master cryptographic secret into multiple unique parts (shards). A designated threshold of shards is mathematically required to reconstruct the original secret, preventing loss if a single shard is compromised.

Network & Consensus

Slashing

An automated protocol penalty enforced against validator nodes that commit verifiable protocol violations, such as signing two conflicting blocks at the same height (double signing) or prolonged unauthorized downtime.

Dime Ecosystem

RPC Node (Remote Procedure Call)

A network endpoint allowing user interfaces, desktop dashboards, and developer scripts to query blockchain data (account balances, transaction receipts, block state) and broadcast signed payloads into the validator mempool.