Multi-chain · Narrative Intelligence

Watching TVL. Tracing flows. Reading signals. Following whales. If the chain
might whisper. would answer. could explain. should matter. could talk.

A real-time context and interpretation layer for blockchain ecosystems — translating raw onchain activity into structured narratives, signals, and decisions for humans and agents.

Arbitrum Avalanche Base Celo Ethereum

Real-time Narratives

Causality-first stories explaining the why behind TVL spikes, whale moves, and governance outcomes — not just the numbers.

10+ Live Data Sources

DeFiLlama, Alchemy, CoinGecko, Snapshot, and more — continuously ingested, cross-referenced, and narrated across chains.

Chain-native Intelligence

Each chain speaks in its own voice — cited sources, confidence scores, and daily digests tuned to each ecosystem's context.

How it works

Not just what.
The why.

It continuously ingests chain data, detects meaningful events, infers causality, and generates ecosystem narratives — so users and agents understand not just what is happening, but why.

01

Absorbs everything

Ten live data streams. Whale wallets, DAO proposals, protocol TVL, social sentiment, token prices — ingested every few minutes, across chains, without pause.

02

Infers causality

The causality engine clusters correlated events, tests hypotheses, and explains the cause — not just the movement. “Smart money moved before the governance vote” instead of “TVL up 12%.”

03

Speaks with conviction

Signals ranked by importance, alert-triaged as breaking or notable, narrated in each chain's own voice — first-person, crypto-native, with sources cited and confidence scored.

● x402 · Agent-ready

Wired for
autonomous agents.

A structured context API that gives autonomous agents interpreted ecosystem state before they act — so decisions are grounded in what's actually happening on the chain, not just raw data.

  • Pre-interpreted chain state delivered per query — no bespoke LLM reasoning required
  • x402 micropayment-compatible — agents pay per query, no subscriptions or keys
  • Structured narratives, anomaly flags, and risk cues ready for agent consumption
  • One call replaces querying Nansen, Dune, and Kaito and reasoning over all three

TypeScript
// Agent queries ecosystem state before acting
const res = await fetch(
  "https://arbitrum.ecosystemintelligence.xyz/chain",
  {
    method: "POST",
    headers: {
      "X-402-Payment": paymentToken,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      query: "What's happening on Arbitrum?",
      mode: "agent",
      depth: "signal",
    }),
  },
);

const { narrative, signals, risk_cues } = await res.json();

// Grounded context. Not raw data.

Dive in. Tap in. Listen up. Ready to listen?

Stop reading charts. Start understanding what's actually happening — and why.

Mode
Arbitrum arbitrum.ecosystemintelligence.xyz Avalanche avalanche.ecosystemintelligence.xyz Base base.ecosystemintelligence.xyz Celo celo.ecosystemintelligence.xyz Ethereum eth.ecosystemintelligence.xyz