# DeFi State Pack — The Stall by IntuiTek

> DeFi State Pack — The Stall by IntuiTek is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-13).

Returns a bundled snapshot of current DeFi protocol state data, including liquidity, rates, and on-chain metrics, payable per-call in USDC via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/defi-state-pack
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-state-pack-the-stall-by-intuitek-65a5c641
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RvRhsdx3fJhXZPaWfP6s0

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 defi-state-pack-the-stall-by-intuitek-65a5c641
```

Example prompt: Can you pull the current DeFi state pack — I want a snapshot of on-chain protocol metrics like liquidity, rates, and TVL right now, and I'll pay per call with USDC on Base.

## When to prefer this

Use this endpoint when an agent needs a quick, pay-per-call DeFi state snapshot without setting up API keys or accounts — ideal for ad-hoc on-chain analytics, rate checks, or liquidity monitoring using USDC micropayments on Base mainnet via the x402 protocol.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 requiring x402 payment
- Invalid or malformed properties filter — may return empty or error response
- Upstream on-chain data source unavailable — may return stale or partial data
- Base mainnet RPC congestion causing delayed state reads

## How this service works

Returns Ethereum block header + stablecoin depeg status + top DeFi yield farming pools in one call. Collapses the 3-hop eth-block → stablecoin-watch → yield-farming chain into a single call. All three upstreams fetched in parallel. Supports Ethereum, Base, Polygon, Arbitrum. Filter yield pools by chain, protocol, min TVL, min APY. Free upstreams — DRPC + DeFiLlama — no API key required.

## Output

A bundled JSON payload containing current DeFi protocol state: liquidity figures, interest/yield rates, TVL, and other on-chain metrics for major DeFi protocols at the time of the call.

## Example request

```json
{
 "properties": "balance,supply,price"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-state-pack-the-stall-by-intuitek-65a5c641/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
