# 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.75/call, status unknown (last checked 2026-09-15).

Returns Pump.fun tokens on Solana approaching the Raydium graduation threshold, enriched with AI analysis

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/pumpfun-graduation
- Price: $0.75/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-b4a32781
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UMRNEe9nb2WAkcB6wogOH

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-b4a32781 -d '<json body>'
```

Example prompt: Pull up the Pump.fun tokens on Solana that are closest to graduating to Raydium right now, and give me the AI analysis on which ones look most promising.

## When to prefer this

Use this endpoint when you need real-time intelligence on Pump.fun tokens approaching the Raydium graduation milestone on Solana, especially when you want AI-synthesized commentary alongside raw on-chain data. Prefer this over generic token screeners when your specific focus is the Pump.fun-to-Raydium graduation event on Solana.

## Known failure modes

- Bitquery upstream outage returns 502 or empty data
- No tokens currently near graduation threshold returns empty list
- Payment not received or x402 flow incomplete returns 402
- Malformed request body returns 400
- Rate limiting on high-frequency polling returns 429

## How this service works

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

## Output

A list of Pump.fun tokens on Solana near the Raydium graduation threshold, including bonding curve progress, market metrics, and an AI-generated analysis summarizing graduation likelihood and notable signals for each token.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "result": {},
 "status": "completed",
 "analysis": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-b4a32781/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)
