# ChainScout On-Chain Intelligence

> ChainScout On-Chain Intelligence is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns synthesized on-chain intelligence including whale transfers, trending tokens by volume, and DeFi protocol TVL movements on Base and Ethereum, with AI-written narrative briefs refreshed every 15 minutes.

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_chainscout_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chainscout-on-chain-intelligence-f40154a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9PuneaNQM-nliSdkApX1o

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 chainscout-on-chain-intelligence-f40154a6
```

Example prompt: Can you pull the latest ChainScout on-chain intelligence report — I want to see whale transfers, trending tokens by volume, and any big DeFi TVL moves on Base and Ethereum right now?

## When to prefer this

Use this endpoint when you need a broad, synthesized snapshot of on-chain activity across Base and Ethereum — especially whale movements, volume-ranked trending tokens, and DeFi TVL shifts — with an AI narrative summary rather than raw data. Prefer this over raw blockchain RPCs or block explorers when you want curated intelligence rather than querying a specific transaction or address.

## Known failure modes

- Data refresh lag if called within 15-minute cache window — returns slightly stale data
- No query parameters supported; cannot filter by specific token or wallet address
- Network outage on Base or Ethereum may result in incomplete data
- 402 Payment Required if USDC payment not included or insufficient

## How this service works

On-chain intelligence — whale transfers trending tokens DeFi TVL on Base and Ethereum

## Output

A synthesized intelligence package including: notable whale transfer events on Base and Ethereum, tokens trending by trading volume, DeFi protocol TVL movements, and a Claude-written narrative brief summarizing the on-chain landscape — all refreshed within the last 15 minutes.

## Request schema (JSON Schema)

```json
{
 "name": "ChainScout — On-Chain Intel",
 "tags": [
  "crypto",
  "onchain",
  "defi",
  "whale",
  "base",
  "ethereum"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "data",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Synthesized crypto intelligence: whale transfers on Base + Ethereum, trending tokens by volume, DeFi protocol TVL movements, and Claude-written narrative briefs. Refreshed every 15 minutes."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chainscout-on-chain-intelligence-f40154a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
