# EMC2 AI Pump.fun Token Launches with Bonding Curve Progress

> EMC2 AI Pump.fun Token Launches with Bonding Curve Progress 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 fresh Pump.fun token launches on Solana with bonding curve progress data and AI-generated analysis

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/pumpfun-launches
- 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-dec1dacc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LtVdo8qXebyZAXPC1MtEk

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

Example prompt: Show me the freshest Pump.fun token launches on Solana right now, including their bonding curve progress and any AI analysis on which ones look most interesting.

## When to prefer this

Use this endpoint when you need the most recent Pump.fun token launches on Solana specifically, combined with bonding curve progress (how far along to graduation) and AI narrative analysis. Prefer this over generic DEX screeners when you want Pump.fun-native launch data with an AI layer interpreting the signals. Not suitable for BSC, Ethereum, or non-Pump.fun launches.

## Known failure modes

- No recent launches found in the requested time window — returns empty result set
- Bitquery upstream timeout or rate limit — returns 5xx or gateway error
- Invalid request parameters — returns 4xx with validation message
- Payment failure — x402 payment not accepted, returns 402
- Solana RPC degradation causing stale or incomplete data

## How this service works

Fresh Pump.fun token launches with bonding curve progress (Solana only). (with AI analysis)

## Output

A list of recently launched Pump.fun tokens on Solana, each with bonding curve completion percentage, token metadata (name, symbol, address), launch timestamp, price and market cap data, and AI-generated commentary on momentum or risk 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)"
  },
  "timeperiod": {
   "enum": [
    "1h",
    "4h",
    "24h",
    "7d",
    "30d"
   ],
   "type": "string",
   "description": "Time period for analysis (e.g., 1h, 24h, 7d, 30d)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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