# EMC2 AI - Virtuals Protocol Agent Token Pools

> EMC2 AI - Virtuals Protocol Agent Token Pools is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.55/call, status unknown (last checked 2026-09-15).

Fetches Virtuals Protocol agent token bonding curves and pool data on Base chain with AI-powered analysis

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/virtual-pools
- Price: $0.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-55d09b79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vc9Qj8J0QioxWTrKUP9nn

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

Example prompt: Pull the current Virtuals Protocol agent token bonding curve pools on Base and give me an AI analysis of which pools have the most activity and liquidity right now.

## When to prefer this

Use this endpoint when you specifically need Virtuals Protocol agent token and bonding curve data on the Base chain, with the added value of AI-generated analysis layered on top of raw pool metrics. Prefer this over generic DEX pool endpoints when the user is focused on Virtuals Protocol's AI agent token ecosystem.

## Known failure modes

- No pools returned if Base chain data is temporarily unavailable
- Bitquery upstream timeout causing delayed or empty response
- Payment failure (402) if USDC balance is insufficient
- Malformed request body resulting in 400 error
- Rate limiting if too many requests are made in quick succession

## How this service works

Virtuals Protocol agent tokens and bonding curves (Base only). (with AI analysis)

## Output

Returns a list of Virtuals Protocol agent token pool records on Base including bonding curve metrics, liquidity data, price information, and an AI-generated analysis summarizing notable trends or opportunities across the pools.

## 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-55d09b79/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)
