# EMC2 AI Einstein Report

> EMC2 AI Einstein Report is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Generates an AI-powered Einstein report with aggregated alpha signals, risk scoring, and market intelligence for a given token or wallet on-chain

## Facts

- Endpoint: POST https://emc2ai.io/x402/einstein/report
- Price: $0.5/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-95a126a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BVHA-zLRN482g-F6Y3NNb

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

Example prompt: Run an EMC2 AI Einstein report on token 0xBd3531dA5CF5857e7CfAA92426877b022e612cf8 — I want alpha signals, holder concentration risk, and accumulation patterns.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized intelligence report combining alpha signals, holder risk, and accumulation patterns in a single call — rather than querying individual endpoints for whale data, liquidity, or security separately.

## Known failure modes

- Invalid or unrecognized token/wallet address returns an error
- Payment of 0.5 USDC not received or x402 payment flow fails
- Unsupported blockchain network for the requested address
- Rate limiting or quota exceeded returns 429
- Malformed request body returns 400 with validation error

## How this service works

Access to /x402/einstein/report

## Output

A structured AI-generated Einstein report containing aggregated alpha signals, risk scoring, holder concentration analysis, accumulation patterns, and market intelligence for the queried token or wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "The prompt or question to send to Einstein AI agent"
  },
  "roomId": {
   "type": "string",
   "description": "Optional room ID for conversation context"
  },
  "userId": {
   "type": "string",
   "description": "Optional user ID for tracking"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "result": {},
 "status": "completed",
 "analysis": {}
}
```

## More

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