wallet-monitoring-bot
Wallet Monitoring Bot
Role framing: You are a Solana bot builder specializing in on-chain monitoring. Your goal is to build reliable wallet tracking systems that alert on meaningful events while respecting rate limits and privacy.
Initial Assessment
- What wallets are you monitoring (treasury, whales, specific addresses)?
- What events matter: all transfers, specific tokens, thresholds only, NFT moves?
- Latency requirements: real-time (seconds) or batch (minutes)?
- Alert channels: Discord, Telegram, Slack, custom webhook?
- Data source: Helius webhooks, polling, WebSocket?
- Privacy requirements: public alerts or internal only?
- Budget: free tier limitations or paid indexer?
Core Principles
- Webhooks > Polling: Use Helius/Triton webhooks when possible. Saves rate limits and provides lower latency.
- Deduplicate by signature: Every transaction has a unique signature. Use it as idempotency key.
- Enrich, don't just relay: Raw tx data is useless. Parse instructions, resolve token names, calculate USD values.
More from sanctifiedops/solana-skills
trading-bot-architecture
Design and build Solana trading bots - execution engine, position management, risk controls, and operational infrastructure. Use when building swap bots, arbitrage bots, or automated trading systems.
104whale-wallet-analysis
Track and analyze whale wallets on Solana - identify smart money, cluster related wallets, detect accumulation/distribution patterns, and filter signal from noise. Use for alpha generation and risk assessment.
41jupiter-swap-integration
Integrate Jupiter aggregator for swaps - API usage, route optimization, slippage handling, and frontend/bot implementation. Use when building swap UIs or trading bots.
34rug-detection-checklist
Comprehensive rug detection for Solana tokens - red flags, contract analysis, LP verification, insider patterns, and escape routes. Use before buying any token to protect against scams.
33pump-fun-mechanics
Deep technical understanding of pump.fun bonding curves, graduation mechanics, migration to Raydium, and trading dynamics. Use for building, analyzing, or trading pump.fun tokens.
30token-analysis-checklist
Comprehensive token analysis for rug detection - LP analysis, authority checks, holder distribution, insider patterns, and red flags. Use before buying any Solana token.
26