Social Recovery

Wallet Updated May 2026

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 TypeSecurityConvenienceRecommendation
Trusted personMediumHigh2-3 friends/family
Hardware walletVery HighLow1-2 hardware wallets
InstitutionalMediumVery High1 (e.g., wallet provider)
Another phoneMediumMedium1 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

AspectSeed Phrase (Traditional)Social Recovery
Recovery methodMemorize/store 12-24 wordsGuardians co-sign
Failure modeLose words = lose everythingLose key, guardians restore
User effortMust manage physical backupOne-time guardian setup
VulnerabilityPhysical theft of seed phraseGuardian collusion (mitigated by threshold)
Custody modelSelf-custody (you alone)Self-custody (you + guardians)
UX friendliness❌ Poor✅ Excellent

Social Recovery vs Multi-Sig

AspectSocial RecoveryMulti-Sig
Day-to-day useSingle key (like normal wallet)Multiple signatures required
RecoveryGuardians co-sign to reset keyMultiple signers always required
OverheadZero for normal transactionsEvery transaction needs multiple signatures
Use casePersonal walletsDAOs, 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

WalletMethodGuardiansThreshold
ArgentSmart contractAny wallet addressConfigurable
Safe (Gnosis Safe)Smart contractAny wallet addressConfigurable
Coinbase Smart WalletOn-chain + secure enclavesDevice-basedConfigurable
Loopring WalletSmart contractAny wallet address2 of 3

Risks

RiskMitigation
Guardian collusionSet high threshold (3 of 5); mix guardian types
Guardian lossHave enough guardians; institutional guardian as fallback
Social engineeringTime lock on recovery; verify with user before finalizing
Smart contract bugUse audited wallet contracts (Argent, Safe)
Guardian availabilityChoose 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.