Table of Contents
- Getting Started
- Installation and Integration
- Agent Architecture
- Network and Trading Capabilities
- Wallet Management
- Agent Functionality
- Support and Contributions
Getting Started
Is there a starter kit for those looking to build using AgentKit for the first time?
Is there a starter kit for those looking to build using AgentKit for the first time?
What's a good place to start for building agents?
What's a good place to start for building agents?
Installation and Integration
What is the correct installation path for `cdp-langchain`?
What is the correct installation path for `cdp-langchain`?
How can I connect the Coinbase Wallet app to my agent?
How can I connect the Coinbase Wallet app to my agent?
- Seed Phrase Export: Export the seed phrase from your Coinbase Wallet App and initialize your AgentKit agent using the seed phrase.
- Fund Transfer: Transfer funds from your Coinbase Wallet App to your agent’s address.
- Future Integrations: We are actively working on deeper integrations between the Coinbase Wallet App and Agents for more seamless connectivity.
Agent Architecture
Should I use one agent for all functions or multiple agents communicating with each other?
Should I use one agent for all functions or multiple agents communicating with each other?
Network and Trading Capabilities
Unfortunately, I cannot trade ETH for USDC on the Base Sepolia network, as trading features are not supported on that network. Will we be able to trade with this AI agent? What is currently developed and available, and what is planned?
Unfortunately, I cannot trade ETH for USDC on the Base Sepolia network, as trading features are not supported on that network. Will we be able to trade with this AI agent? What is currently developed and available, and what is planned?
Can the AI agent use other tokens to support gas fees when performing on-chain operations, such as cbBTC? It does not have USDC, ETH, or use other wallets to pay for gas.
Can the AI agent use other tokens to support gas fees when performing on-chain operations, such as cbBTC? It does not have USDC, ETH, or use other wallets to pay for gas.
Wallet Management
I'm trying to change the network the agent runs on, but it's not working. What should I do?
I'm trying to change the network the agent runs on, but it's not working. What should I do?
If the agent has its own wallet, is it owned by an MPC, or is there just one wallet with the signing stored locally?
If the agent has its own wallet, is it owned by an MPC, or is there just one wallet with the signing stored locally?
In production, how should the keys be stored? Should they be stored in the environment or in a Trusted Execution Environment (TEE)?
In production, how should the keys be stored? Should they be stored in the environment or in a Trusted Execution Environment (TEE)?
What's the limit to the number of addresses a wallet can generate?
What's the limit to the number of addresses a wallet can generate?
When I run the chatbot and ask it to create another address for my wallet, it says it can't. However, the Wallet documentation states that a wallet can have multiple addresses by calling `wallet.createAddress()`. Why can't the agent's wallet have multiple addresses?
When I run the chatbot and ask it to create another address for my wallet, it says it can't. However, the Wallet documentation states that a wallet can have multiple addresses by calling `wallet.createAddress()`. Why can't the agent's wallet have multiple addresses?
wallet.create_address(...)
within this action to enable your agent to create multiple addresses.Agent Functionality
How can I get real-time internet access for my agent?
How can I get real-time internet access for my agent?
What chains does AgentKit support?
What chains does AgentKit support?
- Base
- Ethereum
- Arbitrum
- Polygon
What wallets does AgentKit work with?
What wallets does AgentKit work with?
When referring to the `interval=10` in autonomous mode, is it 10 seconds or another unit of measurement?
When referring to the `interval=10` in autonomous mode, is it 10 seconds or another unit of measurement?
Support and Contributions
I've found a bug in the AgentKit repository or have a feature request. How can I report this to the team?
I've found a bug in the AgentKit repository or have a feature request. How can I report this to the team?