# 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, $1.000000/call, status unknown (last checked 2026-09-15).

Generates a comprehensive multi-chain investment report covering bonding curves, liquidity depth, and whale wallet intelligence for a given token.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/investment-report/raw
- 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-bf9c12a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LZsKxkczng9EDOMHM9tr4

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

Example prompt: Pull a full investment report for token 0xabc123 on Ethereum — I want bonding curve data, liquidity depth, and whale wallet intel so I can decide whether to invest.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional investment report combining bonding curve analysis, liquidity intelligence, and whale tracking in a single call across multiple chains. Prefer this over narrower endpoints when doing holistic token due diligence before an investment decision.

## Known failure modes

- Invalid or unrecognized token address returns error
- Unsupported chain returns validation error
- Payment of $1 USDC not fulfilled triggers 402 response
- Bitquery upstream timeout causes delayed or failed response
- Token with no on-chain activity returns empty or sparse report

## How this service works

Multi-chain investment report with bonding curves, liquidity, and whale intel.

## Output

A structured investment report including bonding curve dynamics, DEX liquidity metrics, whale wallet concentration and movement patterns, and capital flow analysis across multiple blockchain networks.

## 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-bf9c12a3/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)
