madeonsol_almost_bonded
Identify pump.fun tokens nearing bonding curve graduation, ranked by progress velocity. Filter by deployer tier, progress, liquidity, and authority status.
Instructions
Pre-bond pump.fun tokens approaching graduation, ranked by VELOCITY (Δprogress/min) — '95% and accelerating' beats '92% stalled'. Each token is enriched with its deployer's reputation tier. progress_pct comes from on-chain real_token_reserves depletion; velocity_pct_per_min is null until a 5-minute snapshot exists; eta_minutes is a linear projection from current velocity. Returns tokens[] with mint, symbol, name, progress_pct, velocity_pct_per_min, eta_minutes, stalled, real_sol_reserves, market_cap_usd, liquidity_usd, authorities_revoked, deployer_tier, age_minutes. PRO/ULTRA only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort axis (default velocity_desc) | |
| limit | No | Page size (1-100, default 50) | |
| min_liq | No | Minimum liquidity in USD | |
| max_progress | No | Upper bound on bonding progress % (default 99.99 — already-bonded excluded) | |
| min_progress | No | Lower bound on bonding progress % (default 80) | |
| deployer_tier | No | Filter by deployer reputation tier | |
| max_age_minutes | No | Max minutes since deploy (post-filter) | |
| authority_revoked | No | Only tokens whose mint+freeze authorities are revoked | |
| min_velocity_pct_per_min | No | Minimum Δprogress/min; tokens without a 5m-ago snapshot are dropped when set |