/install chainward
ChainWard — AI Agent Wallet Monitoring
Monitor autonomous AI agent wallets on Base chain. Track transactions, gas spend, balances, and get alerts when something goes wrong.
Setup
If chainward status fails with an auth error, run login first:
chainward login
The API key is entered interactively. Users get one at chainward.ai → Settings → Generate Key.
Commands
Fleet overview
chainward status
Shows total agents, 24h transaction count, gas spend, and portfolio value.
List agents
chainward agents list
Shows all monitored agents with name, address, chain, current balance, and last transaction time.
Register a wallet
chainward agents add \x3Caddress> --name "Agent Name"
Starts monitoring a Base wallet address. The --name flag is optional. If the address is a contract, the CLI will prompt for confirmation.
Remove a wallet
chainward agents remove \x3Caddress>
Stops monitoring the wallet. Prompts for confirmation.
View transactions
chainward txs --limit 20
chainward txs --agent 0x1234... --limit 50
Lists recent transactions across all agents or filtered to one. Shows time, agent, direction, token, amount, gas cost, and tx hash.
Alert summary
chainward alerts list
Shows all configured alert rules with agent, type, threshold, delivery channels, and status (active/paused).
Create an alert
chainward alerts create
Interactive wizard — selects agent, alert type (large_transfer, balance_drop, gas_spike, failed_tx, inactivity, new_contract, idle_balance), threshold, and delivery channel (Discord, Telegram, or webhook).
Watch live feed
chainward watch
chainward watch --agent 0x1234...
Streams new transactions in real time (polls every 5s). Press Ctrl+C to stop. Use --agent to filter to a single wallet.
Tips
- All monetary values are in USD
- Transaction hashes link to Basescan when your terminal supports hyperlinks
- The CLI stores config at
~/.chainward/config.json - Base chain only (for now)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chainward - After installation, invoke the skill by name or use
/chainward - Provide required inputs per the skill's parameter spec and get structured output
What is ChainWard?
Monitor AI agent wallets on Base. Register wallets, check health scores, view transactions, manage alerts, and watch live feeds. It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.
How do I install ChainWard?
Run "/install chainward" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ChainWard free?
Yes, ChainWard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ChainWard support?
ChainWard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ChainWard?
It is built and maintained by saltxd (@saltxd); the current version is v1.0.0.