Skip to main content

List Wallets

List your available wallets.
circuit wallet list
Output:
ColumnDescription
NameWallet name (if set)
BalanceTotal USD value
Typeethereum or solana
AddressWallet 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.
circuit wallet import
Prompts:
  1. Wallet type: Select Ethereum or Solana
  2. Wallet name: A label to identify this wallet
  3. Private key: Entered as a password field (not echoed to terminal)
Behavior:
  • Validates the wallet credentials
  • Stores the wallet on Circuit servers via the API
  • The wallet becomes available for circuit run
Security:
  • 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