{
  "x402Version": 2,
  "service": {
    "name": "10x402",
    "description": "x402 conformance linting, sold per call over x402",
    "url": "https://10x402.com",
    "tags": [
      "x402",
      "lint",
      "conformance",
      "developer-tools"
    ],
    "contact": "support@lemon-agent.dev"
  },
  "resources": [
    {
      "url": "https://10x402.com/lint",
      "method": "POST",
      "description": "Find conformance blockers to x402 indexing and payment on a live endpoint",
      "mimeType": "application/json",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "250000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    {
      "url": "https://10x402.com/lint/one",
      "method": "POST",
      "description": "Run ONE named check against a live endpoint",
      "mimeType": "application/json",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    {
      "url": "https://10x402.com/lint/envelope",
      "method": "POST",
      "description": "Check a captured x402 402 for indexing and payment blockers — no fetch",
      "mimeType": "application/json",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "100000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    {
      "url": "https://10x402.com/lint/envelope/one",
      "method": "POST",
      "description": "Run ONE named check against a response you paste",
      "mimeType": "application/json",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    }
  ],
  "free": [
    {
      "url": "https://10x402.com/check",
      "method": "GET",
      "description": "Start here: service info, the full check catalogue with sources, prices and grades. Free."
    }
  ],
  "note": "The authoritative terms — including payTo — are in the 402 each resource answers with. This document is static and deliberately carries no receiving address: a stale one in a file is worse than none. GET /check for the live catalogue."
}
