What Is Self-Custody?
Hand someone your login and they can act on your behalf — that's custody in a nutshell. Self-custody means nobody holds that power but you: direct control of the cryptographic keys that authorize the movement of digital assets on a blockchain network, without a third-party custodian in the loop.
Core Concepts
What stays constant across self-custody setups is who holds the key that authorizes a transaction. How that key is generated, stored, and used to sign varies — a single key on one device, a hardware signer, or signing authority distributed across multiple devices are all different architectures for the same underlying control.
- A private key authorizes a transaction on a decentralized network. It's the cryptographic credential behind the action — there's no separate password to reset if it's lost.
- A seed phrase is a human-readable backup that can reconstruct a wallet's keys — words instead of raw code, easier for a person to write down and store.
- Multi-Party Computation (MPC) is one approach to key management: it distributes signing authority across separate devices, so it is never concentrated on a single one. See Hardware vs. Software Wallets for other common approaches.
Centralized — control depends on one operator
Decentralized — validation is spread across independent participants
Core Comparisons
Custody Architecture
Self-custody vs. third-party custody, step by step.
Key Security
How distributed key signing removes a single point of failure.
Network Fees
Layer 1 base fees vs. Layer 2 optimization.
Portability
Multi-network access vs. isolated ecosystems.
Hardware vs. Software Wallets
Where a key physically lives, not whether it's split.
Security Practices
Security Awareness
Vigilant vs. vulnerable practices around phishing and scams.
Backup & Recovery
Verified backup vs. no backup at all.
Transaction Verification
Verified approval vs. blind approval.
Decision Tools
Readiness Score
Check your own practices against core self-custody fundamentals.
Personal Responsibility
An honest look at what stays the user's responsibility under self-custody.
Bitcoin Halving Clock
Live countdown to the network's next block subsidy halving.
Glossary Deep-Dives
What Is a Private Key?
The credential that authorizes moving a digital asset.
What Is a Seed Phrase?
A human-readable backup that can reconstruct a wallet's keys.
What Is Multi-Party Computation?
How a key can be split without ever being reassembled.
What Is a Blockchain?
A shared record copied across many independent computers.
What Is a Block?
A batch of transactions confirmed together.
What Is a Public Key?
Derived from a private key, safe to share.
What Is a Node?
One computer helping validate and relay transactions.
What Is a Layer 2 Network?
Relies on Layer 1 for security while processing activity off it.
What Is a Digital Signature?
Proof a key holder approved a specific transaction.
What Is a Network Fee?
Set by competitive bidding for block space, not a company.
More Comparisons
Cold Storage vs. Hot Storage
Offline exposure surface vs. connected convenience.
Single-Signature vs. Multi-Signature
One key authorizing alone vs. distributed approval.
Public Key vs. Private Key
What each one is for, and what exposure means.
Layer 1 vs. Layer 2 Networks
Where fees are set, and where finality happens.
Full Node vs. Light Node
What each setup actually verifies on its own.
Centralized vs. Decentralized Networks
Who can change or halt the network, and who can't.
Custodial vs. Non-Custodial Wallets
Who holds the keys, and who can act on the assets.
Seed Phrase vs. Private Key Backup
Readability and error risk across backup formats.
How-To Guides
How to Choose a Hardware Wallet
A checklist covering key generation through backup testing.
How to Store a Seed Phrase Safely
Physical recording, durable materials, separate locations.
How to Verify a Transaction
Checking address, network, amount, and fee before approving.
How to Recover a Wallet
What to do after losing a device that held your keys.
How to Recognize a Phishing Attempt
Urgency, spoofed domains, and unsolicited contact.
How to Back Up a Multi-Party Key Setup
Mapping shares, confirming the threshold, testing recovery.
How to Move Assets Between Networks
Confirming support, matching settings, testing small first.
Frequently Asked Questions
- What is self-custody?
- Self-custody is the direct control of the cryptographic keys that authorize the movement of digital assets on a blockchain network, without reliance on a third-party custodian.
- What is a private key?
- A private key is the cryptographic credential that authorizes a transaction on a decentralized network.
- What is Multi-Party Computation (MPC)?
- Multi-Party Computation is a cryptographic method that distributes signing authority across separate devices, so signing authority is never concentrated on a single device.
- What is third-party custody?
- Third-party custody is an arrangement in which a third-party operator holds and controls the cryptographic keys on behalf of a user, routing every transaction through its own infrastructure.
- What is a Layer 1 base fee?
- A Layer 1 base fee is the transaction cost set by competitive bidding for block space directly on a base blockchain network.
- What is Layer 2 optimization?
- Layer 2 optimization relies on the base network for security and settlement while processing some activity off it, commonly by batching transactions before validating them together.
- What is multi-network portability?
- Multi-network portability is the ability of a single interface to read balances and interact across multiple decentralized networks.