Using FOMOSCAN
What is the difference between custodial and non-custodial wallets?
In a custodial wallet a company holds the private key and you hold an account with that company. In a non-custodial wallet you hold the key. The trade is recoverability against control: a custodian can reset your access and can also freeze, lose or misuse the balance, while nobody can take a self-custodied wallet from you and nobody can get it back for you either.
The comparison that matters
- Who can move funds. Custodial: the company, on your instruction or otherwise. Non-custodial: whoever holds the key, which should be only you.
- Recovery. Custodial: a support process. Non-custodial: your recovery phrase or nothing.
- Counterparty risk. Custodial: real, and historically the largest single cause of lost crypto. Non-custodial: none.
- Speed. Non-custodial signs and settles onchain in seconds; a custodian's withdrawal is a queue.
For active trading
Self-custody is the better fit, for a mechanical reason rather than an ideological one: onchain trading requires signing transactions directly, and a withdrawal queue between you and the market is a cost you pay on every position. The price is that mistakes are final.
The middle ground
Embedded wallets aim at both: the key is split so no single party can reconstruct it, and access is tied to your login rather than to a phrase you must store. You keep the ability to sign directly, and you avoid the failure mode where a lost piece of paper ends the account.
Last reviewed