# EMC2 AI Whale Intel (AI Analysis)

> EMC2 AI Whale Intel (AI Analysis) is a paid API for AI agents from emc2ai.io, paid per call via x402, $1.000000/call, status unknown (last checked 2026-09-15).

Returns a token-centric whale accumulation view with net capital flows, top holders, and AI-generated analysis for a given token.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/whale-intel
- Price: $1.000000/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-285745d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h9fzgJJHPDP7GXPxNVsHX

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

Example prompt: Pull up the whale accumulation and net capital flow breakdown for the PEPE token on Ethereum — I want to see the top holders and get the AI analysis on whether big money is buying or selling.

## When to prefer this

Use this endpoint when you need a combined quantitative + AI-interpreted view of whale behavior for a specific token, including holder concentration and capital flow direction. Prefer this over the non-AI sibling when you want a narrative summary alongside raw data, or when you need top holder breakdowns in addition to flow metrics.

## Known failure modes

- Token address not found or unsupported network returns 404 or empty dataset
- Invalid token identifier returns validation error
- Bitquery upstream timeout causes delayed or failed response
- Insufficient on-chain data for low-liquidity tokens results in sparse output
- Payment not processed (x402 protocol failure) returns 402 error

## How this service works

Token-centric whale accumulation view with net capital flows and top holders. (with AI analysis)

## Output

Returns structured data including top holder wallet addresses and their balances, net capital inflow/outflow metrics, buy vs sell volume from whale wallets, and an AI-generated narrative summarizing accumulation trends and notable whale behavior for the queried token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "enum": [
    "base",
    "ethereum",
    "bsc",
    "arbitrum",
    "polygon",
    "optimism",
    "solana"
   ],
   "type": "string",
   "description": "Blockchain to query (e.g., base, ethereum, bsc, solana)"
  },
  "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-285745d4/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)
