I’ve been researching estate planning for my crypto holdings, and I think I finally found a solution that doesn’t involve trusting a single entity or hoping my heirs can figure out a hardware wallet: Multi-Party Computation (MPC) wallets.
If you’ve ever worried about the “$100K wallet your heirs can’t access” problem, this might be worth exploring.
The Inheritance Problem We All Face
Here’s the nightmare scenario that keeps crypto holders up at night:
Scenario 1: Hardware Wallet
- You die unexpectedly
- Hardware wallet is in a safe deposit box
- Seed phrase is… somewhere? Maybe split up? Maybe memorized?
- Your spouse/kids have no idea how to use it
- Result: Funds effectively lost forever
Scenario 2: Exchange Custody
- Your crypto is on Coinbase/Kraken
- Easier for heirs to access (maybe)
- But you don’t actually control the keys
- Exchange can freeze accounts, go bankrupt, or get hacked
- Result: Not your keys, not your crypto (even after you’re gone)
Both options suck. Enter MPC wallets.
What Are MPC Wallets?
Multi-Party Computation wallets use cryptographic magic to split your private key into multiple key shards distributed among different parties.
Here’s the brilliant part: The full private key never exists in one place, ever.
When you need to sign a transaction:
- Each key shard holder computes their part separately
- The signature is assembled without reconstructing the full key
- Even during the signing process, no single party has complete control
Think of it like a nuclear launch requiring multiple officers to turn their keys simultaneously—except the keys never physically come together.
The Inheritance Advantage
For estate planning, MPC wallets solve the single point of failure:
Traditional setup:
- You hold the only key
- You die → key is lost (or requires complex treasure hunt)
MPC setup:
- Key shard 1: You (on your phone/computer)
- Key shard 2: Your spouse
- Key shard 3: Your attorney or trusted executor
- Threshold: Any 2 of 3 can authorize transactions
What this means:
- You die → Spouse + Attorney can access funds (2 of 3)
- You’re incapacitated → Spouse + Attorney can manage (2 of 3)
- One shard compromised → Funds still secure (need 2, hacker has 1)
- Spouse loses their device → You + Attorney can recover (2 of 3)
No single point of failure. No complex seed phrase recovery instructions. No trust in a centralized exchange.
How I’m Tracking This in Beancount
Here’s the interesting part for plain text accounting: how do you document MPC wallet holdings in your ledger?
My approach:
2026-02-01 * "MPC Wallet Setup - Fireblocks"
Assets:Crypto:BTC:MPC-Wallet 1.5 BTC {42000 USD}
Assets:Crypto:ETH:MPC-Wallet 20 ETH {2800 USD}
Assets:Crypto:BTC:Hardware-Wallet -1.5 BTC {42000 USD}
Assets:Crypto:ETH:Hardware-Wallet -20 ETH {2800 USD}
2026-02-01 note Assets:Crypto:BTC:MPC-Wallet "MPC Configuration: 2-of-3 threshold. Shard 1: My phone (Fireblocks app). Shard 2: Spouse's tablet. Shard 3: Attorney (cold storage backup). Full documentation in estate plan."
2026-02-01 note Assets:Crypto:BTC:MPC-Wallet "Recovery instructions stored at: ~/Documents/Estate-Planning/MPC-Wallet-Instructions.pdf"
The note directives are crucial—they tell your executor:
- What the threshold is (2 of 3)
- Who holds which shards
- Where to find recovery instructions
MPC Providers in 2026
Several services now offer this:
- Fireblocks - Institutional grade, supports inheritance protocols
- Coinbase MPC - Built into Coinbase accounts, easier for less-tech-savvy heirs
- AWS Nitro Enclaves - Build-your-own with secure hardware if you’re technical
- ZenGo - Consumer-friendly MPC wallet app
I went with Fireblocks because they have explicit estate planning features and work with legal firms specializing in digital asset inheritance.
The Cost-Benefit Analysis
Costs:
- MPC wallet service fees (varies, some are free for consumers)
- Slightly more complex setup than “buy hardware wallet, write down seed phrase”
- Need to educate key shard holders on basic usage
Benefits:
- No single point of failure
- Heirs can actually access funds without treasure hunts
- Still self-custodial (you control the keys collectively)
- Can rotate key shard holders if needed
- Difficult to hack (need to compromise multiple parties)
For me, the peace of mind is worth the extra complexity.
What About Shamir’s Secret Sharing?
You might ask: “Isn’t this just Shamir’s Secret Sharing?”
Close, but different:
Shamir’s Secret Sharing:
- Split seed phrase into multiple shares
- Reconstruct seed phrase when needed (during recovery)
- At recovery time, full key exists briefly
MPC Wallets:
- Never reconstruct the full key, even during signing
- Shards participate in signing without revealing their parts
- More secure because the full key literally never exists
Both solve the “single point of failure” problem, but MPC is cryptographically stronger.
My Estate Planning Checklist
If you’re setting up MPC for inheritance, here’s what I documented:
-
MPC Wallet Configuration
- Provider name
- Wallet addresses
- Threshold requirement (e.g., 2 of 3)
-
Key Shard Holders
- Who holds each shard
- How to contact them
- Backup shard locations (if applicable)
-
Access Instructions
- Step-by-step guide for heirs
- Provider customer support contacts
- Expected timeline for access
-
Integration with Beancount
- All holdings documented in ledger
- Note directives explaining setup
- Cost basis tracking for tax purposes
-
Legal Documentation
- Letter of instruction referencing MPC setup
- Executor has copy of configuration details
- Attorney has shard access if needed
The Beancount Advantage
Why plain text accounting matters here:
Your Beancount ledger becomes the authoritative record of what crypto you own and where it is.
When I die, my executor opens crypto.beancount and sees:
- Exact balances in MPC wallets
- Notes explaining how to access them
- Historical cost basis for tax reporting
- Complete transaction history
Compare this to:
- Hardware wallet with no documentation
- Exchange account with no balance sheet
- Random wallets across multiple devices
Plain text accounting + MPC wallets = recoverable AND documented crypto holdings.
Questions I’m Still Figuring Out
- Tax reporting: Are MPC wallets treated differently than regular wallets? (So far, seems like no)
- Provider reliability: What if Fireblocks shuts down? (Answer: MPC shards can theoretically be migrated)
- Legal recognition: Do probate courts understand MPC? (Working with my attorney on this)
- Cost basis tracking: How to handle tiny fees from MPC operations
Has Anyone Else Set This Up?
I’m curious if others in the Beancount community are using MPC wallets for estate planning.
Questions:
- Which MPC provider are you using?
- How are you tracking it in your ledger?
- Did you involve your attorney/executor in setup?
- Any gotchas I should watch out for?
I think this is the 2026 solution to the crypto inheritance problem: distributed trust, no single point of failure, fully documented in plain text.
Sources: