---
name: ecosystem-intelligence.onrender.com
description: ecosystem-intelligence.onrender.com provides two endpoints for EVM blockchain ecosystem analysis: a snapshot of current cross-signal intelligence (capital rotation, whale activity, social momentum, anomaly detection) and a feed of AI-generated narrative stories summarizing recent on-chain events. Both endpoints support the same five chains: Arbitrum, Ethereum, Base, Avalanche, and Celo.
host: ecosystem-intelligence.onrender.com
---

# ecosystem-intelligence.onrender.com

This host serves agents that need high-level, synthesized intelligence about EVM blockchain ecosystems rather than raw on-chain data or token-level metrics. It covers five chains and delivers two complementary views: a structured signal snapshot with a confidence score and narrative hint, and a set of human-readable stories linking on-chain activity to DeFi protocols and events. It is not a price feed, a historical data archive, or a multi-chain analytics platform beyond its five supported chains.

## When to use this host

Use this host when an agent needs a synthesized, current-state intelligence view of Arbitrum, Ethereum, Base, Avalanche, or Celo — specifically for capital flow assessment, whale monitoring, social momentum, or narrative summaries of DeFi activity. Do not use it for historical time-series queries, streaming price feeds, raw on-chain data, token-level metrics, or any chain outside the five supported ones. For price data, use a dedicated market data API (e.g., CoinGecko, CoinMarketCap, or a DEX aggregator). For raw on-chain queries, use an RPC provider or indexer such as The Graph. This host is best suited for high-level situational awareness rather than precise quantitative analysis.

## Capabilities

### Ecosystem Signal Snapshot

Provides the latest structured intelligence snapshot for a given chain, including capital rotation, whale behavior, user activity, social momentum, anomaly flags, and an overall confidence score in a single call.

- **`fetch-ecosystem-signals`** — Returns the latest blockchain ecosystem snapshot for a given chain, including capital rotation, whale activity, user activity, social momentum, anomaly detection, and overall confidence score.

### Ecosystem Narrative Stories

Returns AI-generated narrative summaries of recent on-chain activity, TVL movements, and DeFi events for a chain, each tagged with protocols, significance level, and category.

- **`fetch-ecosystem-intelligence-stories`** — Returns recent AI-generated blockchain ecosystem stories for a specified chain, each with a headline, narrative, related protocols, significance level, and category.

## Workflows

### Chain Situation Report

*Use when an agent needs to produce a comprehensive briefing on a specific chain, combining quantitative signal data with qualitative narrative context.*

1. **`fetch-ecosystem-signals`** — Retrieve the current signal snapshot to obtain confidence score, capital rotation direction, whale activity, and anomaly flags for the target chain.
2. **`fetch-ecosystem-intelligence-stories`** — Retrieve recent ecosystem stories to provide narrative context, protocol-level detail, and significance framing that explains the signals observed in the previous step.

## Skill reference

### `fetch-ecosystem-signals`

**Ecosystem Signals** — Returns the latest blockchain ecosystem snapshot for a given chain, including capital rotation, whale activity, user activity, social momentum, anomaly detection, and overall confidence score.

*Use when:* Use when an agent needs a current cross-signal intelligence snapshot for a supported EVM chain (arbitrum, ethereum, base, avalanche, celo) to assess capital flows, whale behavior, user growth, and social activity in a single call.

*Not for:* Do not use for historical time-series data or streaming price feeds; this endpoint returns only the latest snapshot, not a range of past signals.

**Inputs:**

- `chain` (string) — Target blockchain. One of: arbitrum, ethereum, base, avalanche, celo. Defaults to arbitrum if omitted.

**Returns:** Returns apiVersion, chain, and a signal object containing capital_rotation, whale_activity, user_activity, social_momentum, anomaly_detection, corroboration_count, confidence, narrative_hint, and timestamps for the requested chain.

**Example:** `GET https://ecosystem-intelligence.onrender.com/v2/paid/signals/latest?chain=arbitrum`

---

### `fetch-ecosystem-intelligence-stories`

**Ecosystem Intelligence Stories** — Returns recent AI-generated blockchain ecosystem stories for a specified chain, each with a headline, narrative, related protocols, significance level, and category.

*Use when:* Use when an agent needs a structured narrative summary of recent on-chain activity, TVL movements, or DeFi events for a specific blockchain (arbitrum, ethereum, base, avalanche, or celo).

*Not for:* Do not use for real-time price feeds, raw on-chain data, or token-level metrics; use a dedicated price or analytics API instead. Not suitable for chains outside the supported enum.

**Inputs:**

- `chain` (string) — Target blockchain. Must be one of: arbitrum, ethereum, base, avalanche, celo. Defaults to arbitrum.
- `limit` (integer) — Number of stories to return. Minimum 1, maximum 100. Defaults to 10.

**Returns:** Returns an array of up to 10 AI-generated stories for the specified chain, each with a headline, multi-paragraph narrative, protocol list, significance rating, category, and creation timestamp.

**Example:** `GET https://ecosystem-intelligence.onrender.com/v2/paid/stories?chain=arbitrum&limit=10`

---
