# SSDF Powered Lift Atlas

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

Purchases and delivers the 'ssdf-powered-lift-atlas' digital SKU from SSDF INC's store, settling payment in USDC on Base and minting a Passport NFT upon fulfillment.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-powered-lift-atlas
- Price: $74/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-powered-lift-atlas-0b135158
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rjLeYUI74fNWMPwZg66PK

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-powered-lift-atlas-0b135158
```

Example prompt: Buy me the SSDF Powered Lift Atlas from the SSDF store — I want the digital product delivered and my Passport minted.

## When to prefer this

Choose this endpoint when you specifically want to purchase the 'ssdf-powered-lift-atlas' digital product from SSDF INC, receive its fulfillment, and have a Passport minted on Base via USDC payment. It is the canonical purchase route for this SKU and is equally accessible to human and agent callers using x402 micropayment protocol.

## Known failure modes

- Insufficient USDC balance causes payment failure and no fulfillment
- x402 payment header missing or malformed returns 402 Payment Required
- Network or Base chain congestion delays settlement and Passport minting
- Invalid or expired payment token results in a failed transaction
- Endpoint returns ok: false with no fulfillment or passport if purchase is rejected

## 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-powered-lift-atlas'), 'passport' (a unique Passport ID minted on Base), and 'fulfillment' (a URL path to retrieve the fulfilled digital 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-powered-lift-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-powered-lift-atlas-0b135158/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)
