# SilverbackDeFi Pool Analysis

> SilverbackDeFi Pool Analysis 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).

Analyzes Base chain liquidity pools and returns a health score for a given token pair or pool address

## Facts

- Endpoint: GET https://x402.silverbackdefi.app/api/v1/pool-analysis
- 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-d4d8ce05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_406LnjIqKgU1pRDFXBYWP

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-d4d8ce05
```

Example prompt: Can you analyze the health of the WETH/USDC liquidity pool on Base chain and give me a health score? Use the token symbols WETH and USDC.

## When to prefer this

Use this endpoint when you need to evaluate the health and liquidity quality of a specific pool on the Base chain before executing a swap or investment, especially when you have a token pair (symbols or addresses) or a direct pool address and want a structured health score rather than just a price quote.

## Known failure modes

- Pool address not found on Base chain — returns error or empty result
- Invalid token address format — malformed 0x address causes validation failure
- Token pair has no existing pool on Base — no pool found error
- Both poolId and token pair omitted — ambiguous or missing input error
- Rate limit or payment failure — 402 response if payment not processed

## How this service works

Analyze Base chain liquidity pools with health scoring

## Output

Returns a health score and detailed metrics for the specified Base chain liquidity pool, including liquidity depth, pool composition, and related analytical data for the token pair or pool address provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "poolId": {
   "type": "string",
   "description": "Optional: Direct pool address if known"
  },
  "tokenA": {
   "type": "string",
   "description": "First token address (0x format) or symbol"
  },
  "tokenB": {
   "type": "string",
   "description": "Second token address (0x format) or symbol"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-silverbackdefi-app-d4d8ce05/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)
