Skip to main content
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 <WALLET_UUID> --chain-id SETH

List wallet addresses

caw address list <WALLET_UUID>

Check balances

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