# mpp.hyreagent.fun New Token Launches

> mpp.hyreagent.fun New Token Launches is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a list of recently launched tokens on Base chain from the trenches/meme ecosystem

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/trenches/new-tokens
- Price: $0.08/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-fc6aed08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tk_wxZ-WEnljaU_dGVGlW

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

Example prompt: Show me the newest token launches on the Base chain right now — I want to see what just hit the trenches so I can evaluate early opportunities.

## When to prefer this

Use this endpoint when you need to discover recently launched tokens on Base chain, particularly in the meme/trenches ecosystem. Prefer this over general token search endpoints when you specifically want new launches rather than established tokens. Pairs well with sibling endpoints on this host for deeper analysis (bonding curve, whale holders, sniper detection, AI verdict) after identifying interesting new tokens.

## Known failure modes

- No new tokens found within the queried timeframe — returns empty list
- Base chain RPC or indexer unavailability causes upstream data fetch failure
- Invalid or missing request parameters return 4xx error
- Rate limiting or payment failure returns 402 or 429 error
- Stale data if the indexer lags behind real-time chain state

## How this service works

New token launches

## Output

A list of newly launched tokens on Base chain, likely including token addresses, names, symbols, launch times, and basic metadata for each new token that recently went live.

## Example request

```json
{
 "chain": "base",
 "limit": 10,
 "ecosystem": "trenches",
 "timeframe_hours": 24
}
```

## More

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