# SSDF Defense Atlas

> SSDF Defense Atlas is a paid API for AI agents from www.ssdf.site, paid per call via x402, $79/call, status unknown (last checked 2026-09-15).

Purchases and delivers the SSDF Defense Atlas digital product, settling $79 USDC on Base and minting a Passport NFT as proof of purchase.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-defense-atlas
- Price: $79/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-defense-atlas-deaec4ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iNq0gdPX7pxjOwbkRbmwK

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 ssdf-defense-atlas-deaec4ba
```

Example prompt: Buy the SSDF Defense Atlas for me — it's $79 USDC and I want the Passport minted to my wallet.

## When to prefer this

Use this endpoint when an agent or user needs to purchase the specific 'ssdf-defense-atlas' SKU from SSDF INC's digital store, paying $79 USDC via the x402 protocol on Base, and wants an on-chain Passport as proof of purchase alongside a fulfillment URL to retrieve the content. Prefer this over generic e-commerce if you specifically want crypto-native settlement on Base with NFT-backed purchase receipts.

## Known failure modes

- Payment insufficient or rejected — USDC balance too low or x402 payment not accepted
- Network or blockchain congestion causing settlement failure
- Fulfillment token invalid or expired if not redeemed promptly
- Passport minting failure due to on-chain errors on Base
- Endpoint returns ok:false with no fulfillment if purchase cannot be completed

## How this service works

SSDF INC digital store. Priced in USD, settled in USDC on Base through Coinbase Business. Humans and agents buy the same SKU. Every settlement mints a Passport.

## Output

Returns a JSON object with: ok (boolean success flag), sku (product identifier 'ssdf-defense-atlas'), passport (a unique Passport ID minted on Base as proof of purchase), and fulfillment (a URL path to retrieve the actual atlas content).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [],
   "properties": {}
  },
  "output": {
   "type": "object",
   "properties": {
    "ok": {
     "type": "boolean"
    },
    "sku": {
     "type": "string"
    },
    "passport": {
     "type": "string"
    },
    "fulfillment": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "properties": {
   "ok": {
    "type": "boolean"
   },
   "sku": {
    "type": "string"
   },
   "passport": {
    "type": "string"
   },
   "fulfillment": {
    "type": "string"
   }
  }
 },
 "example": {
  "ok": true,
  "sku": "ssdf-defense-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-defense-atlas-deaec4ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.ssdf.site](https://www.zero.xyz/host/www.ssdf.site/llms.txt)
