Prism Alerts
Real-time Pump.fun token alerts for Solana traders. New launches, graduations, volume spikes. For trading bots, Discord, Telegram, AI agents.
Real-time Pump.fun token alerts for Solana traders. New launches, graduations, volume spikes. For trading bots, Discord, Telegram, AI agents.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
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.
# Get current bonding tokens ./alerts.sh bondingGet recently graduated tokens
./alerts.sh graduated
Watch for new tokens (poll every 30s)
./alerts.sh watch
PRISM is one of the only APIs with real-time Pump.fun bonding curve data:
| Endpoint | Description | Speed |
|---|---|---|
| Tokens on bonding curve | 648ms |
| Graduated to DEX | 307ms |
๐ NEW PUMP.FUN TOKEN$DOGWIFCAT CA: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
๐ Stats: โข Bonding Progress: 12% โข Market Cap: $8,450 โข Holders: 23 โข Created: 2 min ago
[๐ Scan] [๐ Chart] [๐ฐ Buy]
๐ 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]
๐ 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]
/start - Subscribe to alerts /stop - Unsubscribe /bonding - Current bonding tokens /graduated - Recent graduations /scan <token> - Scan specific token /settings - Configure 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 }
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);
import { Client } from 'discord.js';client.on('ready', () => { pollPumpfun(client); });
PRISM_URL=https://strykr-prism.up.railway.app TELEGRAM_BOT_TOKEN=xxx TELEGRAM_CHANNEL_ID=xxx DISCORD_BOT_TOKEN=xxx DISCORD_CHANNEL_ID=xxx
Built by @NextXFrontier
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
ยฉ 2026 Torly.ai. All rights reserved.