๐Ÿง Chapter 1 ยท Setup ยท 5 min read

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:

ProgramWhat it doesWhere it runs
The EngineScans every new Solana token in real time, scores it, kills the rugsYour computer / VPS
The Telegram BotSends you a card every time a token is worth buying. You tap to buy.Your computer / VPS โ†’ your Telegram chat
The DashboardA live web page showing signals, winners, your PnL, your engine healthhttp://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:

  1. INVISIBLE_RUG, has market cap but no liquidity (classic rug pattern)
  2. LOW_LIQ_DEAD, liquidity under $500 + no recent volume
  3. HONEYPOT, lots of buys, basically zero sells (you can't exit)
  4. FREEZE_AUTH not revoked, dev can freeze your tokens
  5. MINT_AUTH not revoked, dev can print infinite supply
  6. Sell tax > 10%, you lose 10%+ every sell
  7. WASH_TRADING, symmetrical bot patterns (fake volume)
  8. WICK_FAKEOUT, fake pump followed by sell pressure
  9. 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:

DimensionWhat it measures
BuyPressureAre buys outpacing sells across 5m / 1h / 24h?
VolMomentumIs volume accelerating vs the average?
PriceVelocityAre prices ramping cleanly without big wicks?
McapSweetspotIs the market cap in the historical winning zone?
LiquidityDepthIs 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 โ†’