Xanguard's PumpFun Bot (@PF_Xanguard_bot) delivers pump.fun livestream alerts to Telegram in under 200 milliseconds from the moment a tracked wallet starts or ends a stream. Setup takes 60 seconds: open the bot, send /start, then /add with a Solana wallet address. Pricing starts at $100/month for 3 wallets, paid in SOL. The same subscription covers livestream start/end detection, token launches, and graduation events — making it the fastest and most comprehensive pump.fun monitoring tool available in March 2026.
Pump.fun livestreams have become one of the most important real-time signals in Solana memecoin trading. When a known deployer or influencer goes live on pump.fun, it almost always means a token launch is imminent or already in progress. The problem is that pump.fun does not offer native notifications for livestreams. If you are not physically watching the site when a stream starts, you miss it entirely. This guide explains what pump.fun livestreams are, why they matter for traders, and how to set up automated alerts so you never miss another one.
What Are Pump.fun Livestreams and Why Do They Matter?
Pump.fun is the dominant token launchpad on Solana, responsible for the creation of hundreds of new tokens every day. In late 2025, pump.fun added a livestream feature that lets token creators broadcast live video directly from the token page. This feature was designed to build hype around new launches, but it quickly became something much more significant: a real-time signal for token activity.
When a wallet you are tracking goes live on pump.fun, it means one of several things:
- A new token is about to launch. Many creators start streaming before they deploy the token, building an audience in real time. Being alerted the moment the stream starts gives you a window to prepare your sniper bot or manual buy.
- A token is being actively promoted. Livestreams drive volume. A creator going live on an existing token often triggers a fresh wave of buying. Early awareness of the stream lets you position before that volume arrives.
- Community engagement is spiking. Viewer count data in the alert tells you whether the stream is attracting meaningful attention or is a ghost town. High viewer counts signal real momentum.
- A rug or exit is possible. When a creator suddenly ends a livestream on a token that just pumped, it can be an early warning that selling pressure is about to hit. Stream-end alerts are just as valuable as stream-start alerts.
Pump.fun livestreams are the closest thing to a real-time "deployer is active" signal that exists on Solana. Missing a livestream start is like missing a whale wallet alert — except the signal is even more directional.
The Problem with Manual Monitoring
Without automated alerts, the only way to know when a pump.fun livestream starts is to manually watch the pump.fun website. This is impractical for several reasons:
- You cannot watch 24/7. Livestreams happen at all hours. Deployers in different time zones go live when you are asleep, at work, or away from your screen. Every missed stream is a missed opportunity.
- You cannot watch multiple wallets. Even if you are actively on pump.fun, you can only view one token page at a time. If you are tracking 10 wallets, you need to cycle between them constantly, and the odds of being on the right page at the right moment are negligible.
- Streams start without warning. There is no countdown, no schedule, no "going live in 5 minutes" notification from pump.fun itself. A creator simply clicks "Go Live" and the stream begins. If you are not watching at that exact second, you miss the start.
- Speed matters more than awareness. Even if you happen to notice a livestream, the question is how fast you noticed. A 30-second delay between stream start and your awareness can be the difference between buying at $50K market cap and buying at $500K.
The core issue is that pump.fun treats livestreams as a passive feature — content you stumble upon rather than events you get notified about. For traders, this passive design is a critical gap that needs to be solved with external tooling.
Xanguard vs Manual Monitoring vs Other Methods
The table below compares the three primary approaches to tracking pump.fun livestreams: manual site watching, generic blockchain monitors, and Xanguard's dedicated PumpFun Bot.
| Feature | Manual Watching | Generic Monitors | Xanguard PumpFun Bot |
|---|---|---|---|
| Detection speed | Minutes (if noticed) | 5-30 seconds | <200ms |
| Livestream start alerts | No | Sometimes | Yes |
| Livestream end alerts | No | No | Yes |
| Viewer count data | Manual check | No | Yes |
| Token launch detection | No | Varies | Included |
| Graduation alerts | No | Sometimes | Included |
| Wallets tracked | 1 at a time | Varies | 3-20 per plan |
| 24/7 monitoring | No | Yes | Yes |
| Setup time | N/A | 10-30 min | 60 seconds |
| Delivery method | Your eyes | Discord/email | Telegram + Webhook + API |
| Cost | Free (your time) | $50-300/mo | From $100/mo |
The critical differentiator is detection speed. Xanguard achieves sub-200ms detection by connecting directly to pump.fun's real-time NATS WebSocket infrastructure. This is a push-based system — events are delivered to Xanguard the instant they happen, rather than being discovered through periodic polling. There is no polling interval, no API rate limit, and no detection delay beyond network latency.
How to Set Up Pump.fun Livestream Alerts (Step-by-Step)
Setting up livestream tracking takes under 60 seconds. Here is the complete process:
Open the PumpFun Bot
Go to t.me/PF_Xanguard_bot on Telegram and tap "Start" or send /start. The bot responds with a welcome message and available commands.
Add a wallet to track
Send /add followed by the Solana wallet address of the deployer or creator you want to monitor. For example: /add 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU. The bot confirms the wallet has been added.
Receive alerts instantly
When the tracked wallet starts a pump.fun livestream, you receive a Telegram message within 200ms containing: wallet address, event type (stream started/ended), viewer count, and a direct link to the stream. Token launch and graduation events for that wallet are also included.
Manage your watchlist
Use /list to see all tracked wallets, /remove to stop tracking a wallet, and /help for the full command reference. You can add up to the limit of your plan (3, 6, 10, or 20 wallets).
That is the entire setup. No API keys to generate, no webhook URLs to configure (unless you want them), no code to write. The bot starts monitoring the wallet immediately after you add it, and alerts begin flowing the next time that wallet has any pump.fun activity.
How Xanguard Detects Livestreams in Under 200ms
Speed claims are easy to make and hard to verify. Here is exactly how the PumpFun Bot achieves sub-200ms detection, and why the architecture makes polling-based alternatives fundamentally slower.
- NATS WebSocket connection — Xanguard maintains a persistent WebSocket connection to pump.fun's real-time NATS messaging infrastructure. Every coin lifecycle event (including livestream state changes) is pushed to this connection the instant it occurs. There is no polling — the data arrives as a push event.
- In-memory wallet matching — Tracked wallets are stored in a DashMap (concurrent hash map) in memory. When a lifecycle event arrives, the wallet is checked against this map in microseconds. No database query, no network call — pure in-memory lookup.
- Livestream state diffing — Each event contains a "before" and "after" state. The bot detects livestream starts by checking
before.is_currently_live=falseandafter.is_currently_live=true(and the reverse for stream ends). This deterministic comparison eliminates false positives entirely. - Deduplication with TTL — A dedup map with 1-hour TTL ensures that transient state flickers do not generate duplicate alerts. Each unique wallet+event combination is only delivered once per hour.
- Zero external dependencies — The detection pipeline runs entirely in-process. No proxy needed, no Twitter accounts, no API keys, no rate limits. The only network dependency is the WebSocket connection to pump.fun's NATS server.
The result is end-to-end latency from pump.fun event to Telegram notification of under 200 milliseconds. This is not an average — it is the typical case. The Telegram API itself accounts for most of that latency; the detection and matching step takes single-digit milliseconds.
What Your Alerts Include
Every pump.fun livestream alert delivered by the bot contains structured, actionable data:
- Wallet address — The Solana wallet that triggered the event, so you know exactly which tracked deployer is active.
- Event type — Whether the livestream just started or just ended. Both transitions are alerted by default.
- Viewer count — The number of concurrent viewers at the time of the event. A stream that starts with 500 viewers signals a very different opportunity than one with 3.
- Delivery speed — The time elapsed between the pump.fun event and your notification, displayed in the alert so you can verify the latency yourself.
- Token information — When available, the token associated with the livestream is included with a direct link.
Beyond livestream alerts, the same subscription also delivers token launch events (when the tracked wallet deploys a new token on pump.fun) and graduation events (when a token migrates from pump.fun's bonding curve to Raydium). This means a single wallet subscription gives you comprehensive coverage of every major on-chain action by that deployer.
Pricing
PumpFun Bot pricing scales with the number of wallets you need to track. All plans include livestream alerts, token launch alerts, and graduation alerts. Payment is accepted in SOL.
The 10-wallet plan offers the best value per wallet at $27/wallet/month. For most traders tracking a focused list of known deployers and influencers, 10 wallets covers the high-signal targets. The 3-wallet plan is ideal for traders who follow a small number of specific creators and want to test the service before scaling up.
For detailed pricing and feature information, visit the PumpFun product page.
Frequently Asked Questions
How do I set up pump.fun livestream alerts on Telegram?
/start, then use /add followed by the Solana wallet address you want to track. Alerts begin immediately. The bot detects livestream start and end events in under 200ms and sends notifications with wallet address, viewer count, and event type. No additional configuration is needed.
How fast are Xanguard's pump.fun livestream notifications?
How much does pump.fun livestream tracking cost?
Can I track pump.fun livestreams without manually watching the site?
Never miss a pump.fun livestream again
Sub-200ms livestream detection, delivered via Telegram, webhook, or API. Set up in 60 seconds. Track deployers, catch launches, get the edge.