What Is PumpStriker? How the Solana Memecoin Bot Works
By Bathyr Devs ยท Published June 24, 2026
Read this first. Before you install anything, spend 5 minutes understanding what PumpStriker actually does. The rest of the guide will make 10x more sense.
๐ Official site: pumpstriker.fun
The 30-second explanation
PumpStriker is 3 small programs that work together to find good Solana memecoins, fire signals to your Telegram, and execute trades automatically:
| Program | What it does | Where it runs |
|---|---|---|
| The Engine | Scans every new Solana token in real time, scores it, kills the rugs | Your computer / VPS |
| The Telegram Bot | Sends you a card every time a token is worth buying. You tap to buy. | Your computer / VPS โ your Telegram chat |
| The Dashboard | A live web page showing signals, winners, your PnL, your engine health | http://localhost:3000 on the same computer / VPS the engine runs on |
They talk to each other over your own computer. Nothing leaves your machine except the Telegram messages and the blockchain trades.
How it actually works
New token launches on PumpFun โ Helius WebSocket tells the Engine in ~100ms โ Engine runs 9 safety checks (rug-killers) โ Engine scores 5 dimensions (BuyPressure, Volume, Velocity, MCap, Liquidity) โ Engine adds bonuses (Holder Band, Alpha Co-Buy, Twitter Velocity) โ If score โฅ your threshold โ fire a signal โ Telegram Bot posts a card with Buy buttons โ You tap "Buy 0.05 SOL" โ Smart Router picks the best venue (PumpFun / PumpSwap / Jupiter) โ Helius Sender broadcasts MEV-protected โ Position Monitor watches every 5 seconds โ Auto-sell when TP / SL / Trailing Stop hits
From token launch to scored signal: ~300ms. From signal to confirmed buy: ~3-5 seconds.
The 9 rug-killers
These are the automatic blocks. If a token trips any one of them, score = 0 and you never see it:
- INVISIBLE_RUG, has market cap but no liquidity (classic rug pattern)
- LOW_LIQ_DEAD, liquidity under $500 + no recent volume
- HONEYPOT, lots of buys, basically zero sells (you can't exit)
- FREEZE_AUTH not revoked, dev can freeze your tokens
- MINT_AUTH not revoked, dev can print infinite supply
- Sell tax > 10%, you lose 10%+ every sell
- WASH_TRADING, symmetrical bot patterns (fake volume)
- WICK_FAKEOUT, fake pump followed by sell pressure
- BUBBLE_MAP, dev or top 10 holders own too much
The 5 scoring dimensions
If a token survives the kills, it's scored 0-100 on:
| Dimension | What it measures |
|---|---|
| BuyPressure | Are buys outpacing sells across 5m / 1h / 24h? |
| VolMomentum | Is volume accelerating vs the average? |
| PriceVelocity | Are prices ramping cleanly without big wicks? |
| McapSweetspot | Is the market cap in the historical winning zone? |
| LiquidityDepth | Is there enough liquidity to actually exit? |
The higher the score, the bigger the signal tier. Tiers 4+ auto-fire to your Telegram.
What runs where
YOUR COMPUTER (or VPS) โโโ The Engine (Node.js process, scans + scores) โโโ The Telegram Bot (Node.js process, talks to Telegram) โโโ The Dashboard (web page on localhost:3000) INTERNET โโโ Telegram (free messaging, you already use it) โโโ Helius RPC (Solana blockchain access, free tier OK) โโโ QuickNode RPC (backup Solana access) โโโ GMGN / RugCheck (token safety + holder data) โโโ Jupiter / PumpFun (where the actual trades happen)
You'll set up free accounts on each of those internet services in the next chapter. None of them ever see your private key.
What you do NOT need
- โ No coding
- โ No Discord servers full of "alpha calls"
- โ No paid Telegram channels
- โ No copying random wallets
- โ No exchanges (Binance, Coinbase, etc.)
- โ No KYC anywhere except optional Google Cloud signup
What you DO need
- โ A computer (any: Windows, Mac, Linux) or a VPS
- โ An internet connection
- โ A Telegram account
- โ A Solana wallet you can fund (the bot creates one for you, or you import yours)
- โ ~1.5 hours of focus
- โ The chapters of this guide, read in order
โก๏ธ Next chapter: 2. Get Your API Keys, we sign up for the free services PumpStriker needs.
PumpStriker, the self-hosted Solana memecoin striker.
Your keys. Your machine. One-time $350, MIT licensed, no subscription.
See pricing โ