List Wallets
List your available wallets.| Column | Description |
|---|---|
| Name | Wallet name (if set) |
| Balance | Total USD value |
| Type | ethereum or solana |
| Address | Wallet address |
When running
circuit run, wallets are filtered by your agent’s walletType configuration. Only compatible wallets are shown.Import Wallet
Import a wallet for testing.- Wallet type: Select Ethereum or Solana
- Wallet name: A label to identify this wallet
- Private key: Entered as a password field (not echoed to terminal)
- Validates the wallet credentials
- Stores the wallet on Circuit servers via the API
- The wallet becomes available for
circuit run
- Private keys are entered via a masked password prompt (never visible in terminal)
- Wallets are stored on Circuit servers using the same secure storage as the web interface
- Private keys are encrypted and stored securely via Circuit’s KMS (Key Management Service)
- Private keys never leave the KMS after import — only signed transactions are returned