# ChainScout Narrative Intelligence — Base & Ethereum

> ChainScout Narrative Intelligence — Base & Ethereum is a paid API for AI agents from chainscout.lonestaroracle.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a narrative summary of on-chain activity including whale transfers, trending tokens, and DeFi TVL across Base and Ethereum

## Facts

- Endpoint: GET https://chainscout.lonestaroracle.xyz/narrative
- 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-narrative-intelligence-base-ethereum-749e47be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5FGttwOqlH4uInLOuush8

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-narrative-intelligence-base-ethereum-749e47be
```

Example prompt: Give me a current on-chain narrative for Base and Ethereum — I want to know what whales are moving, which tokens are trending, and what the DeFi TVL looks like right now.

## When to prefer this

Use this endpoint when an agent needs a quick, pre-synthesized narrative of on-chain conditions on Base and/or Ethereum — particularly whale movements, trending tokens, and DeFi TVL — without needing to query raw blockchain data or multiple analytics APIs separately. Best for agents that need a daily or real-time market intelligence briefing in human-readable form.

## Known failure modes

- Chain data unavailable or stale — upstream indexer lag may produce outdated TVL or transfer data
- Payment failure — x402 micropayment of $0.05 USDC not confirmed, returns 402 Payment Required
- Rate limiting — too many requests in a short window returns 429 Too Many Requests
- Service downtime — chainscout.lonestaroracle.xyz unreachable returns 503 or connection error

## How this service works

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

## Output

A narrative summary of on-chain intelligence covering recent large whale token transfers, currently trending tokens, and DeFi total value locked (TVL) figures for both the Base and Ethereum networks.

## 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-narrative-intelligence-base-ethereum-749e47be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chainscout.lonestaroracle.xyz](https://www.zero.xyz/host/chainscout.lonestaroracle.xyz/llms.txt)
