
Opportunity Capture
prism-alerts
Pump.fun Alert Bot provides real-time, low-latency alerts for Solana Pump.fun token activity using PRISM’s unique bonding-curve data. It detects new launches, bonding progress, graduations to DEXes (e.g.
概览
Pump.fun Alert Bot provides real-time, low-latency alerts for Solana Pump.fun token activity using PRISM’s unique bonding-curve data.
Pump.fun Alert Bot provides real-time, low-latency alerts for Solana Pump.fun token activity using PRISM’s unique bonding-curve data. It detects new launches, bonding progress, graduations to DEXes (e.g., Raydium), and rapid volume spikes, and can deliver notifications to trading bots, Discord, Telegram, or AI agents. Key features include dedicated API endpoints for bonding and graduated tokens, pre-built alert templates (New Launch, Graduation, Volume Spike), bot commands (/start, /stop, /bonding, /graduated, /scan, /settings), and configurable alert filters (min/max market cap, min holders, bonding progress thresholds, spike detection). Use cases include front-running monitoring, liquidity and arbitrage opportunities, community alerts, and automated trading strategies. Core advantages are exclusive PRISM bonding-curve visibility, sub-second responsiveness, and flexible integration for automated workflows and risk-aware trading.
Skill.md
这个 Skill 如何工作
Pump.fun Alert Bot provides real-time, low-latency alerts for Solana Pump.fun token activity using PRISM’s unique bonding-curve data. It detects new launches, bonding progress, graduations to DEXes (e.g.
Pump.fun Alert Bot
Never miss a launch. Real-time alerts for Pump.fun token launches, graduations, and volume spikes on Solana.
Built for trading bots, Discord alerts, and Telegram notifications. Powered by Strykr PRISM.
Quick Usage
# Get current bonding tokens
./alerts.sh bonding
# Get recently graduated tokens
./alerts.sh graduated
# Watch for new tokens (poll every 30s)
./alerts.sh watch
Unique Data Source
PRISM is one of the only APIs with real-time Pump.fun bonding curve data:
| Endpoint | Description | Speed |
|---|---|---|
/crypto/trending/solana/bonding | Tokens on bonding curve | 648ms |
/crypto/trending/solana/graduated | Graduated to DEX | 307ms |
Alert Types
1. New Launch Alert
🚀 NEW PUMP.FUN TOKEN
$DOGWIFCAT
CA: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
📊 Stats:
• Bonding Progress: 12%
• Market Cap: $8,450
• Holders: 23
• Created: 2 min ago
[🔍 Scan] [📈 Chart] [💰 Buy]
2. Graduation Alert
🎓 TOKEN GRADUATED!
$MEMECOIN just graduated to Raydium!
📊 Final Stats:
• Market Cap: $69,000
• Total Holders: 1,247
• Bonding Time: 4h 23m
Trading now live on Raydium DEX
[📈 Trade on Raydium]
3. Volume Spike Alert
📈 VOLUME SPIKE DETECTED
$CATDOG seeing unusual activity
• Volume (5m): $45,230 (+340%)
• Price: +28% in 10 minutes
• New holders: +89
⚠️ Could be coordinated buy - DYOR
[🔍 Scan] [📈 Chart]
Bot Commands
/start - Subscribe to alerts
/stop - Unsubscribe
/bonding - Current bonding tokens
/graduated - Recent graduations
/scan <token> - Scan specific token
/settings - Configure alert filters
Alert Filters
Configure which alerts you receive:
{
"minMarketCap": 5000, // Minimum MC to alert
"maxMarketCap": 100000, // Maximum MC to alert
"minHolders": 10, // Minimum holder count
"bondingProgress": 20, // Alert when > 20% bonded
"volumeSpike": 200, // Alert on 200%+ volume increase
"enableGraduations": true, // Alert on graduations
"enableNewLaunches": true // Alert on new tokens
}
Integration
Telegram Bot
import { Telegraf } from 'telegraf';
import { PrismClient } from './prism';
const bot = new Telegraf(process.env.BOT_TOKEN);
const prism = new PrismClient();
// Poll every 30 seconds
setInterval(async () => {
const bonding = await prism.pumpfunBonding();
const newTokens = filterNewTokens(bonding);
for (const token of newTokens) {
await bot.telegram.sendMessage(CHANNEL_ID, formatAlert(token));
}
}, 30000);
Discord Bot
import { Client } from 'discord.js';
client.on('ready', () => {
pollPumpfun(client);
});
Environment Variables
PRISM_URL=https://strykr-prism.up.railway.app
TELEGRAM_BOT_TOKEN=xxx
TELEGRAM_CHANNEL_ID=xxx
DISCORD_BOT_TOKEN=xxx
DISCORD_CHANNEL_ID=xxx
Polling Best Practices
- Rate Limiting: Poll max once per 30 seconds
- Deduplication: Track sent alerts in SQLite/Redis
- Batching: Group multiple alerts into one message
- Cooldowns: Don't spam same token within 5 minutes
Built by @NextXFrontier
最适合用于
何时使用
Pump.fun Alert Bot provides real-time, low-latency alerts for Solana Pump.fun token activity using PRISM’s unique bonding-curve data. It detects new launches, bonding progress, graduations to DEXes (e.g.

01 · 会前准备
准备决策简报
在投委会开会前,把零散证据整理成结构化的论据。

02 · 团队协作
统一交接标准
让分析师、组合经理与 Agent 产出一致的研究结果。

03 · 实时更新
更新投资逻辑
出现新催化剂、KPI 发布或财报结果后,更新情景假设。
社区反馈
越用越好用。
随着 Skill 被使用与评审,反馈将展示在这里。
发现更多
相关 Skills
查看全部Thematic Investment Mapping
Map companies to a theme by revenue exposure, transmission channels, and second-order effects, then rank the best expressions of the theme. Use when building a thematic basket or researching idea…
alpha-finder
Alpha Finder is an AI-powered Market Oracle that researches prediction markets (Polymarket, Kalshi) and traditional sources to produce probability assessments, sentiment, event analysis, and…
capacitr
Capacitr provides single-call market discovery and paid analysis: paste a URL or free-text query and receive ranked Polymarket, Hyperliquid, and Deribit markets augmented with Quotient intelligence…