# Bonding Curve Progress Lookup

> Bonding Curve Progress Lookup 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 the current bonding curve progress for a specific Solana token, indicating how close it is to graduating from the bonding curve mechanism.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/trenches/curve/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
- 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-263a76be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GxJJVj3Mh6XbTtljZd_l9

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

Example prompt: What's the bonding curve progress for the Solana token with mint address DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 — is it close to graduating?

## When to prefer this

Use this endpoint when you need real-time bonding curve progress data for a specific Solana token, particularly tokens launched on pump.fun or similar bonding curve launchpads. Prefer this over general token analytics when the specific question is about graduation proximity or curve fill percentage.

## Known failure modes

- Invalid or malformed Solana mint address returns an error
- Token not on a bonding curve mechanism returns empty or not-found response
- Expired or already-graduated token may return no active curve data
- Network or RPC issues may cause timeouts
- Payment failure if USDC balance is insufficient for the $0.01 fee

## How this service works

Bonding curve progress

## Output

Returns the bonding curve progress data for the specified Solana token, including how much of the curve has been filled, percentage progress toward graduation, and related metrics indicating proximity to the token graduating from the bonding curve mechanism.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-263a76be/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)
