{
  "x402Version": 2,
  "id": 3436,
  "slug": "3436",
  "resource": "https://kenoodl.com/api/verify",
  "description": "The independent gate before a merge, deploy, or payout. Deterministic JavaScript (Node) or Python 3 run against a contract or claim; returns HELD, BROKE with the failing input, FINDINGS, or DROP. BROKE requires a contract. Ephemeral sandbox, nothing stored. 0.10 USDC; allow up to 120s.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3A7292b88471691946D8D8856925e22246bed743",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "code": "def add(a, b): return a - b",
            "contract": {
              "examples": [
                {
                  "call": "add(2,3)",
                  "expected": "5"
                }
              ],
              "fn": "add"
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "detail": "add(2,3) returned -1; the contract expected 5.",
            "verdict": "BROKE"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "assumption": {
                    "description": "A claim about the code in plain words, for a FINDINGS read (never BROKE).",
                    "maxLength": 4000,
                    "type": "string"
                  },
                  "code": {
                    "description": "The function source under test.",
                    "maxLength": 64000,
                    "type": "string"
                  },
                  "contract": {
                    "description": "Provide a {fn, examples:[{call, expected}]} contract for a BROKE-capable verdict. BROKE fires only from a contract you provide.",
                    "type": "object"
                  }
                },
                "required": [
                  "code"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "closer": {
                    "type": "string"
                  },
                  "contract": {
                    "type": "object"
                  },
                  "detail": {
                    "type": "string"
                  },
                  "proof": {
                    "type": "string"
                  },
                  "proofRuns": {
                    "type": "string"
                  },
                  "verdict": {
                    "enum": [
                      "HELD",
                      "BROKE",
                      "FINDINGS",
                      "DROP"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "verdict"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "kenoodl.com",
  "lastUpdated": "2026-09-07T23:15:24.469Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T23:15:24.109Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "kenoodl.com",
    "manifest_name": "kenoodl.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}