# EMC2 AI BSC Alpha Signals

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

Returns AI-analyzed aggregated alpha signals for early-opportunity tokens on Binance Smart Chain (BSC), including on-chain analytics and AI commentary.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/bscalpha
- Price: $0.75/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-18b14788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DKgYVf8w2oEmDIapZ6IUu

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

Example prompt: Pull the latest AI-analyzed alpha signals for early BSC opportunities right now — I want to see which tokens on Binance Smart Chain are showing early momentum or accumulation before they break out.

## When to prefer this

Use this endpoint when you need AI-interpreted, aggregated early-stage token alpha signals specifically on Binance Smart Chain (BSC). Prefer this over raw on-chain queries when you want both data aggregation and AI analysis in a single call, and when your focus is BSC rather than Ethereum, Solana, or other chains.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required
- BSC data temporarily unavailable from Bitquery upstream — 503 or timeout
- Malformed request body — 400 Bad Request
- No alpha signals detected in current window — empty result set returned
- Rate limit exceeded — 429 Too Many Requests

## How this service works

Aggregated alpha signals for early opportunities (BSC only). (with AI analysis)

## Output

A list of aggregated alpha signals for early-opportunity tokens on BSC, enriched with AI analysis commentary, including metrics such as token identifiers, price/volume signals, accumulation indicators, and an AI-generated interpretation of the opportunity.

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

## Response schema (JSON Schema)

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

## More

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