Cold Wallet
also: Cold Storage
A wallet kept completely offline so the keys are never exposed to the internet. Used to hold assets that do not need to move often, trading day-to-day convenience for stronger security.
Technical Keys are generated and stored on an air-gapped device or medium. Transactions are signed offline, then broadcast from a separate connected device.
Custodial Wallet
also: Hosted Wallet
A digital wallet where a trusted third party such as an exchange, custodian, or bank holds the private keys and controls the assets on the owner's behalf. The user signs in with a login, and the provider can freeze, recover, or move funds. This is the model most familiar to bankers, since it mirrors how a bank holds customer deposits.
Technical The provider, not the user, holds the signing keys. Transactions are authorized on the provider side, and account recovery is possible because the custodian retains the key material.
Custodian
An entity legally responsible for holding assets on behalf of clients. In crypto, often a regulated firm (Anchorage, BitGo, Coinbase Custody) that holds private keys under institutional-grade controls.
Technical A qualified custodian under SEC, OCC, or state trust company frameworks responsible for safekeeping client digital assets under fiduciary duty, typically employing multi-signature, HSM-based key management, and audited operational controls.
Hardware Wallet
A small physical device, such as a Ledger or Trezor, that stores private keys offline and signs transactions inside the device. It keeps the keys off the user's computer or phone even while transacting.
Technical A dedicated device that holds keys in a secure element and signs on-device, so the private key never leaves the hardware.
Hot Wallet
A wallet that stays connected to the internet for quick access and frequent transactions. Convenient for everyday use, but more exposed to attackers because the keys live on an online device.
Technical Signing keys reside on an internet-connected system. Lower friction to transact, larger attack surface.
Managed custody
A third party (typically a regulated custodian like Anchorage, Fidelity Digital Assets, or Coinbase Custody) holds the keys to your digital assets on your behalf. Similar to how a bank holds your cash.
Technical A qualified custodian arrangement where a regulated entity maintains private keys under fiduciary and operational controls (multi-sig, HSMs, SOC audits), enabling institutional participation while meeting custody rule requirements.
MPC Wallet
also: Multi-Party Computation Wallet
A wallet that splits the signing power into separate pieces held by different parties or systems, so no single person or server ever holds the whole key. Increasingly used by institutional custodians to remove single points of failure.
Technical Uses multi-party computation so several parties jointly produce a valid signature without any one of them ever reconstructing the full private key.
Multi-signature
also: multi-sig, multisig
A wallet that requires multiple keys (held by different people) to authorize a transaction. Like a corporate checkbook that needs two signatures. Standard institutional setup.
Technical A signature scheme requiring m-of-n threshold signatures to authorize a transaction. Implemented as a smart contract (Gnosis Safe) or as a native chain feature (Bitcoin multi-sig, MuSig2 aggregated signatures).
Non-Custodial Wallet
also: Self-Custody Wallet, Self-Hosted Wallet
A digital wallet where the user alone holds the private keys, so no intermediary can move or freeze the funds. It offers full control and full responsibility. If the user loses the keys or recovery phrase, the assets are gone, with no help desk to call.
Technical The user's own device holds the signing keys and the provider never takes custody. There is no server-side recovery path, so loss of the seed phrase is permanent.
Private Key
The secret value that authorizes spending from a wallet and proves ownership of the assets. Whoever holds the private key controls the funds, which is the basis for the saying "not your keys, not your coins."
Technical A large random number used to produce digital signatures. A signature proves control of the matching address without revealing the key itself.
Public Key / Wallet Address
also: Receiving Address
The shareable identifier others use to send assets to a wallet, similar in spirit to an account and routing number. It can be shared freely and reveals nothing that would let someone spend the funds.
Technical Derived from the private key by a one-way function. Funds are sent to the address, but only the matching private key can spend them.
Qualified Custodian
A regulated institution, such as a bank or trust company, that is legally authorized to hold client assets on their behalf. The term matters because investment advisers and many institutions are required to keep client assets with one.
Technical A status defined under custody regulation, such as the SEC's custody rule. For digital assets it shapes who may legally hold tokens for clients.
Seed Phrase
also: Recovery Phrase, Mnemonic
A list of 12 to 24 ordinary words that backs up a wallet and can fully restore access to it. Anyone who reads the phrase gains complete control of the funds, so it must be protected as carefully as the keys themselves.
Technical A human-readable encoding of the wallet's master secret, from which all of the wallet's private keys can be regenerated.
Self-custody
You hold your own keys. No bank, no custodian, no exchange between you and your assets. Full control, full responsibility. If you lose the keys, the assets are gone permanently.
Technical Non-custodial key management where the asset holder personally controls the private keys, typically via hardware wallets or self-managed software. No counterparty risk; no recovery path if keys are lost.
Wallet
Software (or hardware) that holds the keys controlling your blockchain assets. Despite the name, it doesn't actually store the coins. Those exist on the chain. It stores the keys that prove ownership.
Technical A keystore for cryptographic key pairs that authorize blockchain transactions. Categorized as custodial vs. non-custodial, and hot (online) vs. cold (offline).