Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt

Use this file to discover all available pages before exploring further.

Each chain requires its own derived address before a wallet can operate on that network. Address management is usually part of onboarding and chain enablement, while balance inspection is part of everyday runtime logic.

Create a wallet address

caw address create --chain-id SETH

List wallet addresses

caw address list

Check balances

caw wallet balance
For toolkit-based runtimes, the closest runtime-facing tools are list_wallet_addresses and get_balance.