What is Social Recovery?
Social recovery is a wallet backup mechanism where you designate trusted people or devices as guardians. If you lose your primary key, your guardians can co-sign a recovery transaction to set a new key — restoring access to your wallet without a seed phrase.
Social recovery is one of the most impactful features of account abstraction (ERC-4337), because it solves the #1 user experience problem in crypto: losing your seed phrase means losing everything.
The Problem It Solves
Standard crypto wallets (EOAs) have a brutal recovery model:
Traditional wallet:
Lose your private key → funds are gone forever
No "forgot password" button
No customer service to call
~20% of all Bitcoin is estimated lost to forgotten keys
This single UX barrier keeps millions of people from using crypto. Social recovery eliminates it.
How Social Recovery Works
Setup
1. Create a smart wallet (e.g., Argent, Safe, Coinbase Smart Wallet)
2. Designate 3-5 guardians:
- Trusted friends or family members (their wallets)
- Hardware wallets you own
- Institutional guardians (e.g., the wallet provider)
3. Set a threshold (e.g., "2 of 5 guardians needed")
Recovery Process
Day 0: You lose your phone with your wallet key
Day 1: You get a new phone + new wallet key
Day 2: You initiate recovery from the smart wallet contract
Day 3: Guardian 1 confirms: "Yes, this is Alice, approve new key"
Day 4: Guardian 2 confirms: "Yes, this is Alice, approve new key"
→ Threshold met (2 of 5) → new key is set
Day 5: You regain full access to your wallet — funds safe
No seed phrase. No centralized custodian. Your guardians don’t need to be online simultaneously.
Guardrails
Recovery typically includes a time lock (24-72 hours) so you can cancel a fraudulent recovery attempt:
Malicious guardian initiates recovery to their own key
→ 48-hour time lock starts
→ You see the recovery request in your wallet
→ You cancel it with your existing key (or other guardians)
→ Attack prevented
Guardian Selection
| Guardian Type | Security | Convenience | Recommendation |
|---|---|---|---|
| Trusted person | Medium | High | 2-3 friends/family |
| Hardware wallet | Very High | Low | 1-2 hardware wallets |
| Institutional | Medium | Very High | 1 (e.g., wallet provider) |
| Another phone | Medium | Medium | 1 backup device |
Best practice: Mix guardian types. Don’t put all trust in one category. 3-5 guardians is the sweet spot — enough redundancy if one is unavailable, not so many that coordination is difficult.
Social Recovery vs Seed Phrase
| Aspect | Seed Phrase (Traditional) | Social Recovery |
|---|---|---|
| Recovery method | Memorize/store 12-24 words | Guardians co-sign |
| Failure mode | Lose words = lose everything | Lose key, guardians restore |
| User effort | Must manage physical backup | One-time guardian setup |
| Vulnerability | Physical theft of seed phrase | Guardian collusion (mitigated by threshold) |
| Custody model | Self-custody (you alone) | Self-custody (you + guardians) |
| UX friendliness | ❌ Poor | ✅ Excellent |
Social Recovery vs Multi-Sig
| Aspect | Social Recovery | Multi-Sig |
|---|---|---|
| Day-to-day use | Single key (like normal wallet) | Multiple signatures required |
| Recovery | Guardians co-sign to reset key | Multiple signers always required |
| Overhead | Zero for normal transactions | Every transaction needs multiple signatures |
| Use case | Personal wallets | DAOs, teams, organizations |
Social recovery gives you the security of multi-sig with the convenience of a single-key wallet for everyday use.
Wallets Supporting Social Recovery
| Wallet | Method | Guardians | Threshold |
|---|---|---|---|
| Argent | Smart contract | Any wallet address | Configurable |
| Safe (Gnosis Safe) | Smart contract | Any wallet address | Configurable |
| Coinbase Smart Wallet | On-chain + secure enclaves | Device-based | Configurable |
| Loopring Wallet | Smart contract | Any wallet address | 2 of 3 |
Risks
| Risk | Mitigation |
|---|---|
| Guardian collusion | Set high threshold (3 of 5); mix guardian types |
| Guardian loss | Have enough guardians; institutional guardian as fallback |
| Social engineering | Time lock on recovery; verify with user before finalizing |
| Smart contract bug | Use audited wallet contracts (Argent, Safe) |
| Guardian availability | Choose guardians who are reachable; have backups |
Frequently Asked Questions
Q: Do guardians have access to my funds? A: No. Guardians can only sign recovery transactions — they cannot move funds, view balances, or approve transactions. They only help you set a new key.
Q: What if my guardians lose their keys too? A: This is why you should have multiple guardians of different types. If all your guardians are unavailable, you can fall back to other recovery methods (seed phrase backup, if you stored one).
Q: Is social recovery only for Ethereum? A: Primarily yes — it requires smart contract functionality (account abstraction). Bitcoin doesn’t support social recovery natively, though multisig solutions exist.
Q: How is this different from “forgot password”? A: There’s no central authority that can reset your access. Recovery is decentralized — your guardians (not a company) authorize the key change. You remain in full custody at all times.