# EMC2 AI Multi-Chain Investment Report

> EMC2 AI Multi-Chain Investment Report is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-15).

Generates an AI-analyzed multi-chain investment report covering bonding curves, liquidity depth, and whale activity for a given token or market.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/investment-report
- Price: $0.6/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-48574f34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ul3ws3KMpPpJ3vtgbPV7j

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-48574f34 -d '<json body>'
```

Example prompt: Give me a full AI investment report on the token at address 0xabc123 on Ethereum — I want bonding curve analysis, current liquidity depth, and whale accumulation intel so I can decide whether to enter a position.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized investment report for a specific token that combines bonding curve data, liquidity metrics, and whale intelligence in a single call across multiple chains. Prefer this over narrower endpoints (e.g. whale-only or holder-concentration-only) when a holistic investment picture is needed.

## Known failure modes

- Invalid or unrecognized token address returns error
- Unsupported chain identifier causes request failure
- Token has insufficient on-chain data for full analysis
- Bitquery upstream timeout or data unavailability
- Payment not processed correctly via x402 protocol

## How this service works

Multi-chain investment report with bonding curves, liquidity, and whale intel. (with AI analysis)

## Output

Returns a structured investment report with AI-generated analysis covering bonding curve mechanics, liquidity pool depth and health, whale wallet activity and net capital flows, and an overall investment assessment across supported chains (BSC, Base, Ethereum).

## 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-48574f34/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)
