🦞OpenClaw Guide
← Back to BlogCrypto

OpenClaw for Crypto: Whale Alerts, Portfolio Tracking & On-Chain Analysis

2026-02-257 min read

Last Updated: February 2026

Crypto moves 24/7. You don't.

OpenClaw runs around the clock — monitoring prices, tracking wallets, watching for on-chain signals, and firing alerts the moment something significant happens. Your AI agent never sleeps.


What OpenClaw Monitors for Crypto

  • Price movements and breakouts across any token
  • Whale wallet activity and large transfers
  • New token launches and liquidity events
  • DeFi yield changes and liquidation risks
  • Fear & Greed Index shifts
  • Exchange inflow/outflow signals
  • Stablecoin flows (early indicator of market moves)

Setup: Crypto Data APIs

CoinGecko (Free Tier)

Best free API for price data across 10,000+ coins.

Get a free API key at coingecko.com/api:

integrations:
  coingecko:
    enabled: true
    apiKey: "YOUR_COINGECKO_API_KEY"  # Optional for free tier

Query anything:

What's Bitcoin trading at?
→ BTC: $94,230 (+2.1% 24h) | Dominance: 54.2%

Top gainers in the last 24h?
→ 1. PENGU +34% | 2. WIF +28% | 3. FARTCOIN +22%

Market cap of all altcoins combined?
→ Total crypto market: $3.4T | BTC: $1.84T | ETH: $420B | Alts: $1.14T

Helius (Solana On-Chain — Free Tier)

For Solana ecosystem monitoring. Already in MEMORY.md:

integrations:
  helius:
    enabled: true
    apiKey: "434553e0-c818-43c1-9e66-0394e02a5a5d"
    rpc: "https://mainnet.helius-rpc.com/?api-key=..."

Track wallets, token transfers, NFT activity, program interactions in real-time.

Etherscan / Alchemy (Ethereum)

For ETH ecosystem monitoring:

integrations:
  alchemy:
    enabled: true
    apiKey: "YOUR_ALCHEMY_KEY"
    network: "eth-mainnet"

Price Alerts

The most basic and most useful feature:

Alert me when BTC hits $100K
→ Alert set for BTC ≥ $100,000

Alert me if ETH drops below $2,800 — potential buy zone
→ Alert set for ETH ≤ $2,800

Alert me if SOL drops more than 15% in 24 hours
→ Percentage alert set for SOL

Alert me when Bitcoin dominance goes above 60%
→ BTC.D alert set

All alerts fire instantly via Telegram, WhatsApp, or whatever channel you use.


Whale Watching

Track large wallet movements on Ethereum or Solana:

Is there any unusual whale activity on ETH in the last hour?
→ Detected: 3 transfers > $5M in last 60 min
  • 8,500 ETH moved to Coinbase (possible sell pressure)
  • 12,000 ETH withdrawn from Binance (possible accumulation)
  • Large DeFi position opened on Aave

Track this wallet: 0x...
→ Wallet tracked. I'll alert you on any transfer > $500K

Set up an ongoing whale monitor:

crons:
  - name: "ETH whale monitor"
    schedule: "*/30 * * * *"  # Every 30 min
    action: "Check for ETH transfers over $10M in last 30 minutes. Alert if found."

New Token Research

Before aping into anything:

Research: $PENGU token — is it legit?
→ PENGU Analysis:
  • Launched: Dec 2024 | Team: Pudgy Penguins (legit brand)
  • Market cap: $1.2B | FDV: $2.4B
  • Vesting: 40% team/investors, 2-year cliff
  • On-chain: 45K holders, growing
  • Red flags: None major. Whale concentration normal for new launch.
  • Similar projects performance: BLUR launched similar, -70% from peak

Check if this contract is safe: [contract address]
→ Scanning for rug pull indicators, honeypot check, liquidity lock status...

DeFi Yield Monitoring

If you're yield farming, track APRs automatically:

What's the current ETH staking yield?
→ ETH staking: 3.8% APY (Lido: 3.9%, Rocket Pool: 3.7%)

Best stablecoin yields right now?
→ USDC on Aave: 5.2% | USDT on Compound: 4.8% | USDC on Pendle: 8.1% (fixed)

Alert me if Aave USDC yield drops below 4%
→ Yield alert set

Market Sentiment Tracking

What's the current Fear & Greed Index?
→ Fear & Greed: 72 (Greed)
  Last week: 65 | Last month: 48
  Historically at 72: mixed near-term signals

What's the funding rate on BTC perps?
→ BTC funding: +0.031% per 8h (slightly elevated, longs paying)
  ETH funding: +0.018% per 8h
  High positive funding = crowded long trade = watch for flush

Any unusual open interest changes today?
→ BTC OI increased $2.1B in 24h — new money entering, not short squeeze

Portfolio P&L Tracking

My crypto portfolio: 2 BTC at $65K, 20 ETH at $2,400, 5000 SOL at $150
→ Saved. I'll track this.

Portfolio update
→ Crypto Portfolio:
  BTC: 2 × $94,230 = $188,460 | Cost: $130K | P&L: +$58,460 (+45%)
  ETH: 20 × $3,200 = $64,000 | Cost: $48K | P&L: +$16,000 (+33%)
  SOL: 5,000 × $170 = $850,000 | Cost: $750K | P&L: +$100K (+13%)
  
  Total value: $1,102,460 | Total P&L: +$174,460 | All-time: +18.8%

Weekly Crypto Digest

Set a Sunday digest to recap the week:

crons:
  - name: "Weekly crypto digest"
    schedule: "0 9 * * SUN"
    action: "Weekly crypto digest: BTC and ETH weekly performance, biggest movers, key events next week, any macro catalysts to watch."

Related Articles

Learn alongside 1,000+ operators

Ask questions, share workflows, and get help from people running OpenClaw every day.