Awarizon
WEB3 ACADEMY/WALLETS
WALLETS8 min read

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.

SEED PHRASE (12 WORDS)apple ● river ● table ● drift ● …MASTER KEY — NEVER SHAREETH KEY0xA3…PUB ADDR0xA3…BTC KEYbc1q…PUB ADDRbc1q…SOL KEYG7xR…PUB ADDRG7xR…ONE SEED → INFINITE WALLETS

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.

  1. 01Seed phrase (12-24 words) — master backup, stored only by you
  2. 02Private key — derived from seed phrase, authorizes transactions
  3. 03Public address — derived from private key, safe to share (your "account number")
  4. 04Balance — stored on the blockchain, not in your wallet
Your wallet does not hold crypto

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.

  • Software Wallets (Hot) — MetaMask, Phantom, Rainbow, Trust Wallet. Apps on your phone or browser. Connected to internet. Convenient for daily use and DeFi. Vulnerable if your device is compromised.
  • Hardware Wallets (Cold) — Ledger, Trezor, Keystone. Physical devices that sign transactions offline. Private key never touches the internet. Best for large or long-term holdings. Costs $70–$250.
  • Paper Wallets — Private key printed or written on paper. Maximum cold storage, not practical for regular use. Risk: physical damage, loss, or theft.
  • Multi-Signature Wallets — Require M-of-N private key signatures to authorize a transaction (e.g., 2 of 3 keys). Used by institutions, DAOs, and for shared treasuries. Safe from single points of failure.
  • Smart Contract Wallets — Accounts controlled by smart contract code rather than a private key. Enable account recovery, spending limits, and social recovery. Examples: Argent, Safe.
  • Never share your seed phrase with anyone — no legitimate service will ever ask for it
  • Never enter your seed phrase online or in any app except your wallet's official restore screen
  • Store your seed phrase offline — write it on paper, or engrave it on metal for fire/water resistance
  • Make multiple backups in different physical locations
  • Use a hardware wallet for holdings over $500
  • Use separate wallets for different purposes (one for DeFi, one for long-term storage)
  • Verify transaction details before signing — especially the contract address
  • Use wallets with transaction simulation (Rabby, MetaMask Snaps) that show what a transaction will do before you sign
The $5 wrench attack

Physical security matters too. If people know you hold significant crypto, you become a target for robbery. Do not publicly disclose the size of your holdings. Consider a multi-sig or hardware wallet with a hidden passphrase.

  • Fake support scams — Someone in Discord or Twitter DMs offers to "help" and asks for your seed phrase. Real support will never ask for this. Ignore and block.
  • Phishing sites — Sites that look like MetaMask, Ledger, or other wallets but steal credentials. Always verify URLs and bookmark legitimate sites.
  • "Unlimited approval" scams — DeFi protocols ask you to "approve" spending of your tokens. Some malicious contracts request unlimited approval. Always set a specific allowance and revoke approvals you no longer need (use revoke.cash).
  • Airdrop scams — Unknown tokens appear in your wallet. Interacting with them (even to sell) can trigger malicious code. Never interact with tokens you did not acquire intentionally.
  • Fake wallet apps — Counterfeit MetaMask or Trust Wallet apps on app stores. Download only from official sites, not from search results.
KEY TERMS GLOSSARY
BIP-39

The Bitcoin standard defining the list of 2048 words used in seed phrases. Most wallets use this standard.

HD Wallet

Hierarchical Deterministic wallet. Generates many key pairs from one seed phrase using a tree structure.

Derivation Path

The mathematical formula used to derive a specific key from a seed phrase (e.g., m/44'/60'/0'/0/0 for Ethereum).

Passphrase

An optional 25th word added to the seed phrase, creating a hidden wallet. Increases security significantly.

Token Approval

Permission granted to a smart contract to spend tokens from your wallet up to a specified amount.

Multi-sig

Multi-signature. Requiring multiple private key signatures to authorize a transaction.