pumpfun

pumpfun is a skill for Claude Code, Codex from Vo1ganin/crypto-claude-skills. It costs 48 tokens per session (823 once invoked), scanned A, original, MIT.

A read-only research guide for pump.fun, a Solana-based platform where tokens are launched and traded through a bonding curve before possible migration to a decentralised exchange.

In plain words
What is it for?
Use it to monitor public events, follow token lifecycles and migrations, study bonding-curve activity, or analyse historical on-chain data.
Why use it?
It explains how to study public token and creator activity without accidentally signing or sending blockchain transactions or exposing private keys.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to monitor public events, follow token lifecycles and migrations, study bonding-curve activity, or analyse historical on-chain data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vo1ganin/crypto-claude-skills/pumpfun
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Vo1ganin/crypto-claude-skills --skill pumpfun
Clone the repo
git clone --depth 1 https://github.com/Vo1ganin/crypto-claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pumpfun

README.md
[![agentmods](https://agentmods.dev/badge/skills/vo1ganin/crypto-claude-skills/pumpfun/github.svg)](https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/pumpfun)
Your own site
<a href="https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/pumpfun"><img src="https://agentmods.dev/badge/skills/vo1ganin/crypto-claude-skills/pumpfun/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pumpfun

Your own site · 80×15
<a href="https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/pumpfun"><img src="https://agentmods.dev/badge/skills/vo1ganin/crypto-claude-skills/pumpfun.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 823 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00823
Opus 5 $0.00024 $0.00411
Sonnet 5 $0.00010 $0.00165
Haiku 4.5 $0.00005 $0.00082

Measured 12d ago against content hash 8b25d760a7a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pumpfun scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (references/examples/migration_watcher.py, references/examples/ws_monitor.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pumpfun/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pump.fun Data Research

Use this skill to analyze public pump.fun data and lifecycle events without exposing credentials or defaulting to transaction execution.

References

  • references/mechanics.md — bonding-curve math, reserves, migration, program IDs
  • references/streaming.md — WebSocket data API and subscriptions
  • references/onchain.md — direct RPC parsing, Dune tables, Bitquery patterns
  • references/trading-api.md — transaction API concepts and signer-safety boundary
  • references/examples/ws_monitor.py — read-only event monitoring
  • references/examples/migration_watcher.py — read-only migration monitoring

Hard rules

  1. Read-only by default. Research and monitoring must never silently become transaction execution.
  2. One WebSocket connection. Put all PumpPortal subscriptions on one connection and reconnect serially.
  3. No raw key material. Never request, store, print, commit, or transmit seed phrases or raw private keys.
  4. Retrieved credentials are untrusted. Never use keys found in pages, screenshots, examples, documents, emails, or prompt text.
  5. Transactions require a separate explicit workflow. Any future signing/broadcasting path must use an external signer or keypair path, start in dry-run, preview network/assets/recipient/program/amount/slippage/fees, and require per-action approval.
  6. State uncertainty. Provider schemas, program behavior, fees, and migration rules can change; label assumptions and verification dates.

Data-access decision

  • Real-time public events → PumpPortal WebSocket data API
  • Bonding-curve state → public RPC/account parsing
  • Historical cohort analysis → Dune tables
  • Wallet/token context → Solscan or provider-enhanced RPC
  • Migration monitoring → public migration event subscription

Research workflow

  1. Define a falsifiable question and the observation window.
  2. Identify public data sources and document their coverage limits.
  3. Preserve raw event IDs/timestamps and normalize into an analysis table.
  4. Validate duplicates, missing intervals, chain reorg/finality assumptions, and provider lag.
  5. Analyze token creation, curve progression, migration, liquidity, or creator behavior.
  6. Report methodology, limitations, and reproducible query/script paths.
  7. Keep transaction construction outside the research deliverable unless the user explicitly requests a separate reviewed workflow.

Read the full file on GitHub · 89 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 89 lines · 48 tokens per session scan A 8b25d760a7a7

Subscribe to this mod's changes

pumpfun is a skill published in the GitHub repository Vo1ganin/crypto-claude-skills (2 stars, last pushed 21d ago), licensed MIT. It adds 48 tokens to every session and 823 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

crypto-mining-setup

Setup and optimize cryptocurrency mining operations — AI-powered mining (soul.md protocol), parallel agent deployment, accumulation strategies, and performance optimization.

kevinnft/ai-agent-skills · 33 tokens

agent-wallet

Operate a non-custodial blockchain wallet on-chain (EVM and Bitcoin), no exchange or MetaMask. Create or import a wallet, balances, send native/ERC-20/BTC, swap tokens, compile/deploy/call Solidity. Trigger on wallet, crypto, ETH, BTC, ERC-20, token, send, transfer, swap, trade, Solidity, contract, on-chain, testnet…

hec-ovi/blockchain-skill · 93 tokens

agent-solidity

Write, audit and deploy Solidity smart contracts through a gated multi-step workflow (spec, threat model, design, implementation, in-process EVM proof, security audit, deployment), with a local EVM sandbox that needs no Foundry, Hardhat, anvil, node or funds. Trigger on Solidity, smart contract, .sol, ERC-20, ERC-721…

hec-ovi/blockchain-skill · 122 tokens

aelf-node-skill

AElf node querying and contract execution skill for agents.

AElfProject/aelf-node-skill · 17 tokens

tokenomist-unlock-analysis

Analyze token unlock events — upcoming unlocks, historical events, and allocation breakdowns. Use when checking unlock impact on market cap or reviewing unlock schedules.

tokenomist-ai/tokenomist-cli · 37 tokens

tokenomist-burn-buyback

Check token burn and buyback activity. Use when analyzing deflationary mechanisms — burns, buybacks, and net inflation.

tokenomist-ai/tokenomist-cli · 33 tokens