How to recover a wallet without a seed phrase
If a wallet has no recovery phrase, the obvious question is what happens when you lose your phone. The answer is a set of independent factors that have to agree: guardians recorded on-chain, a biometric credential bound to your hardware, a code sent to a verified address, and optionally an authenticator app.
The four factors
ZenWallet recovery combines factors that fail in different ways, which is the whole point. Losing a phone should not resemble losing an email account, and neither should resemble losing a hardware key.
- On-chain guardians: addresses you nominate, configured per chain, that can attest to a recovery request
- WebAuthn biometrics: a credential bound to device hardware, so it cannot be copied or phished like a password
- Email one-time password: a code delivered to a verified address, useful as a second signal rather than a primary key
- TOTP authenticator: an optional rotating code from an app you control, independent of your email and your phone number
What a recovery actually looks like
You install ZenWallet on a new device and start recovery. Your guardians attest, you satisfy a verified factor, and a fresh key share is generated for the new device. The old device's share is invalidated so a stolen phone stops being a threat the moment recovery completes.
Note the difference from a seed phrase: a phrase recovers the same key forever, so a phrase seen once is a permanent liability. Here the share set is rotated, which means recovery is also revocation.
Choosing guardians sensibly
Guardians should be independent of each other and of you. A second wallet on the same phone is not a guardian, it is decoration. Pick addresses controlled by people or institutions who will not all be unreachable in the same event.
For a business, guardians should not all belong to the same employee, for the obvious reason that employment ends.
Where this is weaker than a phrase
A seed phrase is provider-independent. If the company disappears, twelve words still open the wallet in any compatible software. Factor-based recovery leans on infrastructure being there.
The counterweight is that provider risk is a slow, visible, insurable kind of risk, while a lost or photographed phrase is instant and total. Most losses in this industry are of the second kind.
Common questions
How do I recover a crypto wallet if there is no seed phrase?
Recovery uses independent factors instead: on-chain guardians you nominated, a WebAuthn biometric credential, an email one-time password, and optionally a TOTP authenticator code. Satisfying the required combination issues a new key share to your new device.
What happens to my old device after recovery?
Its key share is invalidated, so a lost or stolen phone can no longer authorise transactions. Recovery and revocation are the same action.
What is an on-chain guardian?
An address you nominate that can attest to a recovery request. Guardians are configured per blockchain, so each network has its own set.
Can I lose access permanently?
If you lose every recovery factor at once, yes. Configure guardians that are genuinely independent of each other and keep at least one factor outside your phone.