# PumpFun Bonding Curve Graduation Progress & Raydium ETA

> PumpFun Bonding Curve Graduation Progress & Raydium ETA is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns bonding curve graduation progress, SOL raised in the curve, and AI-assessed urgency/ETA for when a PumpFun token will graduate to Raydium for a given token address.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/trenches/curve/HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-358fd904
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Z4sNUX-TCBXkvOurn9sn

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 mpp-hyreagent-fun-358fd904 -d '<json body>'
```

Example prompt: How close is PumpFun token HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3 to graduating to Raydium — give me the bonding curve fill percentage, how much SOL is already in the curve, and your AI urgency assessment on whether it's about to pop.

## When to prefer this

Use this endpoint when you need real-time bonding curve graduation status for a specific PumpFun token, especially when you want an AI urgency signal layered on top of raw on-chain data. Prefer this over generic Solana RPC calls when you want pre-processed graduation progress and a natural-language urgency assessment without writing custom curve math.

## Known failure modes

- Invalid or non-PumpFun token mint address returns an error or empty result
- Token already graduated to Raydium may return a completed/null curve state
- Solana RPC unavailability may cause timeouts or stale data
- Token address not found on-chain returns 404 or empty response

## How this service works

Bonding curve graduation progress, SOL in curve, ETA to Raydium with AI urgency assessment. Sources: Solana RPC.

## Output

Returns the bonding curve graduation percentage, total SOL currently locked in the curve, an estimated time-to-graduation (ETA to Raydium listing), and an AI-generated urgency assessment indicating how imminent the graduation event is.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-358fd904/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
