# EMC2 AI Pump.fun Graduation Tracker

> EMC2 AI Pump.fun Graduation Tracker is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.600000/call, status unknown (last checked 2026-09-15).

Returns Pump.fun tokens on Solana that are approaching the Raydium graduation bonding curve threshold

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/pumpfun-graduation/raw
- Price: $0.600000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-393e711b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WMRA98__l_jOWd349__ms

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability emc2ai-io-393e711b -d '<json body>'
```

Example prompt: Show me pump.fun tokens on Solana that are close to graduating to Raydium — I want to see which ones are almost at the bonding curve threshold so I can get in early before they list.

## When to prefer this

Use this endpoint when you need a real-time screener specifically for Pump.fun tokens approaching Raydium graduation on Solana. It is purpose-built for this niche compared to general DEX analytics endpoints. Prefer it over generic token screeners when targeting early-stage Solana memecoins at the bonding curve completion stage.

## Known failure modes

- No tokens currently near graduation threshold returns empty result set
- Bitquery upstream API unavailability causes 502 or timeout
- Payment failure (402) if USDC not provided via x402 protocol
- Rate limiting if called too frequently
- Solana RPC congestion causing delayed or stale data

## How this service works

Pump.fun tokens approaching Raydium graduation threshold (Solana only).

## Output

A list of Pump.fun tokens on Solana that are near the Raydium graduation bonding curve threshold, likely including token addresses, names, current bonding curve progress percentage, market cap, volume, and time-based metrics indicating proximity to graduation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Maximum number of results to return (default: 10, max: 500)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-393e711b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from emc2ai.io](https://www.zero.xyz/host/emc2ai.io/llms.txt)
