Seed phrase
A set of 12–24 words from which all of a wallet's private keys can be restored. It is the single most important thing to protect: anyone who knows your seed phrase can take full control of your funds.
See also
Wallet
Software or a device for storing the private keys that give access to cryptocurrency on the blockchain. The coins themselves are not physically "stored" in the wallet — it only holds the keys needed to control them.
Private key
A secret code that proves ownership of cryptocurrency and allows you to sign transactions. Whoever knows the private key has full control over the funds — it should never be shared with anyone.
Public key
A cryptographic key from which a wallet address is derived to receive funds. Unlike a private key, it can be safely shared with others — similar to a bank account number.
Mining
The process of verifying transactions and creating new blocks in Proof-of-Work networks, such as Bitcoin. Miners solve complex computational puzzles and are rewarded with cryptocurrency.
Node
A computer connected to a blockchain network that stores a copy of the ledger and validates transactions according to the protocol's rules. The more independent nodes there are, the more resilient and decentralized the network.
Smart contract
A program that automatically executes on the blockchain once predefined conditions are met, without intermediaries. It powers most DeFi, NFT, and DAO applications.