crypto-watcherMonitor ETH wallets and DeFi positions across chains with alerts for balance changes, gas prices, health factors, and large token transfers.
Install via ClawdBot CLI:
clawdbot install 0xRaini/crypto-watcherMonitor crypto wallets and DeFi positions. Get alerts when things change.
# Add a wallet to watch
crypto-watcher add 0x1234...abcd --name "main" --chains eth,arb,base
# Configure alerts
crypto-watcher config --gas-alert 20 --balance-change 5%
# Check all positions
crypto-watcher status
# Check specific wallet
crypto-watcher status main
# Gas prices
crypto-watcher gas
# DeFi positions (via DefiLlama)
crypto-watcher defi 0x1234...abcd
Add to HEARTBEAT.md:
### Crypto Check
- Run `crypto-watcher status --quiet`
- Alert if any position health < 1.5 or balance dropped > 10%
- Check gas, alert if < 15 gwei (good time for L1 txs)
~/.config/crypto-watcher/config.json:
{
"wallets": [
{
"address": "0x...",
"name": "main",
"chains": ["eth", "arb", "base"]
}
],
"alerts": {
"gasThreshold": 20,
"balanceChangePercent": 5,
"healthFactorMin": 1.5
}
}
| Chain | ID | RPC |
|-------|-----|-----|
| Ethereum | eth | https://eth.llamarpc.com |
| Arbitrum | arb | https://arb1.arbitrum.io/rpc |
| Base | base | https://mainnet.base.org |
| Optimism | op | https://mainnet.optimism.io |
| Polygon | matic | https://polygon-rpc.com |
Generated Mar 1, 2026
Individual crypto investors can use this skill to monitor their wallet balances and DeFi positions across multiple chains, receiving alerts for significant balance changes or gas price drops to optimize transaction timing. It helps them track staking rewards and lending health factors to manage risk without manual checks.
Decentralized Autonomous Organizations (DAOs) managing treasury funds can deploy this skill to watch their multisig wallets and liquidity positions, alerting on large transfers or health factor drops below thresholds to prevent liquidation risks. It integrates into heartbeat systems for automated, regular checks.
Accounting firms or individuals can use the skill to track wallet balances and token changes over time, generating data for tax reporting by monitoring balance fluctuations and DeFi activities. Alerts on large transfers help flag taxable events for compliance purposes.
Cryptocurrency exchanges can implement this skill to monitor hot wallet balances and gas prices, using whale alerts to detect unusual large withdrawals and gas alerts to schedule batched transactions cost-effectively. It supports multi-chain tracking for assets like ETH and tokens.
NFT project teams can use the skill to watch their project wallets for revenue from sales and royalties, setting alerts for balance changes to manage funds across chains like Ethereum and Base. It helps monitor DeFi positions for staking rewards to grow treasury assets.
Offer a free tier with basic wallet tracking and gas alerts, then charge a monthly subscription for advanced features like custom alert thresholds, multi-wallet dashboards, and historical data analytics. Revenue comes from tiered plans targeting individual users and small teams.
License the skill to crypto businesses such as exchanges, DAOs, or hedge funds for internal use, providing white-label solutions with enhanced security, API access, and dedicated support. Revenue is generated through annual contracts and customization fees.
Monetize by partnering with DeFi platforms or crypto services, earning commissions for referrals via integrated alerts or data insights. Additionally, sell aggregated, anonymized data on wallet trends and gas patterns to market research firms.
š¬ Integration Tip
Integrate this skill into existing monitoring systems by adding its commands to heartbeat files, ensuring alerts are configured with thresholds like health factors and balance changes to automate checks without manual intervention.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.