ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

solana-whale-alert

Monitor Solana wallets and tokens for large transactions. Get alerts when whales move. No API keys required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/satoshi891102/solana-whale-alert
Or

Solana Whale Alert

Monitor Solana wallets and tokens for large transactions. Detect whale movements in real-time using free public APIs.

Usage

  • "Watch this wallet for large transactions: [address]"
  • "Alert me when someone moves more than $10K of SOL"
  • "Monitor top holders of [token] for sells"
  • "Check recent large SOL transfers"

Commands

Check recent large transfers

bash scripts/whale-check.sh [min_amount_sol]

Monitor a specific wallet

bash scripts/watch-wallet.sh <wallet_address> [check_interval_seconds]

Scan token top holders for movements

bash scripts/scan-holders.sh <token_mint>

What It Detects

SignalDescriptionInterpretation
Large SOL transfer>1000 SOL movedWhale repositioning
CEX depositLarge transfer to known exchangePotential sell pressure
CEX withdrawalLarge transfer from exchangeAccumulation signal
Token dumpTop holder selling large %Rug/exit risk
New whaleUnknown wallet accumulatingSmart money signal

APIs Used (all free)

  • Solana RPC (getSignaturesForAddress, getTransaction)
  • Helius Enhanced API (if key available, much richer data)
  • DexScreener (token context)

Limitations

  • Public RPC rate limits (~40 req/10s)
  • Set SOLANA_RPC_URL or HELIUS_API_KEY for better throughput
  • Historical lookback limited without indexed data

Metadata

Stars1054
Views1
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-satoshi891102-solana-whale-alert": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.