Passkeys
Passkeys are the primary recovery method for most users. They use device-bound biometrics, Face ID, Touch ID, or Windows Hello, to authenticate without a password or seed phrase. How it works:- During onboarding (or at any point after), the user registers a passkey on their device.
- The passkey is cryptographically bound to their wallet’s Merkleized configuration; it is one of several valid signers.
- If the user loses access to their primary auth (e.g., loses their Google account), they can recover using any registered passkey.
- Passkeys sync across devices via iCloud Keychain (Apple) or Google Password Manager, so a user who registers on iPhone can recover on iPad.
Timed recovery (24-word phrase)
Timed recovery is the fallback for users who lose all device access. It uses a 24-word recovery phrase, similar to a seed phrase, but with a mandatory 30-day lockdown period before it takes effect. How it works:- The user initiates recovery using their 24-word phrase and specifies a new destination wallet.
- A time-locked transfer bundle is queued onchain. The recovery does not execute immediately.
- During the 30-day window, a Watchtower service sends email notifications to the original auth email. If the request is fraudulent, the user can cancel it.
- After 30 days, the transfer executes and the user regains access.
- The 30-day delay prevents instant silent takeovers (e.g., if someone steals the phrase but not the device).
- The process is Sequence-independent: users can run the recovery tool without Sequence’s involvement, as long as an EVM chain is live.
- Session metadata is backed up to Arweave, ensuring the recovery bundle can always be reconstructed.
- Notifications are sent via the user’s auth email; any unauthorized recovery attempt is surfaced.
Timed recovery is designed for worst-case scenarios. Encourage users to register passkeys during onboarding so recovery is straightforward in common situations (new device, lost phone).
Recovery UX guidance for fintechs
For payment and banking products, consider the following:| Scenario | Recommended recovery path |
|---|---|
| User gets a new phone | Passkey sync via iCloud or Google |
| User loses their Google account | Passkey on any registered device |
| User loses all devices | 24-word timed recovery (30-day delay) |
| User forgets their phrase | No recovery possible; communicate clearly at signup |
Further reading
Timed recovery architecture
Full documentation on the recovery flow, notifications, and the standalone recovery tool.