whale-watcher
Monitor crypto whale wallets for large transactions. Track big moves on Ethereum, BSC, and other chains. Get alerts when whales move significant amounts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexbrc20/whale-watcherWhat This Skill Does
Whale Watcher is a powerful tracking tool designed to keep OpenClaw users informed about the activity of 'whale' wallets—large cryptocurrency holders capable of influencing market movements. By monitoring multiple blockchain networks like Ethereum and Binance Smart Chain, this skill provides real-time oversight of capital flow. Whether you are an analyst tracking institutional movements, a day trader monitoring liquidity shifts, or a decentralized finance (DeFi) researcher, Whale Watcher automates the tedious process of cross-referencing ledger data. It allows users to define custom financial thresholds, ensuring that only high-impact transactions trigger notifications, effectively filtering out noise and focusing on significant market events.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alexbrc20/whale-watcher
Once installed, you must configure your API access keys to enable on-chain data retrieval. Update your environment variables with valid credentials for the respective explorers:
export ETHERSCAN_API_KEY="your_key_here"export BSCSCAN_API_KEY="your_key_here"
Ensure your shell session is refreshed to apply these changes before invoking the skill.
Use Cases
- Market Sentiment Analysis: Detect when smart money moves large amounts of stablecoins to exchanges, which often precedes significant sell-offs or buy-ins.
- DeFi Protocol Monitoring: Track the treasuries of DAO wallets or large liquidity providers to see how they rebalance their portfolios.
- Early Alerting: Receive immediate Telegram notifications when a dormant whale address suddenly activates or moves substantial assets.
- Risk Mitigation: Set alerts to be notified when specific collateral wallets fall below safety thresholds in lending protocols.
Example Prompts
- "Whale Watcher, start monitoring wallet 0x71C7656E... and notify me immediately if any transaction exceeds $500,000 on Ethereum."
- "Show me the last five transactions for the whale address 0xAb5801a... and tell me the total volume moved."
- "Set a global alert threshold for all watched wallets to a minimum of 2,000,000 USD to reduce notification spam."
Tips & Limitations
- Threshold Tuning: Don't set your thresholds too low; major whale wallets often have micro-transactions that will overwhelm your alerts. Start high and adjust down.
- Data Latency: While the data is pulled via API, keep in mind there can be slight delays in block indexing across different chains.
- API Limits: Be mindful of the rate limits associated with your Etherscan/BscScan keys. Excessive polling for dozens of wallets simultaneously may trigger account throttling.
- Privacy: Always ensure you are monitoring public addresses. This skill provides transparency on public ledgers but does not de-anonymize private individuals.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexbrc20-whale-watcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
contract-scanner
Scan smart contracts for security risks. Detect honeypots, high taxes, and malicious code. Protect yourself from scams!
news-sentiment
Analyze crypto news sentiment (bullish/bearish). Scan Twitter, news sites, and social media. Get sentiment scores and trading signals.
airdrop-alert
Monitor and track potential crypto airdrops. Get alerts for new airdrop opportunities. Never miss an airdrop again!
kol-tracker
Track crypto KOL and smart money wallets. Get alerts when they buy/sell tokens. Follow the smart money!