# SilverbackDeFi Agent Discovery

> SilverbackDeFi Agent Discovery is a paid API for AI agents from x402.silverbackdefi.app, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Discovers available AI agent-callable DeFi endpoints and capabilities on the SilverbackDeFi platform

## Facts

- Endpoint: POST https://x402.silverbackdefi.app/api/v1/agent-discover
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-silverbackdefi-app-2570c20e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pCfJ2Di0zSyoWxC-dYo3C

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 x402-silverbackdefi-app-2570c20e -d '<json body>'
```

Example prompt: What DeFi capabilities does SilverbackDeFi expose for AI agents — can you discover and list all the available endpoints including things like whale monitoring, swap routing, and technical analysis?

## When to prefer this

Use this endpoint when an AI agent needs to dynamically discover what SilverbackDeFi capabilities are available before calling specific endpoints, or when building an orchestration layer that needs to enumerate available DeFi tools at runtime.

## Known failure modes

- Payment not included or invalid — 402 response requiring USDC payment
- Malformed POST body — 400 bad request
- Service temporarily unavailable — 503 error
- Rate limiting if called excessively in short window

## Output

Returns a list of available agent-callable endpoints on the SilverbackDeFi platform, including their descriptions, URLs, pricing, and supported capabilities such as whale movement monitoring, DEX arbitrage discovery, optimal swap routing on Base chain, and technical analysis indicators.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-silverbackdefi-app-2570c20e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.silverbackdefi.app](https://www.zero.xyz/host/x402.silverbackdefi.app/llms.txt)
