# mpp.hyreagent.fun Bonding Curve Progress

> mpp.hyreagent.fun Bonding Curve Progress 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-15).

Returns the bonding curve progress for a given Solana token address, indicating how far along the token is toward graduating from its bonding curve.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/trenches/curve
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-2c1bfeae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7tINjReeIrB889H9u19Yu

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

Example prompt: What's the bonding curve progress for the Solana token at address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — is it close to graduating?

## When to prefer this

Use this endpoint when you need to quickly check the bonding curve fill status of a Solana memecoin token (e.g. from pump.fun) and want to know how close it is to graduating to a DEX. Prefer this over a full AI verdict endpoint when you only need the bonding curve metric without broader token analysis.

## Known failure modes

- Invalid or non-existent token address returns error
- Token not on a bonding curve (already graduated or not a bonding curve token) may return null or error
- Network timeout if Solana RPC is slow
- Payment failure if x402 micropayment is not properly handled

## How this service works

Bonding curve progress

## Output

Returns bonding curve progress data for the specified Solana token, including how far along the curve has been filled, likely as a percentage or ratio indicating proximity to graduation threshold.

## Example request

```json
{
 "tokenAddress": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
}
```

## More

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