pumpfun-sniper

v1.0.0

Score any pump.fun token CA for snipe safety (0-100) before buying. Analyzes dev wallet history, social links, liquidity, and holder concentration. Returns S...

1· 393· 1 versions· 0 current· 0 all-time· Updated 15h ago· MIT-0
byLougseus@ultranumblol

Install

openclaw skills install pumpfun-sniper

pump.fun Sniper Scorer

Score any Solana token CA for snipe safety before you buy. Returns a 0–100 score with verdict: SNIPE / CAUTION / AVOID.

Paid API (Recommended)

Hosted endpoint — $0.05 USDC per request via x402 on Base chain:

# Check payment requirements
npx awal@latest x402 details https://pumpfun-sniper-production.up.railway.app/score?ca=TOKEN_CA

# Score a token (auto-pays)
npx awal@latest x402 pay "https://pumpfun-sniper-production.up.railway.app/score?ca=TOKEN_CA"

What Gets Scored

CategoryWeightWhat it checks
Dev Wallet30 ptsSOL balance, number of prior launches
Social Links20 ptsTwitter, Telegram, website, description
Liquidity25 ptsLiquidity USD, buy/sell ratio, volume
Concentration25 ptsTop 5 holder %, dev wallet holdings

Verdict Guide

ScoreVerdictMeaning
70–100🎯 SNIPELow rug signals, worth considering
45–69⚠️ CAUTIONMixed signals, use small size
0–44🚨 AVOIDHigh rug risk, stay away

API Response

{
  "ca": "TokenCA...",
  "score": 74,
  "verdict": "SNIPE",
  "token": {
    "symbol": "PEPE",
    "name": "Pepe Coin",
    "price_usd": "0.0000123",
    "liquidity_usd": 45000,
    "market_cap": 180000,
    "twitter": "https://twitter.com/pepecoin",
    "telegram": "https://t.me/pepecoin"
  },
  "breakdown": {
    "dev_wallet":    {"score": 22, "max": 30},
    "social":        {"score": 18, "max": 20},
    "liquidity":     {"score": 20, "max": 25},
    "concentration": {"score": 14, "max": 25}
  },
  "signals": [
    "✅ Dev has significant SOL (12.5 SOL)",
    "✅ Token: $PEPE — Pepe Coin",
    "✅ Has description",
    "✅ Twitter: https://twitter.com/pepecoin",
    "✅ Strong liquidity: $45,000",
    "✅ Strong buy pressure: 45B / 12S (5m)",
    "⚠️ Top 5 hold 38.2%"
  ]
}

Agent Usage

# Self-hosted (requires HELIUS_API_KEY for best results)
python3 {baseDir}/scripts/scorer.py <TOKEN_CA>

Always use --json / the API endpoint for agent use. Scoring takes 10–20 seconds due to multiple on-chain lookups.

Version tags

cryptovk97e6eb0w6896ga6xyn23t67vs82basedefivk97e6eb0w6896ga6xyn23t67vs82baselatestvk97e6eb0w6896ga6xyn23t67vs82basememe-coinvk97e6eb0w6896ga6xyn23t67vs82basepump.funvk97e6eb0w6896ga6xyn23t67vs82baserug-detectionvk97e6eb0w6896ga6xyn23t67vs82basesnipervk97e6eb0w6896ga6xyn23t67vs82basesolanavk97e6eb0w6896ga6xyn23t67vs82basetoken-analysisvk97e6eb0w6896ga6xyn23t67vs82basetradingvk97e6eb0w6896ga6xyn23t67vs82base

Runtime requirements

Binspython3
Environment variables
HELIUS_API_KEYrequired