Crypto Whale Monitor
This skill contains the logic to connect to blockchain explorers and track large balances for a defined set of "whale" wallets.
Workflow
- Define Wallets: Add known whale addresses to
references/wallets.md. - Execute: Run
npm start(or./scripts/monitor.js) to scan the list. - Analyze: Review output for "WHALE DETECTED" alerts.
- Schedule: Set up a cron job to run
npm startperiodically for automated monitoring.
Scripts
scripts/monitor.js: Core logic for checking balances via public RPC. Reads fromreferences/wallets.mdby default.
References
references/wallets.md: A list of known, public whale wallet addresses.