“Crypto vault” is a product label, not a technical standard. One provider uses it for an account with delayed withdrawals. A custodian may mean offline key storage with several approvers. A DeFi application can give the same name to a smart contract that deploys deposited assets into a strategy. Those products do not protect against the same threats.
The first question is therefore not whether a vault is better than a wallet. It is who can authorise a transaction, where the required secrets or key shares exist, and what happens when a signer, device or provider becomes unavailable.
Four products commonly called a crypto vault
Offline self-custody
An offline wallet keeps the signing key away from an internet-connected device. A transaction can be prepared online, moved to the offline signer, signed there and returned for broadcast. Bitcoin’s wallet developer guide describes this separation and its trade-offs.
Cold storage reduces exposure to remote malware, but it transfers responsibility to the owner. A damaged device, unreadable backup or stolen recovery material can still cause permanent loss. Physical security and tested recovery matter as much as disconnection.
Multisignature or distributed institutional custody
A multisignature arrangement requires a threshold of keys—for example, two of three—to authorise spending. Institutional systems may instead use multiparty computation to create and use distributed key shares. The designs are not identical, but both can reduce dependence on one credential or employee.
Distribution only helps when failures are genuinely independent. Three signers stored in one office, one cloud account or one administrator’s control remain exposed to a common event. Configuration records also require protection: Bitcoin’s BIP-129 explains how tampered or incomplete multisig setup data can affect recovery and privacy.
An exchange-branded vault
A centralised platform may add withdrawal approvals, allowlists or a time delay to an account. Coinbase, for example, documents a vault workflow with designated approvals and a 48-hour withdrawal delay. That is a feature of Coinbase’s service, not a universal definition.
A delay can create time to cancel an unauthorised request. It also means the provider remains part of custody and availability. Account recovery, legal access, operational outages and counterparty failure cannot be evaluated from the word “vault.”
A DeFi strategy vault
Some smart contracts accept deposits and allocate them according to a yield or rebalancing strategy. Here, vault describes automation rather than hardened storage. Assets may face contract bugs, admin-key changes, oracle failures, liquidation, bridge exposure or losses in another protocol used by the strategy.
Yield is not an inherent benefit of a vault. It is compensation generated by some underlying activity and introduces its own dependencies. The deposit token, withdrawal rules, strategy and emergency controls need separate analysis; our DeFi liquidity guide covers several of those economic risks.
Start with a threat model
A useful custody design begins with plausible failures rather than a product name:
- Remote compromise: malware, phishing, a malicious browser extension or a stolen session.
- Physical loss: fire, theft, damage or an inaccessible location.
- Authorisation failure: coercion, insider misuse or one person holding too much control.
- Recovery failure: missing instructions, an obsolete device, a lost passphrase or unavailable signers.
- Provider failure: frozen withdrawals, insolvency, legal restrictions or loss of the provider’s own keys.
- Protocol failure: exploitable code, governance capture or a dependent oracle, bridge or lending market failing.
Backups must preserve confidentiality and availability
A backup that anybody can read solves availability by destroying confidentiality. A backup so complicated that nobody can restore it solves neither. NIST’s key-management guidance treats protection, availability and lifecycle controls as connected requirements, even though it is not cryptocurrency-specific.
For self-custody, record the exact recovery method and any additional passphrase without placing every component together. Keep copies in locations that do not share the same fire, flood or theft risk. Bitcoin.org’s wallet security guidance also warns that backups and encryption need maintenance rather than one-time setup.
Checks before moving a material balance
- Write down who controls each key, share, approval or recovery route.
- Confirm the asset and network are supported, including tokens rather than only the native coin.
- Test the setup with a small deposit and a complete withdrawal.
- Test recovery on a clean device without exposing live secrets unnecessarily.
- Review fees, waiting periods, allowlist changes and emergency procedures.
- For a custodian, examine segregation, contractual ownership, insurance exclusions and jurisdiction.
- For a contract vault, inspect audits, upgrade powers, dependencies and withdrawal liquidity.
A vault can reduce a carefully identified risk, but no configuration removes every failure mode. Security comes from separating authority, preserving a recoverable path and periodically proving that the path works—not from the label on the interface.
Editorial note: On September 3, 2026, the editorial team rebuilt this guide around four distinct uses of “vault”: cold storage, distributed custody, exchange controls and DeFi strategies. It is educational content, not financial advice.

