--- name: whale-watcher description: "Monitor crypto whale wallets for large transactions.\n Track big moves on Ethereum, BSC, and other chains.\n Get alerts when whales move significant amounts." --- # πŸ‹ Whale Watcher - ε·¨ι²Έι’±εŒ…η›‘ζŽ§ Monitor crypto whale wallets and get alerts for large transactions. ## Features - πŸ” Track specific whale wallets - πŸ’° Set minimum transaction threshold - ⛓️ Support multiple chains (ETH, BSC, etc.) - πŸ“± Telegram alerts - πŸ“Š Transaction history ## Usage ```bash # Monitor a wallet /whale-watcher monitor 0x123...abc --threshold 1000000 # Check recent transactions /whale-watcher txs 0x123...abc # Set alert threshold /whale-watcher alert --min 5000000 ``` ## API Sources - Etherscan API - BscScan API - On-chain data ## Setup Add to environment: ```bash export ETHERSCAN_API_KEY="your_key" export BSCSCAN_API_KEY="your_key" ```