pmt-skill_skill

This skill helps you predict pump.fun token graduations on Solana by trading SOL in parimutuel markets and tracking outcomes.
  • Python

2.5k

GitHub Stars

3

Bundled Files

2 months ago

Catalog Refreshed

3 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill pmt-skill

  • _meta.json279 B
  • pumpbets.json19.1 KB
  • skill.md55.6 KB

Overview

This skill predicts pump.fun token graduations (YES/NO) on Solana mainnet by evaluating PumpMarket parimutuel betting markets. It observes on-chain bonding progress, market odds, and indexer signals to recommend whether a token will graduate to PumpSwap within the ~1-hour window. Use it to automate market entry, signal alerts, or portfolio risk controls for real SOL bets.

How this skill works

The agent polls PumpMarket's public API and on-chain program state to gather token bonding progress, market pools (YES/NO), and live odds. It applies resolution logic and configurable heuristics (bonding thresholds, timeout/rug detection, keeper status) to output a binary graduation prediction and a confidence score. Results can drive bet construction, simulated dry-runs, or alerting workflows while respecting mainnet wallet and terms acceptance steps.

When to use it

  • Automating entry into active PumpMarket YES/NO markets on mainnet
  • Scanning featured or trending tokens for imminent graduations
  • Pre-trade validation before submitting real-SOL bets
  • Generating alerts for high-confidence graduation events
  • Simulating strategies via dry-run without submitting transactions

Best practices

  • Use a dedicated funded betting wallet and never expose private keys in source code
  • Connect to a reliable paid RPC (Helius/Quicknode) to avoid rate limits on getProgramAccounts and simulations
  • Always accept PumpMarket terms via the API once before active trading
  • Start with small stakes (≥0.1 SOL) to account for fees and slippage; use dry-run simulations first
  • Validate bonding data with POST /api/tokens/:mint/validate-bonding to avoid stale indexer values

Example use cases

  • Auto-submit a YES bet when bondingProgress is rising and odds skew favorably within 15 minutes of market creation
  • Monitor featured tokens and send an alert if confidence threshold for graduation exceeds 80%
  • Run daily backtests by replaying resolved markets from /api/markets/resolved to tune heuristics
  • Simulate transaction construction and confirm signer flows using dry-run before sending real SOL
  • Create a keeper-monitor that watches resolution_slot and treasury/keeper balances for operational health

FAQ

Yes — markets are on mainnet and use real SOL; use dry-run simulation or devnet for testing.

Do I need an API key to read PumpMarket data?

No — the public API endpoints are unauthenticated. Only terms acceptance requires a signed request.

What minimum bet sizes and fees apply?

Min bet is 0.01 SOL; market creation fee is 0.1 SOL. Total platform+creator fees are 4.5%.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational