Skip to content
HodlCue

Reference

Social Recovery Wallet

A social recovery wallet is a smart contract wallet that enables account access restoration through a preconfigured group of trusted contacts or devices known as guardians without exposing private signing keys.

The Social Recovery Execution Workflow

Unlike standard externally owned accounts that rely entirely on a single private key or seed phrase, a social recovery architecture operates via programmable smart contract rules across distinct operational phases:

  1. Guardian Setup: The account owner selects multiple independent guardians, which can include hardware wallets, institutional services, or trusted individuals, and configures an onchain approval threshold such as three out of five signatures.
  2. Loss Event and Recovery Initiation: If the primary signing key is lost or compromised, the owner requests the guardians to trigger an onchain recovery process with a new public key proposal.
  3. Threshold Authorization: Each designated guardian signs an individual approval transaction validating the new signing key without gaining direct custody or viewing the wallet contents.
  4. Timelock Execution: Once the signature threshold is satisfied, an onchain timelock period begins, giving the original owner an opportunity to cancel fraudulent recovery attempts before the contract updates the authorized signing key.

Mechanics and Structural Distinctions

Social recovery mechanisms decouple wallet access recovery from daily transactional authorization. During everyday operation, the user signs transactions independently using their primary key without contacting guardians. Guardians possess zero authority to initiate asset transfers or inspect balances; their cryptographic permissions are strictly limited to approving state updates within the recovery module of the smart contract.

This framework differs fundamentally from a standard multi-signature wallet. In a multi-signature setup, every routine transaction demands approvals from a quorum of signers. In contrast, a social recovery wallet behaves like a regular single-signature account for daily transfers, reserving guardian consensus purely for key replacement events.

Related terms

Back to glossary