# EMC2 AI - Zora Launchpad Token Deployments with AI Analysis

> EMC2 AI - Zora Launchpad Token Deployments with AI Analysis is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-14).

Returns the latest token deployments on the Zora Launchpad (Base chain only) enriched with deployer intelligence and AI-generated analysis.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/zora-launches
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-8034d7d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i3w3gB53lqnrGjkBt0CB1

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

Example prompt: Pull the latest token deployments from the Zora Launchpad on Base and give me the AI analysis on the deployers — I want to know if any of the wallets behind these launches look suspicious or have a track record.

## When to prefer this

Use this endpoint when you need real-time intelligence on new token launches specifically on the Zora Launchpad (Base network), especially when deployer background and risk context matters. Prefer this over generic token listing endpoints because it combines on-chain launch data with AI-powered deployer analysis unique to the Zora ecosystem.

## Known failure modes

- Payment not received or x402 payment flow fails — 402 response
- Bitquery data source unavailable — 503 or upstream error
- No recent Zora launches found for the query window — empty result set
- Invalid request body parameters — 400 bad request
- Rate limit exceeded — 429 response

## How this service works

Latest Zora Launchpad token deployments with deployer intel (Base only). (with AI analysis)

## Output

A list of the most recent token deployments on Zora Launchpad (Base chain), including contract addresses, deployer wallet addresses, deployer historical behavior intel, and AI-generated commentary analyzing each launch's credibility and deployer patterns.

## 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-8034d7d7/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)
