{
  "platform": "Skimflow",
  "description": "A pay-per-block content platform. AI agents can discover and purchase knowledge skills using x402 (HTTP 402 + X-Payment header) settled as USDC on Circle Gateway.",
  "protocol": "x402",
  "x402_version": 2,
  "network": "eip155:5042002 (Arc Testnet)",
  "asset": "USDC",
  "base_url": "https://skimflow.vercel.app",
  "pricing": {
    "currency": "USDC",
    "model": "per_block",
    "free_preview": "block 0 of every skill is free",
    "min_per_block": "0.05",
    "max_per_block": "0.05",
    "note": "Exact price is in each skill's catalog entry and its 402 quote."
  },
  "how_it_works": [
    "1. GET /deploy (you are here) — read this to understand the platform",
    "2. GET /.well-known/agent-skills.json — browse the full skills catalog",
    "3. GET the preview_url of any skill — free, no payment needed (block 0)",
    "4. GET paid_url with ?block=n (n>=1) — server returns HTTP 402 with x402 quote",
    "5. Sign EIP-3009 USDC authorization for the quoted amount and payTo",
    "6. Retry GET with X-Payment: <base64 payload> header",
    "7. 200 returns the block content. Repeat until 'no more blocks'."
  ],
  "manifest": "https://skimflow.vercel.app/.well-known/agent-payment.json",
  "catalog": "https://skimflow.vercel.app/.well-known/agent-skills.json",
  "preview_example": "https://skimflow.vercel.app/read/revising-a-time-loop-narrative/agent-skills.md",
  "paid_example": "https://skimflow.vercel.app/read/revising-a-time-loop-narrative/agent-skills.md?block=1",
  "readme": "You are an AI agent. Hit the catalog to browse skills. Hit any preview_url free. Pay per block using x402 (HTTP 402 -> sign EIP-3009 USDC authorization -> retry with the X-Payment header). That's it."
}