Options
What it does
Opens browser for wallet creation
Registers a passkey. Your Tempo account address is derived deterministically from the passkey public key. The private key never leaves your device’s secure enclave.
Fund your wallet
Displays your wallet address. Send stablecoins to the address and the CLI continues once funds arrive.
Opens browser for passkey approval
The on-chain authorization of the access key requires a passkey signature from your root account. This is the only time your passkey is required after setup.
Output
Security model
- Your root wallet private key is never stored anywhere
- It is derived from your passkey on each use, inside your device’s secure enclave
AGENT_PRIVATE_KEYis an access key — a separate derived key with a hard spending limit enforced on-chain by Tempo’s Account Keychain precompile- If the access key is compromised, an attacker can only spend up to the remaining limit. They cannot access your root wallet or create new sessions.