# EMC2 AI Token Sniping & Bot Detection

> EMC2 AI Token Sniping & Bot Detection is a paid API for AI agents from emc2ai.io, paid per call via x402, $1.000000/call, status unknown (last checked 2026-09-14).

Analyzes early token buyers to identify snipers, bots, and suspicious wallet behavior using AI-powered analysis

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/token-sniping
- Price: $1.000000/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-17627f4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iw7IeZFiPlqShgPm1Ddvv

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

Example prompt: Can you analyze the early buyers of token contract 0xABC...123 on BSC and tell me which wallets are likely snipers or bots — I want the AI breakdown of suspicious behavior at launch.

## When to prefer this

Use this endpoint when you need to assess whether a token's early price action was driven by bots or snipers, particularly for due diligence on new BSC token launches. Prefer this over generic holder analysis tools when bot detection and sniper identification at launch time is the primary concern, especially when AI-generated risk narrative is needed alongside raw wallet data.

## Known failure modes

- Invalid or unrecognized token contract address returns error
- Token has no early buyer history or is too new
- Network not supported (non-BSC tokens may fail)
- Bitquery upstream data unavailable or rate-limited
- Payment failure via x402 protocol blocks request

## How this service works

Early token buyers analysis with bot detection and sniper identification. (with AI analysis)

## Output

Returns a list of early buyer wallets for the specified token, each flagged and classified for bot or sniper behavior, along with an AI-generated analysis summarizing the launch manipulation risk, suspicious patterns, timing anomalies, and overall sniper activity score.

## 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)"
  },
  "tokenAddress": {
   "type": "string",
   "description": "Token contract address (for token-specific queries)"
  }
 }
}
```

## More

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