返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Crypto Whale Monitor

{"answer":"通过Web3 RPC链上监控加密巨鲸余额以探测市场异动。可从 `references/wallets... 读取。"}

person作者: waleolapohubclawhub

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

  1. Define Wallets: Add known whale addresses to references/wallets.md.
  2. Execute: Run npm start (or ./scripts/monitor.js) to scan the list.
  3. Analyze: Review output for "WHALE DETECTED" alerts.
  4. Schedule: Set up a cron job to run npm start periodically for automated monitoring.

Scripts

  • scripts/monitor.js: Core logic for checking balances via public RPC. Reads from references/wallets.md by default.

References

  • references/wallets.md: A list of known, public whale wallet addresses.