I’ve been building wallet infrastructure for the past 5 years, and 2026 finally feels like the year where crypto UX stopped being a barrier to adoption. Account abstraction moved from research papers to production deployment across Arbitrum, Starknet, and Base. Smart contract wallets are live. Embedded wallets using MPC (multi-party computation) are onboarding users who would’ve bounced in previous years.
But I can’t shake this uncomfortable feeling: did we just recreate the Web2 custody model with extra steps?
What Changed in 2026
The UX wins are undeniable:
- Pay gas in any token - Users can transact with USDC instead of hunting for ETH on 5 different chains
- Batch transactions - Approve + swap in one click, not two separate signature requests
- Social recovery - Lost your device? Trusted contacts can help recover your account without seed phrases
- Progressive disclosure - New users see simple interface, power users access advanced features
- Scoped permissions - Set spend limits and time windows instead of unlimited approvals
Our user research shows embedded wallets (Privy, Web3Auth) improved onboarding conversion by 3x. The “write down 12 words” ceremony was the biggest drop-off point—60% of users never made it past that step.
The Sovereignty Question
Here’s what keeps me up at night: if users never see seed phrases, never manage their own keys, and never understand self-custody… what are they actually “owning”?
Traditional seed phrase model:
True self-sovereignty
No third-party dependencies
Lose seed phrase = lose everything
High cognitive overhead
Barriers to mainstream adoption
Embedded MPC wallet model:
Easy recovery (no seed phrase lost)
Familiar Web2-like experience
Much higher onboarding conversion
Third party holds key shards
Users don’t understand what they signed up for
MPC provider becomes single point of failure
Early Bitcoin promised “be your own bank.” But most users don’t want to be their own bank—they want convenience, security guarantees, and customer support when things go wrong.
What About the Data?
There’s a second-order question that doesn’t get discussed enough: if the wallet is embedded in the app, who controls the user’s transaction history, social graph, and financial behavior data?
Does the app provider become Coinbase 2.0—custodian of keys AND data? Are we trading self-custody for surveillance capitalism wrapped in Web3 branding?
The Middle Path?
I think account abstraction itself is good technology. The question is implementation:
Option A: Smart contract wallet + hardware signer
- User gets AA benefits (batching, gas abstraction, recovery options)
- Key management still user-controlled
- Higher friction but preserves sovereignty
Option B: Embedded wallet + social recovery
- MPC provider holds key shards
- User designates trusted guardians
- Lower friction but introduces trust assumptions
Option C: Full self-custody with seed phrase
- Traditional model for power users
- Maximum sovereignty, maximum responsibility
Maybe the answer isn’t one-size-fits-all. Maybe we need to design wallets that let users choose their security model explicitly, with clear explanations of trade-offs.
Questions for the Community
-
If you’re building a consumer dApp in 2026, do you optimize for conversion (embedded wallet) or sovereignty (traditional wallet)?
-
Should wallet providers be required to clearly disclose who holds key shards, where they’re stored, and what happens if the provider shuts down?
-
Is the “seed phrase ceremony” an essential ritual of crypto (proves user understands self-custody) or an implementation detail we can abstract away?
-
For users who’ve tried both models, which failure mode is worse: losing your seed phrase, or trusting an MPC provider who gets hacked?
Curious to hear how others in the community are thinking about this. Are we making progress or just repeating Web2 mistakes with different infrastructure?