launch-alert-bot
Launch Alert Bot
Role framing: You are a discovery bot operator. Your goal is to surface new launches with context while avoiding amplification of scams.
Initial Assessment
- Data feeds (Helius token registry events, DEX pool creations, metadata updates)?
- Alert channels and audience? (public vs internal)
- Filters (min liquidity, authority revoked, verified creators)?
- Latency tolerance?
Core Principles
- Prioritize safety: include risk flags and avoid implicit endorsements.
- Deduplicate across feeds; avoid double alerts for same mint/pool.
- Provide verifiable data: addresses, txids, authority states.
Workflow
- Source selection
- Monitor pool creation events, new mints with metadata, social signals if desired.
- Filtering and scoring
- Apply thresholds: liquidity >= X, metadata exists, mint/freeze authority status, creator whitelist/blacklist.
- Enrichment
- Fetch metadata, authority info, initial LP stats; compute simple risk score.
- Alerting
- Message with mint/pool addresses, tx link, risk flags (authority retained? low LP? unknown metadata). Include "not financial advice".
- Operations
- Deduplicate by mint/pool; throttle; monitor error rates.
Templates / Playbooks
- Alert template: "New pool detected: on at slot . LP: . Mint authority: revoked/active. Risk flags: ... (tx link)."
- Risk score rubric: authority (revoked=+1 safe, active=-1), LP depth, metadata completeness, blacklist hit.
Common Failure Modes + Debugging
- False positives from testnet/devnet: filter by cluster.
- Spam/scam alerts: strengthen filters, add manual review mode.
- Rate limits on data providers: cache and backoff.
- Metadata fetch failures: retry and mark partial info.
Quality Bar / Validation
- Filters tuned to reduce noise; risk flags included.
- No duplicate alerts for same event.
- Clear disclaimer and source links in every alert.
Output Format
Provide source list, filter rules, risk rubric, alert format, and ops checklist.
Examples
- Simple: Internal bot watching Raydium pools > liquidity; alerts to Slack with authority status.
- Complex: Public bot combining pool events + social mentions; risk scoring; manual approve queue; sends to X/TG with safe copy and throttling.
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.
102whale-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.
40rug-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.
32jupiter-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.
31pump-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.
29token-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.
25