- Creating API Wallets
- Signing transactions
- Deploying and interacting with tokens
- Invoking smart contracts and querying chain state
Wallet Configuration
You can configure AgentKit to use a CDP wallet or a custom wallet provider.- CDP Wallet v2
- CDP Wallet
- Viem/EthAccount Wallet
- Privy Server Wallet (EVM/Solana)
- Solana Keypair Wallet
The CDP Wallet v2 API 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.
- Typescript
- Python
Default Operations
By default, AgentKit supports the following basic wallet operations:get_wallet_details
- Get details about the Wallet, like the addresstransfer
- Transfer assets between addressesget_balance
- Get the balance of an asset