whale-watcher

$npx mdskill add TermiX-official/cryptoclaw/whale-watcher

Detects large token transfers and tracks notable wallet activity using on-chain data and block explorer APIs.

  • Helps monitor significant cryptocurrency movements and address behaviors for market insights.
  • Integrates with RPC for on-chain data and block explorer APIs like Etherscan and BSCScan.
  • Uses thresholds and address tracking to identify and report notable transactions and trends.
  • Presents results through alerts and summaries of large transfers or wallet activities.
SKILL.md
.github/skills/whale-watcherView on GitHub ↗
---
name: whale-watcher
description: Monitor large transactions and whale movements on-chain.
metadata: { "cryptoclaw": { "emoji": "🐋", "always": true } }
---

# Whale Watcher Skill

Monitor large transactions and whale movements on-chain.

## Overview

Track large token transfers and notable wallet activity using on-chain data and block explorer APIs.

## Capabilities

- **Large transfer alerts**: Detect transfers above a threshold
- **Wallet tracking**: Monitor specific addresses for activity
- **Recent blocks scan**: Scan recent blocks for notable transactions
- **Token flow analysis**: Track inflows/outflows for specific tokens

## Tools Used

- `get_block_info` - Fetch block data with transactions
- `get_transaction` - Get transaction details
- `get_native_balance` - Check whale wallet balances
- `get_erc20_balance` - Check token holdings

## Data Sources

- On-chain block/transaction data via RPC
- Block explorer APIs (Etherscan, BSCScan) for indexed data

## Example Interactions

User: "Any big BNB transfers in the last hour?"
Action: Scan recent blocks on BSC, filter transactions above 100 BNB

User: "Watch this address: 0x..."
Action: Check recent transactions for the address, report notable activity

User: "What are whales doing with PEPE?"
Action: Check large PEPE transfers on Ethereum, summarize trends
More from TermiX-official/cryptoclaw