Skip to main content
AgentKit supports multiple wallet providers, with CDP non-custodial wallet being the default implementation.

Wallet Configuration

You can configure AgentKit to use a CDP wallet or a custom wallet provider.
The CDP non-custodial wallet is the recommended wallet provider for AgentKit. It supports both EVM and Solana chains, seamlessly and securely handles private keys, and is compatible with viem.

Default Operations

By default, AgentKit supports the following basic wallet operations:
  • get_wallet_details - Get details about the Wallet, like the address
  • transfer - Transfer assets between addresses
  • get_balance - Get the balance of an asset
You can add additional actions or action providers upon agent instantiation.