ALL ARTICLESJul 2, 2026
Basics

Passkey Wallets: Crypto Without the Seed Phrase

The seed phrase is the most hostile UX primitive in technology. 12-24 random words, written on paper, stored in a safe, never photographed, never digitized. Los...

Jul 2, 20262 min readby MorcaLabs

The seed phrase is the most hostile UX primitive in technology. 12-24 random words, written on paper, stored in a safe, never photographed, never digitized. Lose them: lose everything. Get them stolen: lose everything. Forget to back them up before the laptop dies: lose everything.

Users who've never experienced crypto know, from prior exposure to news coverage, that seed phrases are a source of catastrophic loss. This is not an irrational fear. It's a rational response to reality.

Passkeys are the industry's answer.

What passkeys are

Passkeys are a WebAuthn standard credential - a cryptographic key pair generated by your device (phone, laptop, hardware security key). The private key never leaves the device and is secured by the device's secure enclave (the same hardware that protects Touch ID and Face ID). Signing requires biometric authentication (fingerprint, face scan) or device PIN.

The credential is synchronized via the platform's cloud sync (iCloud Keychain for Apple, Google Password Manager for Android/Chrome). If you lose your phone, you restore the passkey from iCloud on your new phone, the same way you'd restore your other credentials.

Passkey wallets in practice

Coinbase Smart Wallet, Privy, ZeroDev, Capsule, and Turnkey all support passkey-based wallet creation. The flow: create account → device generates a P-256 key pair → public key stored on-chain as the account's signing key → private key in the secure enclave.

To sign a transaction: the app presents the transaction, you scan your fingerprint, the secure enclave signs with the passkey private key, the signature is submitted to the smart account validator.

No seed phrase. No extension. No hardware wallet required. The security model is the device's secure enclave + biometrics + cloud sync. For most users, this is significantly better than a 24-word seed phrase stored in a drawer.

Stellar's native passkey support

Stellar's upcoming protocol changes include native passkey integration at the account level. A Stellar account can designate a passkey-based signer - a P-256 key verified via WebAuthn. The Stellar protocol verifies the WebAuthn signature directly.

This is important for Tasmil Finance: users whose money is in Tasmil vaults on Stellar can authorize keeper wallet operations via passkey without managing a separate signing key or seed phrase. This is the consumer-grade security model for DeFi.