An onchain wallet gives your agent the ability to hold funds, authorize transactions, and sign messages. Without one, your agent can read data but can’t pay for services, receive payments, or prove its identity.Documentation Index
Fetch the complete documentation index at: https://base-a060aa97-pat-schemav2-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Why your agent needs a dedicated wallet
An AI agent could generate its own wallet by creating a random private key through prompting, but this is unsafe. Here’s why:- The private key appears in the agent’s conversation context, where it can be logged, cached, or leaked through middleware
- Any system with access to the agent’s prompt history could extract the key
- If the key is compromised, all funds in the wallet are permanently lost
Wallet options
- BANKR Wallet
- CDP Agentic Wallet
What it is: A wallet service designed for agents running on OpenClaw. BANKR manages the private keys and exposes wallet actions as skills your agent can call.Best for: Agents built with OpenClaw or BANKR that need a quick wallet integration with pre-built skills.How it works: Install the BANKR wallet skill, and your agent gains the ability to check balances, send tokens, and interact with . Keys are stored and managed by BANKR.Get started →
What your agent can do with a wallet
Once your agent has a wallet, it can:- Hold : receive and store USDC or other tokens
- Send and receive payments: transfer funds to other wallets, pay for API access, or receive payments for services
- Sign messages: cryptographically prove that a message or request came from your agent (used for identity verification)
- Interact with protocols: call to swap tokens, provide liquidity, or use other onchain services
Next step
Payments and transactions
Learn how your agent pays for services and executes onchain actions.