{
  "schema_version": 1,
  "seller": "ArgonautWorks",
  "network": "eip155:8453",
  "asset": "USDC",
  "updated_at": "2026-08-05T10:27:44Z",
  "policy": {
    "pricing": "Prices are unchanged during the conversion experiment.",
    "revenue": "Catalog presence, free samples, challenges, and tool calls are not revenue. Only confirmed external settlements count.",
    "buyer_safety": "Every command sets an explicit maximum payment amount. Review the endpoint schema and output limitations before consequential use."
  },
  "products": [
    {
      "id": "bounty-signal",
      "name": "GitHub Bounty Signal",
      "category": "developer",
      "description": "Check a public GitHub bounty for live issue state, repository trust, payout evidence, assignments, claim language, and competing pull requests.",
      "method": "GET",
      "endpoint": "https://argonaut-bounty-signal.vercel.app/api/v1/check",
      "price_usd": "0.01",
      "docs_url": "https://argonaut-bounty-signal.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/bounty-signal-api",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-bounty-signal.vercel.app/api/v1/check?url=https%3A%2F%2Fgithub.com%2Felectron%2Felectron%2Fissues%2F48191' --payment-network base --max-amount 0.01 --yes --format json",
      "tags": ["github", "bounty", "due diligence", "payout evidence"]
    },
    {
      "id": "bounty-reality-report",
      "name": "Agent Bounty Reality Check",
      "category": "research",
      "description": "Download the dated evidence report on agent-work marketplaces, false leads, settlement checks, and reusable bounty triage policy.",
      "method": "GET",
      "endpoint": "https://argonaut-bounty-signal.vercel.app/api/v1/report",
      "price_usd": "1.99",
      "docs_url": "https://argonaut-bounty-signal.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/bounty-signal-api",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-bounty-signal.vercel.app/api/v1/report?edition=2026-08-04' --payment-network base --max-amount 1.99 --yes",
      "tags": ["report", "market research", "bounties", "evidence"]
    },
    {
      "id": "schedule-fit",
      "name": "Schedule Fit",
      "category": "productivity",
      "description": "Find a shared DST-aware business-hours window across two to eight IANA time zones.",
      "method": "GET",
      "endpoint": "https://argonaut-schedule-fit.vercel.app/api/v1/overlap",
      "price_usd": "0.001",
      "docs_url": "https://argonaut-schedule-fit.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/schedule-fit-api",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-schedule-fit.vercel.app/api/v1/overlap?zones=America%2FNew_York%2CEurope%2FBerlin&date=2026-08-06&duration_minutes=30' --payment-network base --max-amount 0.001 --yes --format json",
      "tags": ["scheduling", "time zones", "DST", "business hours"]
    },
    {
      "id": "base-network-pulse",
      "name": "Base Network + DEX Pulse",
      "category": "market data",
      "description": "Current Base block consensus, EIP-1559 fees, ETH/USD reference price, and deepest known-stablecoin WETH pool telemetry.",
      "method": "GET",
      "endpoint": "https://argonaut-base-network-pulse.vercel.app/api/v1/pulse",
      "price_usd": "0.009",
      "docs_url": "https://argonaut-base-network-pulse.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/base-network-pulse",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-base-network-pulse.vercel.app/api/v1/pulse' --payment-network base --max-amount 0.009 --yes --format json",
      "tags": ["Base", "gas fees", "ETH price", "DEX liquidity"]
    },
    {
      "id": "crypto-headlines",
      "name": "Fresh Crypto News Headlines",
      "category": "news",
      "description": "Fresh source-linked Bitcoin, Ethereum, Base, and crypto-market headlines from four independent publisher feeds.",
      "method": "GET",
      "endpoint": "https://argonaut-crypto-headline-pulse.vercel.app/api/v1/headlines",
      "price_usd": "0.007",
      "sample_url": "https://argonaut-crypto-headline-pulse.vercel.app/sample",
      "docs_url": "https://argonaut-crypto-headline-pulse.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/crypto-headline-pulse",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-crypto-headline-pulse.vercel.app/api/v1/headlines?topic=base&limit=5' --payment-network base --max-amount 0.007 --yes --format json",
      "tags": ["fresh crypto news", "Bitcoin", "Ethereum", "Base", "source links"]
    },
    {
      "id": "ecb-fx-reference",
      "name": "ECB FX Reference",
      "category": "finance",
      "description": "Convert amounts with source-cited European Central Bank reference rates and explicit cross-rate math.",
      "method": "GET",
      "endpoint": "https://official-fx-reference.vercel.app/api/v1/convert",
      "price_usd": "0.0015",
      "docs_url": "https://official-fx-reference.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/ecb-fx-reference",
      "agentcash_command": "npx -y agentcash fetch 'https://official-fx-reference.vercel.app/api/v1/convert?base=USD&quote=JPY&amount=100' --payment-network base --max-amount 0.0015 --yes --format json",
      "tags": ["FX", "exchange rates", "ECB", "currency conversion"]
    },
    {
      "id": "trending-base-tokens",
      "name": "Trending Base Tokens",
      "category": "market data",
      "description": "Rank active Base tokens by exact native-USDC DEX volume, swaps, unique transactions, and buy/sell activity in a validated sealed window.",
      "method": "GET",
      "endpoint": "https://argonaut-base-token-momentum-pulse.vercel.app/api/v1/momentum",
      "price_usd": "0.004",
      "sample_url": "https://argonaut-base-token-momentum-pulse.vercel.app/sample",
      "docs_url": "https://argonaut-base-token-momentum-pulse.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/base-token-momentum-pulse",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-base-token-momentum-pulse.vercel.app/api/v1/momentum?limit=5' --payment-network base --max-amount 0.004 --yes --format json",
      "tags": ["trending Base tokens", "USDC volume", "DEX", "buy sell activity"]
    },
    {
      "id": "base-token-lookup",
      "name": "Base Token Lookup",
      "category": "market data",
      "description": "Look up an address, symbol, or name within the current validated native-USDC active-pool snapshot; not a general token directory.",
      "method": "GET",
      "endpoint": "https://argonaut-base-token-momentum-pulse.vercel.app/api/v1/resolve",
      "price_usd": "0.002",
      "sample_url": "https://argonaut-base-token-momentum-pulse.vercel.app/sample",
      "docs_url": "https://argonaut-base-token-momentum-pulse.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/base-token-momentum-pulse",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-base-token-momentum-pulse.vercel.app/api/v1/resolve?query=cbBTC&limit=5' --payment-network base --max-amount 0.002 --yes --format json",
      "tags": ["Base token lookup", "token resolver", "symbol", "contract address"]
    },
    {
      "id": "web-page-reader",
      "name": "Public Web Page Reader",
      "category": "web",
      "description": "Convert one public static HTML, text, or Markdown page to sanitized Markdown with robots and private-network protections.",
      "method": "GET",
      "endpoint": "https://web-page-reader.vercel.app/api/v1/read",
      "price_usd": "0.005",
      "sample_url": "https://web-page-reader.vercel.app/sample",
      "docs_url": "https://web-page-reader.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/web-page-reader",
      "agentcash_command": "npx -y agentcash fetch 'https://web-page-reader.vercel.app/api/v1/read?url=https%3A%2F%2Fexample.org%2F&max_chars=5000' --payment-network base --max-amount 0.005 --yes --format json",
      "tags": ["webpage to Markdown", "static HTML", "robots", "sanitized text"]
    },
    {
      "id": "product-image",
      "name": "Commercial-Safe Product Image",
      "category": "media",
      "description": "Generate one private 768×768 PNG for an everyday object, still life, landscape, interior, animal, or abstract composition.",
      "method": "POST",
      "endpoint": "https://product-image-api-delta.vercel.app/api/v1/images",
      "price_usd": "0.02",
      "docs_url": "https://product-image-api-delta.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/product-image-api",
      "agentcash_command": "npx -y agentcash fetch 'https://product-image-api-delta.vercel.app/api/v1/images' --method POST --body '{\"prompt\":\"Matte terracotta reusable bottle on a sand pedestal with a deep teal studio backdrop\"}' --header 'content-type: application/json' --payment-network base --max-amount 0.02 --yes --format json",
      "tags": ["product image", "PNG", "commercial-safe", "private generation"]
    },
    {
      "id": "us-weather",
      "name": "U.S. Weather Forecast + Alerts",
      "category": "data",
      "description": "Get a compact seven-day National Weather Service forecast and active alerts for one U.S. coordinate.",
      "method": "GET",
      "endpoint": "https://argonaut-us-weather-api.vercel.app/api/v1/forecast",
      "price_usd": "0.0012",
      "docs_url": "https://argonaut-us-weather-api.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/us-weather-api",
      "agentcash_command": "npx -y agentcash fetch 'https://argonaut-us-weather-api.vercel.app/api/v1/forecast?lat=38.8895&lon=-77.0353' --payment-network base --max-amount 0.0012 --yes --format json",
      "tags": ["weather", "NWS", "forecast", "alerts"]
    },
    {
      "id": "proofflow",
      "name": "ProofFlow Devpost Audit",
      "category": "developer",
      "description": "Generate and persist a source-cited compliance audit for a public Devpost rules page and GitHub repository.",
      "method": "POST",
      "endpoint": "https://proofflow-agent.vercel.app/api/v1/audits",
      "price_usd": "0.05",
      "docs_url": "https://proofflow-agent.vercel.app/openapi.json",
      "source_url": "https://github.com/ArgonautWorks/proofflow-agent",
      "agentcash_command": "npx -y agentcash fetch 'https://proofflow-agent.vercel.app/api/v1/audits' --method POST --body '{\"rulesUrl\":\"https://allthingsagentichackathon.devpost.com/rules\",\"repoUrl\":\"https://github.com/ArgonautWorks/proofflow-agent\",\"projectUrl\":\"https://proofflow-agent.vercel.app\"}' --header 'content-type: application/json' --payment-network base --max-amount 0.05 --yes --format json",
      "tags": ["Devpost", "submission audit", "compliance", "evidence"]
    }
  ]
}
