# EMC2 AI - Virtuals Protocol Agent Tokens & Bonding Curves

> EMC2 AI - Virtuals Protocol Agent Tokens & Bonding Curves is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.400000/call, status unknown (last checked 2026-09-14).

Retrieves raw data on Virtuals Protocol agent token pools and bonding curves on the Base blockchain via Bitquery.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/virtual-pools/raw
- Price: $0.400000/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-946cffa1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jqGK1UBqLBe7yQgXqQUBr

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

Example prompt: Pull the raw Virtuals Protocol agent token pool and bonding curve data on Base — I want to see current pool states and pricing mechanics for virtual agent tokens.

## When to prefer this

Use this endpoint when you need raw, unprocessed Virtuals Protocol agent token pool and bonding curve data specifically on the Base blockchain, and want direct Bitquery access rather than aggregated or derived signals. Prefer this over other EMC2 AI endpoints when the focus is specifically on Virtuals Protocol tokenomics and bonding curve mechanics rather than whale flows or broader DEX activity.

## Known failure modes

- No matching pools found for the query parameters
- Bitquery upstream timeout or rate limit returns error
- Invalid query parameters result in empty or malformed response
- Base network data lag causes stale pool state
- Payment of 0.4 USDC not processed, request rejected with 402

## How this service works

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

## Output

Returns raw Bitquery data on Virtuals Protocol agent token pools and bonding curves deployed on Base, including pool addresses, bonding curve parameters, token prices, liquidity depth, and related pool metrics.

## 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)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-946cffa1/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)
