{
  "x402Version": 2,
  "id": 13543,
  "slug": "13543",
  "resource": "https://verifier-staging.quantumshieldlabs.dev/x402/verify",
  "description": "Classify an agent or automation operation from bounded evidence and return a deterministic execution receipt. Use when completion claims need independent machine-readable verification. Claims alone never produce VERIFIED_COMPLETE.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x550205ECa42aAE871CFED6BC943fB2cF59F1d057",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "claimed_state": "PASS",
            "evidence_items": [
              {
                "description": "Production health endpoint",
                "name": "health_check",
                "result": true,
                "source": "https://service.example/health"
              }
            ],
            "operation_id": "deploy-42",
            "required_verifications": [
              "health_check"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "operation_id": "deploy-42",
            "reason_code": "V001",
            "terminal_classification": "VERIFIED_COMPLETE"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "blockers": {
                    "type": "array"
                  },
                  "claimed_output": {
                    "description": "Optional output claimed by the caller"
                  },
                  "claimed_state": {
                    "description": "The operation state claimed by the caller",
                    "type": "string"
                  },
                  "dependencies": {
                    "type": "array"
                  },
                  "error": {},
                  "evidence_items": {
                    "items": {
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "detail": {},
                        "name": {
                          "type": "string"
                        },
                        "result": {},
                        "source": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "name"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "operation_id": {
                    "description": "Caller-controlled operation identifier",
                    "type": "string"
                  },
                  "required_verifications": {
                    "description": "Evidence names required for verified completion",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "operation_id"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "operation_id": {
                    "type": "string"
                  },
                  "reason_code": {
                    "type": "string"
                  },
                  "terminal_classification": {
                    "type": "string"
                  }
                },
                "required": [
                  "terminal_classification",
                  "reason_code"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "verifier-staging.quantumshieldlabs.dev",
  "lastUpdated": "2026-09-08T11:42:36.405Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T11:42:36.132Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "verifier-staging.quantumshieldlabs.dev",
    "manifest_name": "verifier-staging.quantumshieldlabs.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"
  }
}