# SSDF Tax Atlas

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

Purchases and delivers the SSDF Tax Atlas digital product, settling payment in USDC on Base and minting a Passport NFT upon fulfillment.

## Facts

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

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-tax-atlas-1d697a37
```

Example prompt: Can you buy me the SSDF Tax Atlas from SSDF's digital store? I'm fine paying $85 in USDC — I want the fulfillment link and my Passport ID once it's done.

## When to prefer this

Use this endpoint when you specifically want to purchase the SSDF Tax Atlas digital product and receive both access to its content (via fulfillment token) and a minted Passport NFT as proof of purchase. It is the only x402-native way to acquire this specific SKU from SSDF INC, settled in USDC on Base.

## Known failure modes

- Payment failure or insufficient USDC balance returns ok:false with no passport or fulfillment
- Network or blockchain settlement timeout may result in delayed or missing passport mint
- Invalid or expired x402 payment header results in 402 rejection
- Fulfillment endpoint at returned token path may be temporarily unavailable

## 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 (the purchased product identifier 'ssdf-tax-atlas'), passport (a unique Passport ID minted at settlement), and fulfillment (a URL path to retrieve the actual digital content using a token).

## 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-tax-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-tax-atlas-1d697a37/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)
