Self-custody means holding crypto-assets in a wallet where the owner personally controls the private keys — the secret credentials that authorise moving the funds. The alternative is custodial holding, where an exchange, broker or custodian controls the keys and the owner holds a claim on that company.
Why the keys are the asset
On a blockchain, whoever can sign with the private key can move the coins. So the practical question is not "whose name is on the account" but "who holds the key". The crypto phrase "not your keys, not your coins" sums it up: coins on an exchange are an IOU from that exchange, and if the exchange fails, freezes withdrawals or is hacked, account holders become creditors.
The forms self-custody takes
- Software wallets — apps on a phone or computer that store keys on the device.
- Hardware wallets — dedicated devices that keep keys offline and sign transactions internally, so the key never touches an internet-connected computer.
- Multisignature and smart-contract wallets — setups requiring several keys, or programmable rules, to approve a transaction, which removes the single point of failure of one key.
Most wallets let the owner back up keys as a seed phrase: a list of words that can regenerate them. Anyone with the seed phrase controls the funds.
The trade-off
Self-custody removes counterparty risk but moves all operational risk onto the owner:
- A lost seed phrase with no backup means permanently lost funds; there is no password reset.
- Phishing, malicious approvals and fake wallet apps target self-custody users directly.
- Signing a transaction you do not understand can hand control of assets to an attacker.
Many of the largest losses in our security coverage involved compromised keys or manipulated signing rather than broken cryptography — which is why the self-custody debate is about tooling and habits as much as principle.
In MoonWire analysis
Our crypto security hub tracks exploits, custody failures and the self-custody debate, describing what was lost, how, and what the incident showed about the tools involved.