Wallet Auth Setup Wallet Providers The CLI supports two wallet providers: | | Local (default) | Privy (server-side) | |---|---|---| | Key storage | Encrypted on disk | Server-side via Privy API | | Password required | Yes (min 12 chars) | No | | Export private keys | Yes ( ) | No — keys are managed by Privy | | Best for | Human users, manual trading | Agents, automated workflows | | Flag | (default) | | | Required env vars | | + | Privy Wallet Creation Privy wallets are server-side wallets managed by the Privy API. No password is needed — keys never touch the local machine. Prerequisites The…