# Kristo Intelligence — Base DeFi TVL Movers

> Kristo Intelligence — Base DeFi TVL Movers is a paid API for AI agents from kristo-intelligence.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the top DeFi protocols on Base ranked by recent Total Value Locked (TVL) movement, showing which protocols are gaining or losing liquidity.

## Facts

- Endpoint: GET https://kristo-intelligence.vercel.app/api/defi/tvl-movers
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kristo-intelligence-base-defi-tvl-movers-972b4595
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6eq0O2HLG9h86w0fgmPCE

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 kristo-intelligence-base-defi-tvl-movers-972b4595
```

Example prompt: Show me the top 10 DeFi protocols on Base that are moving the most TVL right now — I want to see which ones are gaining or losing liquidity the fastest.

## When to prefer this

Use this endpoint when you need a ranked, real-time view of which Base chain DeFi protocols are gaining or losing TVL — ideal for momentum scanning, liquidity flow analysis, or daily DeFi briefings focused on the Base ecosystem. Prefer this over general crypto market APIs when Base-specific TVL movement data is needed without requiring an API key.

## Known failure modes

- Payment not received — 402 response if x402 payment is missing or incorrect
- limit parameter out of range — may return default 15 results or an error
- Upstream data unavailable — TVL data source (e.g. DeFiLlama) may be temporarily unavailable
- Empty result set if no protocols show significant TVL movement in the period
- Rate limiting or invalid payment amount returning a 4xx error

## How this service works

Pay-per-call DeFi Intelligence API on Base Blockchain

## Output

A ranked list of DeFi protocols on the Base chain ordered by recent TVL movement, including protocol names, TVL values, and change metrics indicating liquidity inflows or outflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "queried_at": {
   "type": "string",
   "format": "date-time"
  },
  "data_source": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "description": "JSON response with DeFi intelligence data on Base blockchain"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kristo-intelligence-base-defi-tvl-movers-972b4595/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kristo-intelligence.vercel.app](https://www.zero.xyz/host/kristo-intelligence.vercel.app/llms.txt)
