Monitors large cryptocurrency wallet transactions (whales) on-chain using Web3 and Etherscan to detect potential market-moving activity. Use when the user requests a notification or alert based on large on-chain transactions.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill crypto-whale-monitor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Crypto Whale Monitor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-crypto-whale-monitor)More formats (shields.io, HTML) on the badges page.
---
name: crypto-whale-monitor
description: Monitors large cryptocurrency wallet transactions (whales) on-chain using Web3 and Etherscan to detect potential market-moving activity. Use when the user requests a notification or alert based on large on-chain transactions.
---
# Crypto Whale Monitor
This skill contains the logic to connect to blockchain explorers and track large transactions for a defined set of "whale" wallets.
## Workflow
1. **Define Wallets**: Get a list of target whale wallet addresses from the user.
2. **Define Threshold**: Get the transaction size threshold (e.g., > 1,000,000 USDT).
3. **Use Script**: Run \`scripts/monitor.js\` with the wallet list and threshold.
4. **Schedule**: Set up a cron job using the \`cron\` tool to run the script periodically.
## Scripts
- \`scripts/monitor.js\`: Core logic for checking Etherscan/Alchemy API.
## References
- \`references/wallets.md\`: A list of known, public whale wallet addresses.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!