{
  "name": "Paid Research Verification Agent Network",
  "version": "1.0.0",
  "description": "Ten paid AI research services protected by x402 and settled in real USDC on Base mainnet.",
  "paymentService": "https://red-breeze-8b8c.keenanbooker83.workers.dev",
  "manifestService": "https://citation-verifier-manifest.keenanbooker83.workers.dev",
  "payment": {
    "protocol": "x402",
    "protocolVersion": 2,
    "scheme": "exact",
    "network": "eip155:8453",
    "networkName": "Base Mainnet",
    "asset": "USDC",
    "receiver": "0xaf1ee2370f59b029f757610b21f6e35bd6c18d31"
  },
  "documentation": {
    "manifest": "https://citation-verifier-manifest.keenanbooker83.workers.dev/manifest",
    "wellKnown": "https://citation-verifier-manifest.keenanbooker83.workers.dev/.well-known/x402",
    "health": "https://citation-verifier-manifest.keenanbooker83.workers.dev/health"
  },
  "endpoints": [
    {
      "method": "POST",
      "path": "/verify-citation",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/verify-citation",
      "price": "$0.01",
      "requiredInput": [
        "claim",
        "sourceUrl"
      ],
      "description": "Verify whether a cited source supports an exact factual claim."
    },
    {
      "method": "POST",
      "path": "/extract-evidence",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/extract-evidence",
      "price": "$0.02",
      "requiredInput": [
        "sourceUrl"
      ],
      "optionalInput": [
        "focus"
      ],
      "description": "Extract quotations, dates, names, organizations, numbers, and factual evidence."
    },
    {
      "method": "POST",
      "path": "/compare-claims",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/compare-claims",
      "price": "$0.03",
      "requiredInput": [
        "claimA",
        "sourceUrlA",
        "claimB",
        "sourceUrlB"
      ],
      "description": "Compare two claims and their cited sources."
    },
    {
      "method": "POST",
      "path": "/score-source",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/score-source",
      "price": "$0.03",
      "requiredInput": [
        "sourceUrl"
      ],
      "optionalInput": [
        "context"
      ],
      "description": "Score source credibility, transparency, evidence quality, sourcing, bias signals, and limitations."
    },
    {
      "method": "POST",
      "path": "/research-brief",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/research-brief",
      "price": "$0.10",
      "requiredInput": [
        "topic",
        "sourceUrls"
      ],
      "optionalInput": [
        "question"
      ],
      "limits": {
        "minimumSources": 1,
        "maximumSources": 3
      },
      "description": "Create a structured research brief from one to three supplied sources."
    },
    {
      "method": "POST",
      "path": "/fact-check",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/fact-check",
      "price": "$0.04",
      "requiredInput": [
        "claim",
        "sourceUrls"
      ],
      "limits": {
        "minimumSources": 1,
        "maximumSources": 3
      },
      "description": "Fact-check a claim against one to three supplied sources."
    },
    {
      "method": "POST",
      "path": "/extract-timeline",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/extract-timeline",
      "price": "$0.04",
      "requiredInput": [
        "topic",
        "sourceUrls"
      ],
      "limits": {
        "minimumSources": 1,
        "maximumSources": 3
      },
      "description": "Extract and organize dated events from one to three supplied sources."
    },
    {
      "method": "POST",
      "path": "/detect-conflicts",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/detect-conflicts",
      "price": "$0.05",
      "requiredInput": [
        "topic",
        "sourceUrls"
      ],
      "limits": {
        "minimumSources": 2,
        "maximumSources": 3
      },
      "description": "Detect contradictions, scope differences, date conflicts, number conflicts, and unresolved tensions."
    },
    {
      "method": "POST",
      "path": "/check-statistics",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/check-statistics",
      "price": "$0.05",
      "requiredInput": [
        "claim",
        "sourceUrl"
      ],
      "description": "Evaluate whether a statistical claim is supported and properly framed."
    },
    {
      "method": "POST",
      "path": "/generate-research-questions",
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev/generate-research-questions",
      "price": "$0.03",
      "requiredInput": [
        "topic"
      ],
      "optionalInput": [
        "sourceUrl",
        "goal"
      ],
      "description": "Generate prioritized research questions and evidence needs."
    }
  ]
}