{
  "x402Version": 2,
  "id": 3623,
  "slug": "3623",
  "resource": "https://attester.dev/judge",
  "description": "QA Judge: grade an agent output against your rubric (structure, citations, claim support, length constraints) and receive a 0-100 score with a signed attestation. $0.10 USDC per grading.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x57407D691F755cAa107647718F3582a8A87467dD",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "ai",
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "context": null,
            "output": "Use stream=True and iterate response.iter_text().",
            "rubric": [
              {
                "criterion": "covers streaming with the OpenAI Python SDK"
              },
              {
                "criterion": "includes citations",
                "weight": 2
              }
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "attestation": {
              "verifier_address": "0x…"
            },
            "per_criterion": [
              {
                "criterion": "covers streaming",
                "score": 100
              }
            ],
            "score": 85,
            "signature": "0x…",
            "verdict": "pass"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "context": {
                    "description": "Optional context (sources, instructions)",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "output": {
                    "description": "The agent output to grade",
                    "type": "string"
                  },
                  "rubric": {
                    "description": "Grading criteria with optional weights",
                    "items": {
                      "properties": {
                        "criterion": {
                          "type": "string"
                        },
                        "weight": {
                          "type": [
                            "number",
                            "null"
                          ]
                        }
                      },
                      "required": [
                        "criterion"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "output",
                  "rubric"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              }
            },
            "required": [
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ]
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "attester.dev",
  "lastUpdated": "2026-08-27T03:45:07.374Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T03:45:05.295Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "attester.dev",
    "manifest_name": "attester.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}