Self-custodial CKB, secured by the passkey already on your device, and designed so there is nothing to steal: no seed phrase, and keys that never leave your secure enclave. On-chain social recovery if your phone goes in the sea, all enforced by the chain, not us. It is a free practice version on the testnet right now: test coins, not real money, so you cannot lose anything while you try it.
Most passkey wallets give you one key and a recovery they host. Smart Account gives you M-of-N keys, per-transaction spend caps, and social recovery the chain itself enforces, not us.
Sign with the biometrics you already use. The private key is generated and stored inside your device's secure enclave and never leaves it, and the smart-account lock verifies the WebAuthn assertion on-chain. There is no seed phrase to write down, phish, or lose.
Add trusted guardians first, then if you lose your device they can move your account to a new one behind a timelock you set, with a one-tap veto if it wasn't you.
Require M-of-N approvals across your own devices or trusted people, coordinated with a shareable signing request.
Native Nervos DAO staking at a variable, protocol-set rate (recently around 2 to 4% a year). Your CKB never leaves your account to earn it.
Flip on an in-browser light client that proves your balance from the chain itself, not from a trusted RPC's word.
Most wallets ask you to trust a seed phrase and hope you never lose it. Smart Account replaces that with hardware you already carry and rules the chain enforces.
A biometric prompt appears. The key signs the transaction entirely inside your device's secure enclave.
The signature is verified on-chain by your smart-account lock running in CKB-VM, not by us. We cannot move your funds.
The transaction settles. No seed phrase was ever created, no custodian held your keys, no server was trusted.
Recovery is a state machine, not a support ticket. Your guardians propose a move to your new device. A timelock you chose starts ticking. If it wasn't you, one tap vetoes it. Nobody, not even your guardians, can rush past the clock.
Custom smart-account lock on ckb-auth. WebAuthn unwrapped and P-256 verified inside CKB-VM. A stable address across key rotation via a TYPE_ID config cell. The hard parts are on-chain and testable.
Live right now on the Pudge testnet, free to try. Bring test CKB, push it as hard as you can, and see for yourself. Mainnet the day it is bulletproof.
Smart Account is running on the Pudge testnet right now. No seed phrase. Your keys, your face, your guardians.