# SSDF Ron Atlas Digital Product Purchase

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

Purchases the 'ssdf-ron-atlas' SKU from SSDF INC's digital store, paying $79 USDC on Base, and returns a Passport and fulfillment token.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-ron-atlas
- Price: $79/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-ron-atlas-digital-product-purchase-f9cca37f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w1Y0bjd9EhGO2ScPqJ7-6

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-ron-atlas-digital-product-purchase-f9cca37f
```

Example prompt: Buy the Ron Atlas item from SSDF's digital store for me — it's $79 USDC and I want the Passport it mints when the purchase settles.

## When to prefer this

Choose this endpoint when you specifically want to purchase the 'ssdf-ron-atlas' SKU from SSDF INC, pay $79 USDC via x402 on Coinbase's Base network, and receive a Passport NFT/credential plus a fulfillment token. It is the correct endpoint for automated agent purchasing of this specific digital good, not for browsing, refunds, or other SKUs.

## Known failure modes

- Insufficient USDC balance causes payment failure and no Passport is minted
- x402 payment header missing or malformed results in 402 Payment Required response
- Network issues on Base blockchain delay or fail settlement
- Invalid or expired payment token returns authentication error
- SKU out of stock or unavailable returns error with ok: false

## 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 SKU string 'ssdf-ron-atlas'), passport (a unique Passport ID minted on settlement), and fulfillment (a URL path to retrieve the fulfilled digital product).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {},
   "required": []
  },
  "output": {
   "type": "object",
   "properties": {
    "ok": {
     "type": "boolean"
    },
    "sku": {
     "type": "string"
    },
    "fulfillment": {
     "type": "string"
    },
    "passport": {
     "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-ron-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-ron-atlas-digital-product-purchase-f9cca37f/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)
