What are account recovery services?
- Author
- CRYPTO PORT Editorial
- Published
- Updated
- Reading time
- 5 min
In short
Account recovery services provide a second route back into a wallet when a key is lost, easing the all-or-nothing dependence on one seed phrase. The trade is that whoever can perform recovery could also collude to take the funds, so choosing those parties becomes the new decision.
Key points
- Provides a second route back to control after key loss
- Reduces total dependence on one seed phrase
- Colluding recovery parties could move the funds
- Most designs impose a waiting period before recovery
Definition
A mechanism, typically on contract-based accounts, that lets a designated set of third parties or additional factors approve swapping the signing key for a new one.
With an ordinary wallet, losing the key freezes the assets forever. On a contract-based account the key and the account are separate, so the signing key can be replaced once predefined conditions are met. Recovery services make that replacement practical to use.
How the recovery parties are chosen is a design decision: several trusted individuals, a provider holding one share, or additional factors such as a second device or a passkey. The threshold — how many approvals are needed — is where convenience and safety trade off.
Most implementations insert a waiting period between requesting and executing a recovery, so that a user who still holds their key can cancel it. The idea is that even a malicious recovery attempt can be stopped if the owner notices the notification in time.
Watch out for
- · Enough of your chosen recovery parties can replace the key without your consent
- · Stale contact details for those parties mean recovery fails when you need it
- · Missing notifications during the waiting period costs you the chance to cancel