# AgentKit x402 DeFi Intel Pack

> AgentKit x402 DeFi Intel Pack is a paid API for AI agents from agentkit-x402-buy.netlify.app, paid per call via x402, $1.06/call, status unknown (last checked 2026-09-15).

Returns a pay-per-call DeFi and crypto intelligence bundle (top yields, token data) paid for with USDC on Base via x402 protocol — no API key required.

## Facts

- Endpoint: GET https://agentkit-x402-buy.netlify.app/api/intel-pack
- Price: $1.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentkit-x402-defi-intel-pack-e4263a84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hn_J5tVZxmU1bh0elmb0B

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 agentkit-x402-defi-intel-pack-e4263a84
```

Example prompt: Pull the latest DeFi intel pack — I want to see which tokens have the best yields and APYs across protocols right now, and pay the $1.06 USDC call fee automatically via x402.

## When to prefer this

Choose this endpoint when your AI agent needs real-time DeFi yield intelligence without managing API keys, and is already operating in a Web3/USDC payment context using the x402 protocol. Ideal for autonomous agents that can self-pay per call rather than requiring subscription billing. Prefer over traditional DeFi data APIs when operating on Base chain with Coinbase AgentKit tooling.

## Known failure modes

- Payment failure or insufficient USDC balance results in 402 Payment Required with no data returned
- Invalid query parameter format may return malformed or empty response
- Network congestion on Base chain may delay payment confirmation and response
- Stale or unavailable upstream DeFi data may return outdated yield figures
- Unsupported HTTP method (POST, PUT, PATCH) returns 405 Method Not Allowed

## How this service works

x402 pay-per-call DeFi and crypto intel for AI agents. USDC on Base. No API keys.

## Output

Returns a JSON object containing a bundle identifier ('intel-pack'), the seller's wallet address, and an array of top yield opportunities — each with APY percentage, token symbol (e.g. STETH), and DeFi project name (e.g. Lido). Useful for agents making real-time DeFi investment or routing decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bundle": "intel-pack",
  "seller": "0xEb76f3442EAF192EBdDbc1F7EeBD59CdE5e00D35",
  "top_yields": [
   {
    "apy": 2.2,
    "symbol": "STETH",
    "project": "lido"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentkit-x402-defi-intel-pack-e4263a84/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentkit-x402-buy.netlify.app](https://www.zero.xyz/host/agentkit-x402-buy.netlify.app/llms.txt)
