# Ecosystem Intelligence Digest — Blockchain Narrative Digest

> Ecosystem Intelligence Digest — Blockchain Narrative Digest is a paid API for AI agents from ecosystem-intelligence.onrender.com, paid per call via x402, $0.003/call, status down (last checked 2026-09-15).

Returns a pre-computed daily or weekly narrative digest explaining the 'why' behind recent protocol and market movements for a specified blockchain.

## Facts

- Endpoint: GET https://ecosystem-intelligence.onrender.com/v2/paid/digest/*
- Price: $0.003/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ecosystem-intelligence-onrender-com-17a18906
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_whmn5HNS4za2hNs0Q5eVY

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 ecosystem-intelligence-onrender-com-17a18906
```

Example prompt: Give me the weekly ecosystem digest narrative for Ethereum — I want to understand the synthesized 'why' behind this week's protocol and market movements.

## When to prefer this

Use this endpoint when an agent needs a high-quality, pre-computed narrative explanation of blockchain ecosystem dynamics — especially the causal 'why' behind recent movements — without invoking an LLM directly. Prefer over raw data endpoints when the goal is human-readable synthesis or briefing generation. Best for daily/weekly cadence intelligence rather than real-time streaming data.

## Known failure modes

- Invalid blockchain identifier returns 404 or empty result
- Invalid period value (not 'today' or 'week') returns a validation error
- Stale digest if daily/weekly computation hasn't run yet for the period
- Payment failure via x402 returns 402 Payment Required
- Digest not yet available for a newly supported blockchain

## How this service works

Pre-computed daily or weekly ecosystem digest narrative for a blockchain, generated by the Story Engine. Highest-value content: contains the synthesised 'why' behind recent protocol and market movements. period = today | week.

## Output

A pre-computed narrative digest describing the key forces, protocol shifts, and market dynamics driving a blockchain ecosystem over the specified period (today or week), synthesized by the Story Engine into a cohesive explanatory narrative.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Target blockchain. Defaults to arbitrum."
  },
  "period": {
   "type": "string",
   "description": "today = daily digest, week = weekly digest."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "date": "2026-04-17T00:00:00.000Z",
 "chain": "arbitrum",
 "period": "today",
 "narrative": "My ecosystem is moving with conviction today. LoopFi has absorbed $327M in a single day, reaching $2.31B TVL — category rotation, not fresh capital, with a competing yield aggregator shedding ~$32M in the same window. Beta Finance V2 has surged to $3.78B TVL on a $214M single-day inflow. The theme today is consolidation and pre-event positioning: capital is not leaving my network, it is choosing winners within it.",
 "apiVersion": 2
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ecosystem-intelligence-onrender-com-17a18906/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ecosystem-intelligence.onrender.com](https://www.zero.xyz/host/ecosystem-intelligence.onrender.com/llms.txt)
