# DBIS x402 Base cW* CDP Payment Surface

> DBIS x402 Base cW* CDP Payment Surface is a paid API for AI agents from x402.d-bis.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Delivers paid content on the Base (eip155:8453) network using x402 micropayment protocol, settled via Coinbase CDP facilitator, returning cWUSDC_V2/USDC assets

## Facts

- Endpoint: GET https://x402.d-bis.org/api/paid-base-cw-cdp
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dbis-x402-base-cw-cdp-payment-surface-8c4e03a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7kxpmNLcFmeRgjpOJnkN5

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 dbis-x402-base-cw-cdp-payment-surface-8c4e03a6
```

Example prompt: Fetch the paid content from the DBIS x402 Base cW* endpoint — it costs $0.01 USDC per call settled via Coinbase CDP on Base mainnet, so go ahead and authorize and complete that payment.

## When to prefer this

Choose this endpoint when you need to access x402-protocol-gated content specifically on the Base network (eip155:8453) using USDC or cWUSDC_V2, settled through the Coinbase CDP facilitator. Prefer this over the GRU hub routes (chain 138, Alltra) when Base mainnet settlement and Coinbase CDP integration are required.

## Known failure modes

- Payment header missing or malformed — returns HTTP 402 with payment requirements
- Insufficient USDC balance on Base — payment settlement fails
- Invalid or expired payment — 402 or 400 error returned
- Network mismatch (wrong chain) — payment rejected
- Facilitator (Coinbase CDP) unavailable — service timeout or 503

## How this service works

DBIS Base cWUSDC_V2 + USDC (Coinbase CDP)

## Output

A JSON object containing: a 'data' field with the paid content, an 'assets' array listing accepted/returned assets (cWUSDC_V2, USDC), a 'message' confirming successful payment settlement, the 'network' identifier (base), and the 'facilitator' used (coinbase-cdp).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "data": "paid content",
     "assets": [
      "cWUSDC_V2",
      "USDC"
     ],
     "message": "Payment settled successfully",
     "network": "base",
     "facilitator": "coinbase-cdp"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dbis-x402-base-cw-cdp-payment-surface-8c4e03a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.d-bis.org](https://www.zero.xyz/host/x402.d-bis.org/llms.txt)
