Non-Custodial Wallets in Detail
Everything you need to know to use and protect a self-custody wallet
A non-custodial wallet gives you complete sovereignty over your digital assets. No bank, exchange, or company stands between you and your funds. This power comes with responsibility — understanding how these wallets work is essential for using them safely.
How a non-custodial wallet actually works
When you create a non-custodial wallet, the app generates a random seed phrase — 12 or 24 ordinary words (like "apple ocean bridge trumpet..."). This seed phrase is not stored anywhere on the internet. It exists only where you write it down.
From this seed phrase, the wallet mathematically derives your private keys (one per blockchain), and from each private key, your public address. The relationship is one-way: you can go from seed phrase → private key → public address, but not backwards.
- 01Seed phrase (12-24 words) — master backup, stored only by you
- 02Private key — derived from seed phrase, authorizes transactions
- 03Public address — derived from private key, safe to share (your "account number")
- 04Balance — stored on the blockchain, not in your wallet
This is a common misconception. Your crypto balance exists on the blockchain — a global public ledger. Your wallet holds the keys that prove you can move that balance. If you lose the keys but know your seed phrase, you can restore access on any compatible wallet app.
The Bitcoin standard defining the list of 2048 words used in seed phrases. Most wallets use this standard.
Hierarchical Deterministic wallet. Generates many key pairs from one seed phrase using a tree structure.
The mathematical formula used to derive a specific key from a seed phrase (e.g., m/44'/60'/0'/0/0 for Ethereum).
An optional 25th word added to the seed phrase, creating a hidden wallet. Increases security significantly.
Permission granted to a smart contract to spend tokens from your wallet up to a specified amount.
Multi-signature. Requiring multiple private key signatures to authorize a transaction.