---
name: chainscout.lonestaroracle.xyz
description: chainscout.lonestaroracle.xyz exposes a single endpoint that returns a broad on-chain market intelligence report covering trending tokens, volume leaders, TVL movements, and whale transfers in one structured payload. It is a snapshot service priced at $0.05 per call with no required inputs.
host: chainscout.lonestaroracle.xyz
---

# chainscout.lonestaroracle.xyz

ChainScout is a market-wide on-chain intelligence feed aimed at agents that need a quick, comprehensive DeFi snapshot without querying multiple data sources. It serves use cases where a single structured payload covering price trends, volume, TVL, and large transfers is sufficient, rather than deep entity-level lookups.

## When to use this host

Use this host when an agent needs a broad, market-wide on-chain snapshot in a single call — for example, to surface trending tokens, identify large whale transfers, or monitor TVL shifts across DeFi protocols without specifying a target entity. Do not use it for wallet-specific lookups, token contract queries, transaction hash resolution, or any entity-targeted on-chain data; for those use cases, route to a block explorer API or indexed chain data provider (e.g., Etherscan, Dune Analytics, or The Graph). Also avoid this host if the agent requires historical time-series data or real-time streaming; this endpoint returns a point-in-time snapshot only.

## Capabilities

### On-Chain Market Snapshot

Delivers a single structured report containing trending tokens by price change, top volume leaders, DeFi protocol TVL movements, whale transfers, and a narrative summary generated at call time.

- **`fetch-chainscout-report`** — Returns a full on-chain intelligence report including trending tokens, volume leaders, TVL movements, whale transfers, and a narrative summary, priced at $0.05 per call.

## Skill reference

### `fetch-chainscout-report`

**ChainScout Report** — Returns a full on-chain intelligence report including trending tokens, volume leaders, TVL movements, whale transfers, and a narrative summary, priced at $0.05 per call.

*Use when:* Use when an agent needs a broad on-chain market snapshot covering trending tokens by price change, top volume leaders with current prices, and DeFi protocol TVL movements in a single structured payload.

*Not for:* Do not use for targeted lookups of a specific wallet address, token contract, or transaction hash; this endpoint returns a broad market-wide report, not entity-specific data.

**Returns:** Returns a JSON object with a generated_at timestamp, whale_transfers array, trending_tokens array (with price and volume data), and tvl_movements array for major DeFi protocols.

**Example:** `GET https://chainscout.lonestaroracle.xyz/report`

---
