INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

266 observations · Differences between dated observations.

jobs.rqmtechnologies.comProblem: Compare digital-twin output with mapped observations against caller tolerances. Input: JSON with predicted, observed, declared mapping, rules. Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-digital-twin-observations.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Compare digital-twin output with mapped observations against caller tolerances. Input: JSON with predicted, observed, declared mapping, rules. Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "declared_mapping": {
                    "enum": [
                      "identity",
                      "affine"
                    ],
                    "title": "Declared Mapping",
                    "type": "string"
                  },
                  "field_offset": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 12,
                    "title": "Field Offset",
                    "type": "array"
                  },
                  "field_scale": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 12,
                    "title": "Field Scale",
                    "type": "array"
                  },
                  "observed": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "values": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Values",
                          "type": "array"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "values"
                      ],
                      "title": "Point",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Observed",
                    "type": "array"
                  },
                  "observed_delay_seconds": {
                    "default": 0,
                    "maximum": 3600,
                    "minimum": -3600,
                    "title": "Observed Delay Seconds",
                    "type": "number"
                  },
                  "observed_frame": {
                    "default": "declared",
                    "maxLength": 64,
                    "minLength": 1,
                    "title": "Observed Frame",
                    "type": "string"
                  },
                  "observed_unit": {
                    "default": "declared",
                    "maxLength": 32,
                    "minLength": 1,
                    "title": "Observed Unit",
                    "type": "string"
                  },
                  "predicted": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "values": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Values",
                          "type": "array"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "values"
                      ],
                      "title": "Point",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Predicted",
                    "type": "array"
                  },
                  "predicted_frame": {
                    "default": "declared",
                    "maxLength": 64,
                    "minLength": 1,
                    "title": "Predicted Frame",
                    "type": "string"
                  },
                  "predicted_unit": {
                    "default": "declared",
                    "maxLength": 32,
                    "minLength": 1,
                    "title": "Predicted Unit",
                    "type": "string"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_absolute_error": {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "title": "Maximum Absolute Error",
                        "type": "number"
                      },
                      "maximum_rmse": {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "title": "Maximum Rmse",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_rmse",
                      "maximum_absolute_error"
                    ],
                    "title": "Rules",
                    "type": "object"
                  }
                },
                "required": [
                  "predicted",
                  "observed",
                  "declared_mapping",
                  "rules"
                ],
                "title": "TwinCompareRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "488791e30945ffb6276142dc000c95bea49e082345a22d24466b5b282d058b3a",
  "service_id": "0382e4d1b302f08362c681557b1533ada671d62f6b8c2bd7dac3ba82032aec93",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T22:55:16.248Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-digital-twin-observations.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Fuse these bounded synchronized sensor observations under the supplied diagonal uncertainty model and rules. Input: JSON with observations, model, rules. Result: fused state, diagonal covariance, sensor residuals and verdict. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.estimate-fused-state.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Fuse these bounded synchronized sensor observations under the supplied diagonal uncertainty model and rules. Input: JSON with observations, model, rules. Result: fused state, diagonal covariance, sensor residuals and verdict. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "model": {
                    "enum": [
                      "independent_diagonal_gaussian",
                      "correlated_gaussian"
                    ],
                    "title": "Model",
                    "type": "string"
                  },
                  "observations": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "covariance": {
                          "anyOf": [
                            {
                              "items": {
                                "items": {
                                  "type": "number"
                                },
                                "type": "array"
                              },
                              "maxItems": 12,
                              "type": "array"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Covariance"
                        },
                        "sensor_id": {
                          "pattern": "^[A-Za-z0-9._-]{1,64}$",
                          "title": "Sensor Id",
                          "type": "string"
                        },
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "values": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Values",
                          "type": "array"
                        },
                        "variances": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Variances",
                          "type": "array"
                        }
                      },
                      "required": [
                        "sensor_id",
                        "timestamp_s",
                        "values",
                        "variances"
                      ],
                      "title": "SensorObservation",
                      "type": "object"
                    },
                    "maxItems": 64,
                    "minItems": 2,
                    "title": "Observations",
                    "type": "array"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_normalized_residual": {
                        "maximum": 1000000,
                        "minimum": 0,
                        "title": "Maximum Normalized Residual",
                        "type": "number"
                      },
                      "maximum_time_skew_s": {
                        "maximum": 60,
                        "minimum": 0,
                        "title": "Maximum Time Skew S",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_time_skew_s",
                      "maximum_normalized_residual"
                    ],
                    "title": "FusionRules",
                    "type": "object"
                  }
                },
                "required": [
                  "observations",
                  "model",
                  "rules"
                ],
                "title": "FusedStateRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d067d75351f269e3ff7a3f25ac0a34aa03398229c94e3ec6d3f14f7acd0a95df",
  "service_id": "1d08db5d29e008af6179e1a95e0ff77e644c9cf2301274304413fcd3b21df916",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T00:30:13.779Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.estimate-fused-state.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Compute a bounded actuator alignment correction from these observations and caller acceptance limits. Input: JSON with observations, model, rules. Result: correction parameters, pre/post residuals, applicability verdict. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compute-actuator-alignment-correction.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Compute a bounded actuator alignment correction from these observations and caller acceptance limits. Input: JSON with observations, model, rules. Result: correction parameters, pre/post residuals, applicability verdict. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "holdout_observations": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "commanded": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Commanded",
                          "type": "array"
                        },
                        "observed": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Observed",
                          "type": "array"
                        }
                      },
                      "required": [
                        "commanded",
                        "observed"
                      ],
                      "title": "AlignmentObservation",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "title": "Holdout Observations",
                    "type": "array"
                  },
                  "model": {
                    "enum": [
                      "constant_additive_offset",
                      "robust_median_offset"
                    ],
                    "title": "Model",
                    "type": "string"
                  },
                  "observations": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "commanded": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Commanded",
                          "type": "array"
                        },
                        "observed": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Observed",
                          "type": "array"
                        }
                      },
                      "required": [
                        "commanded",
                        "observed"
                      ],
                      "title": "AlignmentObservation",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Observations",
                    "type": "array"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_absolute_correction": {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "title": "Maximum Absolute Correction",
                        "type": "number"
                      },
                      "maximum_post_correction_rmse": {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "title": "Maximum Post Correction Rmse",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_post_correction_rmse",
                      "maximum_absolute_correction"
                    ],
                    "title": "AlignmentRules",
                    "type": "object"
                  }
                },
                "required": [
                  "observations",
                  "model",
                  "rules"
                ],
                "title": "AlignmentRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "dc2a62dcd56f655e8a8d0ff5b1a22a88d0170740bfaff02158286b94b0e1ba9c",
  "service_id": "254464e3b36af35e9025100930ecb2c56c8332c5f47ff064d9ba9b3c814f43f6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T23:51:40.081Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compute-actuator-alignment-correction.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Accept or reject a bounded trajectory against caller kinematic limits. Input: JSON with trajectory, maximum speed, maximum acceleration. Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.validate-kinematic-dynamic-limits.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Accept or reject a bounded trajectory against caller kinematic limits. Input: JSON with trajectory, maximum speed, maximum acceleration. Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "maximum_absolute_torque": {
                    "anyOf": [
                      {
                        "exclusiveMinimum": 0,
                        "maximum": 1000000000,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Absolute Torque"
                  },
                  "maximum_acceleration": {
                    "exclusiveMinimum": 0,
                    "maximum": 1000000,
                    "title": "Maximum Acceleration",
                    "type": "number"
                  },
                  "maximum_jerk": {
                    "anyOf": [
                      {
                        "exclusiveMinimum": 0,
                        "maximum": 1000000,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Jerk"
                  },
                  "maximum_speed": {
                    "exclusiveMinimum": 0,
                    "maximum": 1000000,
                    "title": "Maximum Speed",
                    "type": "number"
                  },
                  "torque_samples": {
                    "items": {
                      "items": {
                        "type": "number"
                      },
                      "type": "array"
                    },
                    "maxItems": 4096,
                    "title": "Torque Samples",
                    "type": "array"
                  },
                  "trajectory": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "values": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Values",
                          "type": "array"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "values"
                      ],
                      "title": "Point",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Trajectory",
                    "type": "array"
                  },
                  "workspace_maximum": {
                    "anyOf": [
                      {
                        "items": {
                          "type": "number"
                        },
                        "maxItems": 12,
                        "type": "array"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Workspace Maximum"
                  },
                  "workspace_minimum": {
                    "anyOf": [
                      {
                        "items": {
                          "type": "number"
                        },
                        "maxItems": 12,
                        "type": "array"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Workspace Minimum"
                  }
                },
                "required": [
                  "trajectory",
                  "maximum_speed",
                  "maximum_acceleration"
                ],
                "title": "LimitValidationRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "e217a2cd6f133542189bf067c76ac04a9f131a21873b0c44a70d60e680e907b9",
  "service_id": "298293823fa2b9acdfa5d94b5179613c2d97736e89aa696ea5d770190820862b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T23:07:32.511Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.validate-kinematic-dynamic-limits.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Check this bounded geometry and trajectory against the supplied collision and clearance constraints. Input: JSON with trajectory, obstacles, robot radius, minimum clearance. Result: clearance, collision candidates and constraint results. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.check-collision-constraints.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Check this bounded geometry and trajectory against the supplied collision and clearance constraints. Input: JSON with trajectory, obstacles, robot radius, minimum clearance. Result: clearance, collision candidates and constraint results. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "minimum_clearance": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Minimum Clearance",
                    "type": "number"
                  },
                  "obstacles": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "obstacle_id": {
                          "maxLength": 128,
                          "minLength": 1,
                          "title": "Obstacle Id",
                          "type": "string"
                        },
                        "radius": {
                          "maximum": 1000000000,
                          "minimum": 0,
                          "title": "Radius",
                          "type": "number"
                        },
                        "x": {
                          "maximum": 1000000000,
                          "minimum": -1000000000,
                          "title": "X",
                          "type": "number"
                        },
                        "y": {
                          "maximum": 1000000000,
                          "minimum": -1000000000,
                          "title": "Y",
                          "type": "number"
                        }
                      },
                      "required": [
                        "obstacle_id",
                        "x",
                        "y",
                        "radius"
                      ],
                      "title": "CircleObstacle",
                      "type": "object"
                    },
                    "maxItems": 1024,
                    "minItems": 1,
                    "title": "Obstacles",
                    "type": "array"
                  },
                  "robot_radius": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Robot Radius",
                    "type": "number"
                  },
                  "trajectory": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "x": {
                          "maximum": 1000000000,
                          "minimum": -1000000000,
                          "title": "X",
                          "type": "number"
                        },
                        "y": {
                          "maximum": 1000000000,
                          "minimum": -1000000000,
                          "title": "Y",
                          "type": "number"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "x",
                        "y"
                      ],
                      "title": "Point2D",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Trajectory",
                    "type": "array"
                  }
                },
                "required": [
                  "trajectory",
                  "obstacles",
                  "robot_radius",
                  "minimum_clearance"
                ],
                "title": "CollisionRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "9cd3c3a6a4b9c27c18b49e36b211126f4023b583dc8b12e4e7fb6e2ad6f1d9c3",
  "service_id": "2a8ff683112c5dcedd3e44519c2ad7f04bc0c22125add34a1c40e0dce8be894a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T21:24:53.078Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.check-collision-constraints.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comSimulation Result Compare: Compare these bounded simulation results using the supplied deterministic probability rules. Use when: Use when a bounded request matches rqm.studio.simulation-result-compare-request.v1 and the caller needs the... Returns: probability deltas, distance metrics, threshold verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.simulation-result-compare.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Simulation Result Compare: Compare these bounded simulation results using the supplied deterministic probability rules. Use when: Use when a bounded request matches rqm.studio.simulation-result-compare-request.v1 and the caller needs the... Returns: probability deltas, distance metrics, threshold verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "left_configuration": {
                    "additionalProperties": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "integer"
                        },
                        {
                          "type": "number"
                        },
                        {
                          "type": "boolean"
                        }
                      ]
                    },
                    "maxProperties": 32,
                    "title": "Left Configuration",
                    "type": "object"
                  },
                  "left_probabilities": {
                    "additionalProperties": {
                      "type": "number"
                    },
                    "maxProperties": 256,
                    "minProperties": 1,
                    "title": "Left Probabilities",
                    "type": "object"
                  },
                  "right_configuration": {
                    "additionalProperties": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "integer"
                        },
                        {
                          "type": "number"
                        },
                        {
                          "type": "boolean"
                        }
                      ]
                    },
                    "maxProperties": 32,
                    "title": "Right Configuration",
                    "type": "object"
                  },
                  "right_probabilities": {
                    "additionalProperties": {
                      "type": "number"
                    },
                    "maxProperties": 256,
                    "minProperties": 1,
                    "title": "Right Probabilities",
                    "type": "object"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_bin_error": {
                        "maximum": 1,
                        "minimum": 0,
                        "title": "Maximum Bin Error",
                        "type": "number"
                      },
                      "maximum_total_variation_distance": {
                        "maximum": 1,
                        "minimum": 0,
                        "title": "Maximum Total Variation Distance",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_total_variation_distance",
                      "maximum_bin_error"
                    ],
                    "title": "ProbabilityRules",
                    "type": "object"
                  }
                },
                "required": [
                  "left_probabilities",
                  "right_probabilities",
                  "rules"
                ],
                "title": "SimulationResultCompareRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "3531120be98c822708ecfc22dd5ae2ef62f1af4cfaa4521914b28333776d1fa2",
  "service_id": "4088232ed29b5d464bf04b8f1867d45d86bf72f36a82b713a3635da09d91cf54",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:21:17.116Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.simulation-result-compare.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comOpenqasm3 Repair: Repair this bounded OpenQASM 3 program only with the supplied conservative repair policy. Use when: Use when a bounded request matches rqm.studio.openqasm3-repair-request.v1 and the caller needs the declared... Returns: repaired or withheld source, exact edit list, post-repair validation verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, provider acceptance, certification, formal-pr...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/openqasm3-repair-v1
NetworkAdvertised amountBillingPayee
eip155:84530.2 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Openqasm3 Repair: Repair this bounded OpenQASM 3 program only with the supplied conservative repair policy. Use when: Use when a bounded request matches rqm.studio.openqasm3-repair-request.v1 and the caller needs the declared... Returns: repaired or withheld source, exact edit list, post-repair validation verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, provider acceptance, certification, formal-pr...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "allowed_repairs": {
                    "items": {
                      "enum": [
                        "add_openqasm3_header",
                        "normalize_whitespace",
                        "add_stdgates_include",
                        "terminate_statements"
                      ],
                      "type": "string"
                    },
                    "maxItems": 4,
                    "minItems": 1,
                    "title": "Allowed Repairs",
                    "type": "array"
                  },
                  "source": {
                    "minLength": 1,
                    "title": "Source",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "allowed_repairs"
                ],
                "title": "RepairRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.2",
      "amount_atomic": "200000",
      "amount_encoding": "atomic_units",
      "amount_raw": "200000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "437918d7175af05c5e00d61c9489d2aea4a34bf319e608e8686668d04f86eed3",
  "service_id": "42143e481a91e0c0d05e36f61fa8c32230f9446d2819fec75552c53aacddba9d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T03:54:56.039Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/openqasm3-repair-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Reconstruct this bounded trajectory under the supplied smoothing model and residual rule. Input: JSON with samples, model, rules. Result: smoothed trajectory, residual RMSE, caller-rule verdict. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.reconstruct-smoothed-trajectory.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Reconstruct this bounded trajectory under the supplied smoothing model and residual rule. Input: JSON with samples, model, rules. Result: smoothed trajectory, residual RMSE, caller-rule verdict. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "exponential_alpha": {
                    "default": 0.25,
                    "exclusiveMinimum": 0,
                    "maximum": 1,
                    "title": "Exponential Alpha",
                    "type": "number"
                  },
                  "model": {
                    "enum": [
                      "centered_moving_average",
                      "centered_median",
                      "exponential"
                    ],
                    "title": "Model",
                    "type": "string"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_rmse": {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "title": "Maximum Rmse",
                        "type": "number"
                      },
                      "window_samples": {
                        "maximum": 31,
                        "minimum": 1,
                        "title": "Window Samples",
                        "type": "integer"
                      }
                    },
                    "required": [
                      "window_samples",
                      "maximum_rmse"
                    ],
                    "title": "SmoothingRules",
                    "type": "object"
                  },
                  "samples": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "values": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Values",
                          "type": "array"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "values"
                      ],
                      "title": "TimedVector",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Samples",
                    "type": "array"
                  }
                },
                "required": [
                  "samples",
                  "model",
                  "rules"
                ],
                "title": "SmoothTrajectoryRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "4d4ff7774ed7bc8512c2f29631e578ea66c843c3d456669a120b702df78ca5dd",
  "service_id": "42808873bc38fe6da4edbf2bb2932e15af95e85817ac56aea87a55801d749588",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T01:49:41.39Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.reconstruct-smoothed-trajectory.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Tune a supported controller only within supplied bounds and safety limits. Input: JSON with supported controller, current gain, fixture error, target error.... Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.tune-controller-to-objectives.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Tune a supported controller only within supplied bounds and safety limits. Input: JSON with supported controller, current gain, fixture error, target error.... Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "current_gain": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Current Gain",
                    "type": "number"
                  },
                  "fixture_error": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Fixture Error",
                    "type": "number"
                  },
                  "grid_points": {
                    "default": 21,
                    "maximum": 101,
                    "minimum": 3,
                    "title": "Grid Points",
                    "type": "integer"
                  },
                  "holdout_disturbances": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 4096,
                    "title": "Holdout Disturbances",
                    "type": "array"
                  },
                  "maximum_gain": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Maximum Gain",
                    "type": "number"
                  },
                  "maximum_peak_control": {
                    "anyOf": [
                      {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Peak Control"
                  },
                  "maximum_peak_error": {
                    "anyOf": [
                      {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Peak Error"
                  },
                  "minimum_gain": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Minimum Gain",
                    "type": "number"
                  },
                  "minimum_improvement_fraction": {
                    "default": 0,
                    "maximum": 1,
                    "minimum": 0,
                    "title": "Minimum Improvement Fraction",
                    "type": "number"
                  },
                  "plant_damping": {
                    "default": 0.1,
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Plant Damping",
                    "type": "number"
                  },
                  "plant_mass": {
                    "default": 1,
                    "exclusiveMinimum": 0,
                    "maximum": 1000000,
                    "title": "Plant Mass",
                    "type": "number"
                  },
                  "safety_limit": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Safety Limit",
                    "type": "number"
                  },
                  "supported_controller": {
                    "const": "proportional_gain",
                    "title": "Supported Controller",
                    "type": "string"
                  },
                  "target_error": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Target Error",
                    "type": "number"
                  },
                  "time_step_s": {
                    "default": 0.05,
                    "exclusiveMinimum": 0,
                    "maximum": 1,
                    "title": "Time Step S",
                    "type": "number"
                  },
                  "training_disturbances": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 4096,
                    "title": "Training Disturbances",
                    "type": "array"
                  }
                },
                "required": [
                  "supported_controller",
                  "current_gain",
                  "fixture_error",
                  "target_error",
                  "minimum_gain",
                  "maximum_gain",
                  "safety_limit"
                ],
                "title": "ControllerTuneRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "3b3e1ba9f0f7fa9f8eec4a9d45852cc785b72fd68c9f29381e16cc670645ef75",
  "service_id": "4a435c8b062e5ee24af2e020bb2e4a15b261c3b2edfc1cb16d2e95de4435a8ea",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T02:25:19.146Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.tune-controller-to-objectives.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Validate this bounded frame graph and report unit, axis, handedness, rotation, and transform-direction violations. Input: JSON with frames, declared length unit, declared transform direction, declared.... Result: pass, fail, or unsupported verdict, exact findings, normalized evidence. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/frame-convention-validation-v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Validate this bounded frame graph and report unit, axis, handedness, rotation, and transform-direction violations. Input: JSON with frames, declared length unit, declared transform direction, declared.... Result: pass, fail, or unsupported verdict, exact findings, normalized evidence. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "declared_axis_convention": {
                    "enum": [
                      "ENU",
                      "NED",
                      "NWU",
                      "FLU",
                      "FRD"
                    ],
                    "title": "Declared Axis Convention",
                    "type": "string"
                  },
                  "declared_handedness": {
                    "enum": [
                      "right",
                      "left"
                    ],
                    "title": "Declared Handedness",
                    "type": "string"
                  },
                  "declared_length_unit": {
                    "enum": [
                      "m",
                      "cm",
                      "mm"
                    ],
                    "title": "Declared Length Unit",
                    "type": "string"
                  },
                  "declared_rotation_semantics": {
                    "enum": [
                      "active",
                      "passive"
                    ],
                    "title": "Declared Rotation Semantics",
                    "type": "string"
                  },
                  "declared_transform_direction": {
                    "enum": [
                      "parent_to_child",
                      "child_to_parent"
                    ],
                    "title": "Declared Transform Direction",
                    "type": "string"
                  },
                  "frames": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "axis_convention": {
                          "enum": [
                            "ENU",
                            "NED",
                            "NWU",
                            "FLU",
                            "FRD"
                          ],
                          "title": "Axis Convention",
                          "type": "string"
                        },
                        "frame_id": {
                          "pattern": "^[A-Za-z][A-Za-z0-9_.:-]{0,63}$",
                          "title": "Frame Id",
                          "type": "string"
                        },
                        "handedness": {
                          "enum": [
                            "right",
                            "left"
                          ],
                          "title": "Handedness",
                          "type": "string"
                        },
                        "parent_frame_id": {
                          "anyOf": [
                            {
                              "pattern": "^[A-Za-z][A-Za-z0-9_.:-]{0,63}$",
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Parent Frame Id"
                        },
                        "rotation": {
                          "discriminator": {
                            "mapping": {
                              "matrix": "#/$defs/MatrixRotation",
                              "quaternion": "#/$defs/QuaternionRotation"
                            },
                            "propertyName": "kind"
                          },
                          "oneOf": [
                            {
                              "additionalProperties": false,
                              "properties": {
                                "kind": {
                                  "const": "quaternion",
                                  "default": "quaternion",
                                  "title": "Kind",
                                  "type": "string"
                                },
                                "order": {
                                  "enum": [
                                    "wxyz",
                                    "xyzw"
                                  ],
                                  "title": "Order",
                                  "type": "string"
                                },
                                "values": {
                                  "maxItems": 4,
                                  "minItems": 4,
                                  "prefixItems": [
                                    {
                                      "type": "number"
                                    },
                                    {
                                      "type": "number"
                                    },
                                    {
                                      "type": "number"
                                    },
                                    {
                                      "type": "number"
                                    }
                                  ],
                                  "title": "Values",
                                  "type": "array"
                                }
                              },
                              "required": [
                                "values",
                                "order"
                              ],
                              "title": "QuaternionRotation",
                              "type": "object"
                            },
                            {
                              "additionalProperties": false,
                              "properties": {
                                "kind": {
                                  "const": "matrix",
                                  "default": "matrix",
                                  "title": "Kind",
                                  "type": "string"
                                },
                                "values": {
                                  "maxItems": 3,
                                  "minItems": 3,
                                  "prefixItems": [
                                    {
                                      "maxItems": 3,
                                      "minItems": 3,
                                      "prefixItems": [
                                        {
                                          "type": "number"
                                        },
                                        {
                                          "type": "number"
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ],
                                      "type": "array"
                                    },
                                    {
                                      "maxItems": 3,
                                      "minItems": 3,
                                      "prefixItems": [
                                        {
                                          "type": "number"
                                        },
                                        {
                                          "type": "number"
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ],
                                      "type": "array"
                                    },
                                    {
                                      "maxItems": 3,
                                      "minItems": 3,
                                      "prefixItems": [
                                        {
                                          "type": "number"
                                        },
                                        {
                                          "type": "number"
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ],
                                      "type": "array"
                                    }
                                  ],
                                  "title": "Values",
                                  "type": "array"
                                }
                              },
                              "required": [
                                "values"
                              ],
                              "title": "MatrixRotation",
                              "type": "object"
                            }
                          ],
                          "title": "Rotation"
                        },
                        "rotation_semantics": {
                          "enum": [
                            "active",
                            "passive"
                          ],
                          "title": "Rotation Semantics",
                          "type": "string"
                        },
                        "transform_direction": {
                          "enum": [
                            "parent_to_child",
                            "child_to_parent"
                          ],
                          "title": "Transform Direction",
                          "type": "string"
                        },
                        "translation": {
                          "additionalProperties": false,
                          "properties": {
                            "unit": {
                              "enum": [
                                "m",
                                "cm",
                                "mm"
                              ],
                              "title": "Unit",
                              "type": "string"
                            },
                            "values": {
                              "maxItems": 3,
                              "minItems": 3,
                              "prefixItems": [
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "number"
                                }
                              ],
                              "title": "Values",
                              "type": "array"
                            }
                          },
                          "required": [
                            "values",
                            "unit"
                          ],
                          "title": "Translation",
                          "type": "object"
                        }
                      },
                      "required": [
                        "frame_id",
                        "translation",
                        "rotation",
                        "transform_direction",
                        "rotation_semantics",
                        "handedness",
                        "axis_convention"
                      ],
                      "title": "CoordinateFrame",
                      "type": "object"
                    },
                    "maxItems": 64,
                    "minItems": 1,
                    "title": "Frames",
                    "type": "array"
                  },
                  "schema_version": {
                    "const": "rqm.robotics.frame-convention-validation-request.v1",
                    "default": "rqm.robotics.frame-convention-validation-request.v1",
                    "title": "Schema Version",
                    "type": "string"
                  },
                  "tolerances": {
                    "additionalProperties": false,
                    "properties": {
                      "matrix_determinant": {
                        "default": 1e-8,
                        "maximum": 0.01,
                        "minimum": 1e-12,
                        "title": "Matrix Determinant",
                        "type": "number"
                      },
                      "matrix_orthogonality": {
                        "default": 1e-8,
                        "maximum": 0.01,
                        "minimum": 1e-12,
                        "title": "Matrix Orthogonality",
                        "type": "number"
                      },
                      "quaternion_norm": {
                        "default": 0.000001,
                        "maximum": 0.01,
                        "minimum": 1e-12,
                        "title": "Quaternion Norm",
                        "type": "number"
                      }
                    },
                    "title": "Tolerances",
                    "type": "object"
                  }
                },
                "required": [
                  "frames",
                  "declared_length_unit",
                  "declared_transform_direction",
                  "declared_rotation_semantics",
                  "declared_handedness",
                  "declared_axis_convention"
                ],
                "title": "FrameConventionValidationRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "1cef7ee9de7e4c88c15335c3892f9a25a78ae6aec3fc95edbf90c6d479a4dac1",
  "service_id": "4d647c63b240f860652f175bd3e7746b1102e0afa5c316e169f65ad51cbe2e10",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T02:00:37.822Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/frame-convention-validation-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comExecution Plan Select: Select a supported execution plan against the supplied cost, depth, duration limits, and weights. Use when: Use when a bounded request matches rqm.studio.execution-plan-select-request.v1 and the caller needs the dec... Returns: ranked feasible plans, objective scores, selected plan identity. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.execution-plan-select.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Execution Plan Select: Select a supported execution plan against the supplied cost, depth, duration limits, and weights. Use when: Use when a bounded request matches rqm.studio.execution-plan-select-request.v1 and the caller needs the dec... Returns: ranked feasible plans, objective scores, selected plan identity. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "maximum_cost_usd": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Cost Usd",
                    "type": "number"
                  },
                  "maximum_depth": {
                    "maximum": 1000000,
                    "minimum": 0,
                    "title": "Maximum Depth",
                    "type": "integer"
                  },
                  "maximum_duration_seconds": {
                    "maximum": 31536000,
                    "minimum": 0,
                    "title": "Maximum Duration Seconds",
                    "type": "number"
                  },
                  "maximum_estimated_error_probability": {
                    "default": 1,
                    "maximum": 1,
                    "minimum": 0,
                    "title": "Maximum Estimated Error Probability",
                    "type": "number"
                  },
                  "maximum_queue_seconds": {
                    "default": 31536000,
                    "maximum": 31536000,
                    "minimum": 0,
                    "title": "Maximum Queue Seconds",
                    "type": "number"
                  },
                  "plans": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "compiled_depth": {
                          "maximum": 1000000,
                          "minimum": 0,
                          "title": "Compiled Depth",
                          "type": "integer"
                        },
                        "estimate_model_id": {
                          "default": "caller-supplied-v1",
                          "maxLength": 128,
                          "minLength": 1,
                          "title": "Estimate Model Id",
                          "type": "string"
                        },
                        "estimated_cost_usd": {
                          "maximum": 1000000000,
                          "minimum": 0,
                          "title": "Estimated Cost Usd",
                          "type": "number"
                        },
                        "estimated_duration_seconds": {
                          "maximum": 31536000,
                          "minimum": 0,
                          "title": "Estimated Duration Seconds",
                          "type": "number"
                        },
                        "estimated_error_probability": {
                          "default": 0,
                          "maximum": 1,
                          "minimum": 0,
                          "title": "Estimated Error Probability",
                          "type": "number"
                        },
                        "feasible": {
                          "title": "Feasible",
                          "type": "boolean"
                        },
                        "plan_id": {
                          "maxLength": 128,
                          "minLength": 1,
                          "title": "Plan Id",
                          "type": "string"
                        },
                        "queue_seconds": {
                          "default": 0,
                          "maximum": 31536000,
                          "minimum": 0,
                          "title": "Queue Seconds",
                          "type": "number"
                        },
                        "shots": {
                          "default": 0,
                          "maximum": 10000000,
                          "minimum": 0,
                          "title": "Shots",
                          "type": "integer"
                        },
                        "target_snapshot_digest": {
                          "pattern": "^[a-f0-9]{64}$",
                          "title": "Target Snapshot Digest",
                          "type": "string"
                        }
                      },
                      "required": [
                        "plan_id",
                        "estimated_cost_usd",
                        "compiled_depth",
                        "estimated_duration_seconds",
                        "target_snapshot_digest",
                        "feasible"
                      ],
                      "title": "Plan",
                      "type": "object"
                    },
                    "maxItems": 128,
                    "minItems": 1,
                    "title": "Plans",
                    "type": "array"
                  },
                  "weights": {
                    "additionalProperties": {
                      "type": "number"
                    },
                    "propertyNames": {
                      "enum": [
                        "cost",
                        "depth",
                        "duration",
                        "error",
                        "queue"
                      ]
                    },
                    "title": "Weights",
                    "type": "object"
                  }
                },
                "required": [
                  "plans",
                  "weights",
                  "maximum_cost_usd",
                  "maximum_depth",
                  "maximum_duration_seconds"
                ],
                "title": "PlanSelectionRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "5f83efdba2e5c99d0bdba114f63983cc6628e20ccbe8aacbd1dc5823a807486e",
  "service_id": "500b1fbda1cf976905fd885206b8b41b45ce05a4c043d3c69a3f2bd499454edc",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:59:41.22Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.execution-plan-select.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Execute a bounded RQM Circuit IR circuit on the managed local statevector simulator. Input: JSON with circuit ir. Result: typed counts, probabilities, simulation configuration evidence. Limits: Local software evidence only; 16 qubits; 250 operations.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/managed-simulator-v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Execute a bounded RQM Circuit IR circuit on the managed local statevector simulator. Input: JSON with circuit ir. Result: typed counts, probabilities, simulation configuration evidence. Limits: Local software evidence only; 16 qubits; 250 operations.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "circuit_ir": {
                    "additionalProperties": false,
                    "properties": {
                      "measurements": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "basis": {
                              "const": "Z",
                              "default": "Z",
                              "title": "Basis",
                              "type": "string"
                            },
                            "qubits": {
                              "items": {
                                "type": "integer"
                              },
                              "maxItems": 16,
                              "minItems": 1,
                              "title": "Qubits",
                              "type": "array"
                            },
                            "register": {
                              "anyOf": [
                                {
                                  "maxLength": 64,
                                  "minLength": 1,
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ],
                              "default": null,
                              "title": "Register"
                            }
                          },
                          "required": [
                            "qubits"
                          ],
                          "title": "McpStudioMeasurement",
                          "type": "object"
                        },
                        "maxItems": 16,
                        "title": "Measurements",
                        "type": "array"
                      },
                      "metadata": {
                        "additionalProperties": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "integer"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "maxProperties": 32,
                        "title": "Metadata",
                        "type": "object"
                      },
                      "operations": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "controls": {
                              "items": {
                                "type": "integer"
                              },
                              "maxItems": 1,
                              "title": "Controls",
                              "type": "array"
                            },
                            "gate": {
                              "enum": [
                                "h",
                                "x",
                                "y",
                                "z",
                                "s",
                                "sdg",
                                "t",
                                "tdg",
                                "rx",
                                "ry",
                                "rz",
                                "cx",
                                "cz",
                                "swap"
                              ],
                              "title": "Gate",
                              "type": "string"
                            },
                            "params": {
                              "additionalProperties": {
                                "type": "number"
                              },
                              "maxProperties": 1,
                              "title": "Params",
                              "type": "object"
                            },
                            "targets": {
                              "items": {
                                "type": "integer"
                              },
                              "maxItems": 2,
                              "minItems": 1,
                              "title": "Targets",
                              "type": "array"
                            }
                          },
                          "required": [
                            "gate",
                            "targets"
                          ],
                          "title": "McpStudioOperation",
                          "type": "object"
                        },
                        "maxItems": 250,
                        "title": "Operations",
                        "type": "array"
                      },
                      "qubits": {
                        "maximum": 16,
                        "minimum": 1,
                        "title": "Qubits",
                        "type": "integer"
                      },
                      "schema_version": {
                        "const": "0.2",
                        "default": "0.2",
                        "title": "Schema Version",
                        "type": "string"
                      }
                    },
                    "required": [
                      "qubits"
                    ],
                    "title": "McpStudioCircuit",
                    "type": "object"
                  },
                  "shots": {
                    "default": 1024,
                    "maximum": 10000,
                    "minimum": 1,
                    "title": "Shots",
                    "type": "integer"
                  },
                  "target": {
                    "const": "rqm_statevector",
                    "default": "rqm_statevector",
                    "title": "Target",
                    "type": "string"
                  }
                },
                "required": [
                  "circuit_ir"
                ],
                "title": "McpStudioManagedSimulatorRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "87834c3ac5ce880718ce128aa4ccf85aaa03e0d37ff4c02a5210eb6be8591761",
  "service_id": "58af4106d06b58201ed12c6f48bef95730e46fee64387f7910038476c7f270f6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T01:40:41.042Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/managed-simulator-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Accept or reject this bounded signal capture against the caller-supplied metric rules and return every measurement and violation. Input: JSON with sample rate hz, channels, rules. Result: measurements, violations and checksummed artifacts. Limits: Bounded signal processing only; 8 channels; 1024 samples/channel.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/gate-signal-capture-v1
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Accept or reject this bounded signal capture against the caller-supplied metric rules and return every measurement and violation. Input: JSON with sample rate hz, channels, rules. Result: measurements, violations and checksummed artifacts. Limits: Bounded signal processing only; 8 channels; 1024 samples/channel.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "channels": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "channel_id": {
                          "maxLength": 64,
                          "minLength": 1,
                          "pattern": "^[A-Za-z0-9._-]+$",
                          "title": "Channel Id",
                          "type": "string"
                        },
                        "role": {
                          "default": "signal",
                          "enum": [
                            "signal",
                            "i",
                            "q"
                          ],
                          "title": "Role",
                          "type": "string"
                        },
                        "samples": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 1024,
                          "minItems": 16,
                          "title": "Samples",
                          "type": "array"
                        }
                      },
                      "required": [
                        "channel_id",
                        "samples"
                      ],
                      "title": "SignalChannelRequest",
                      "type": "object"
                    },
                    "maxItems": 8,
                    "minItems": 1,
                    "title": "Channels",
                    "type": "array"
                  },
                  "rules": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "channel_id": {
                          "maxLength": 64,
                          "minLength": 1,
                          "title": "Channel Id",
                          "type": "string"
                        },
                        "maximum": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Maximum"
                        },
                        "metric": {
                          "enum": [
                            "sample_count",
                            "sample_rate_hz",
                            "duration_seconds",
                            "minimum",
                            "maximum",
                            "mean",
                            "rms",
                            "standard_deviation",
                            "peak_to_peak",
                            "frequency_resolution_hz",
                            "nyquist_frequency_hz",
                            "dominant_frequency_hz",
                            "dominant_amplitude"
                          ],
                          "title": "Metric",
                          "type": "string"
                        },
                        "minimum": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Minimum"
                        },
                        "rule_id": {
                          "maxLength": 64,
                          "minLength": 1,
                          "pattern": "^[A-Za-z0-9._-]+$",
                          "title": "Rule Id",
                          "type": "string"
                        }
                      },
                      "required": [
                        "rule_id",
                        "channel_id",
                        "metric"
                      ],
                      "title": "SignalGateMetricRule",
                      "type": "object"
                    },
                    "maxItems": 32,
                    "minItems": 1,
                    "title": "Rules",
                    "type": "array"
                  },
                  "sample_rate_hz": {
                    "exclusiveMinimum": 0,
                    "maximum": 1000000000,
                    "title": "Sample Rate Hz",
                    "type": "number"
                  },
                  "signal_kind": {
                    "default": "multichannel",
                    "enum": [
                      "scalar",
                      "multichannel",
                      "iq"
                    ],
                    "title": "Signal Kind",
                    "type": "string"
                  }
                },
                "required": [
                  "sample_rate_hz",
                  "channels",
                  "rules"
                ],
                "title": "GateSignalCaptureRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "223d800c68bec65957909bcaf49ee5fcae2371022e50120f8fc05c1fe3aea74b",
  "service_id": "5b0a972aab5b73a908a328748a928bfcfe93cd52ee26a016bdcd0ed22b565885",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T00:41:14.847Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/gate-signal-capture-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comPhase Aware Rewrite: Rewrite this supported circuit under the supplied phase-equivalence and target constraints. Use when: Use when a bounded request matches rqm.studio.phase-aware-rewrite-request.v1 and the caller needs the decla... Returns: rewritten operation or original, candidate withholding, verification status. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.phase-aware-rewrite.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Phase Aware Rewrite: Rewrite this supported circuit under the supplied phase-equivalence and target constraints. Use when: Use when a bounded request matches rqm.studio.phase-aware-rewrite-request.v1 and the caller needs the decla... Returns: rewritten operation or original, candidate withholding, verification status. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "circuit": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "angle_radians": {
                          "default": 0,
                          "maximum": 6.283185307179586,
                          "minimum": -6.283185307179586,
                          "title": "Angle Radians",
                          "type": "number"
                        },
                        "gate": {
                          "enum": [
                            "x",
                            "y",
                            "z",
                            "h",
                            "s",
                            "sdg",
                            "t",
                            "tdg",
                            "rx",
                            "ry",
                            "rz",
                            "cx",
                            "cz"
                          ],
                          "title": "Gate",
                          "type": "string"
                        },
                        "targets": {
                          "items": {
                            "type": "integer"
                          },
                          "maxItems": 2,
                          "minItems": 1,
                          "title": "Targets",
                          "type": "array"
                        }
                      },
                      "required": [
                        "gate",
                        "targets"
                      ],
                      "title": "PhaseOperation",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "title": "Circuit",
                    "type": "array"
                  },
                  "operation": {
                    "additionalProperties": false,
                    "properties": {
                      "angle_radians": {
                        "default": 0,
                        "maximum": 6.283185307179586,
                        "minimum": -6.283185307179586,
                        "title": "Angle Radians",
                        "type": "number"
                      },
                      "gate": {
                        "enum": [
                          "x",
                          "y",
                          "z",
                          "h",
                          "s",
                          "sdg",
                          "t",
                          "tdg",
                          "rx",
                          "ry",
                          "rz",
                          "cx",
                          "cz"
                        ],
                        "title": "Gate",
                        "type": "string"
                      },
                      "targets": {
                        "items": {
                          "type": "integer"
                        },
                        "maxItems": 2,
                        "minItems": 1,
                        "title": "Targets",
                        "type": "array"
                      }
                    },
                    "required": [
                      "gate",
                      "targets"
                    ],
                    "title": "PhaseOperation",
                    "type": "object"
                  },
                  "phase_context": {
                    "enum": [
                      "exact",
                      "ignore_global_phase"
                    ],
                    "title": "Phase Context",
                    "type": "string"
                  },
                  "require_same_targets": {
                    "const": true,
                    "default": true,
                    "title": "Require Same Targets",
                    "type": "boolean"
                  },
                  "target_gate": {
                    "enum": [
                      "rz",
                      "s",
                      "sdg",
                      "t",
                      "tdg"
                    ],
                    "title": "Target Gate",
                    "type": "string"
                  }
                },
                "required": [
                  "operation",
                  "target_gate",
                  "phase_context"
                ],
                "title": "PhaseRewriteRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7c03bd895a8b3fa5ed30befe75c103497c95fac1ad4c3db38b96ad65a7f4ff15",
  "service_id": "5d8da8100f5fff720790431d4d8ba4b17c53ae7a86bc7175132280ad0f35118f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T16:42:45.063Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.phase-aware-rewrite.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Tune supported control parameters against this bounded disturbance model and supplied response objectives. Input: JSON with mass, damping, disturbance, time step seconds, baseline kp, baseline.... Result: candidate parameters, comparative metrics and constraint results. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.optimize-disturbance-rejection.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Tune supported control parameters against this bounded disturbance model and supplied response objectives. Input: JSON with mass, damping, disturbance, time step seconds, baseline kp, baseline.... Result: candidate parameters, comparative metrics and constraint results. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "baseline_kd": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Baseline Kd",
                    "type": "number"
                  },
                  "baseline_kp": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Baseline Kp",
                    "type": "number"
                  },
                  "damping": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Damping",
                    "type": "number"
                  },
                  "disturbance": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Disturbance",
                    "type": "array"
                  },
                  "grid_points_per_axis": {
                    "maximum": 32,
                    "minimum": 2,
                    "title": "Grid Points Per Axis",
                    "type": "integer"
                  },
                  "holdout_disturbance": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 4096,
                    "title": "Holdout Disturbance",
                    "type": "array"
                  },
                  "mass": {
                    "exclusiveMinimum": 0,
                    "maximum": 1000000000,
                    "title": "Mass",
                    "type": "number"
                  },
                  "maximum_kd": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Kd",
                    "type": "number"
                  },
                  "maximum_kp": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Kp",
                    "type": "number"
                  },
                  "maximum_peak_error": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Peak Error",
                    "type": "number"
                  },
                  "maximum_rms_error": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Rms Error",
                    "type": "number"
                  },
                  "minimum_kd": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Minimum Kd",
                    "type": "number"
                  },
                  "minimum_kp": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Minimum Kp",
                    "type": "number"
                  },
                  "time_step_seconds": {
                    "exclusiveMinimum": 0,
                    "maximum": 10,
                    "title": "Time Step Seconds",
                    "type": "number"
                  }
                },
                "required": [
                  "mass",
                  "damping",
                  "disturbance",
                  "time_step_seconds",
                  "baseline_kp",
                  "baseline_kd",
                  "minimum_kp",
                  "maximum_kp",
                  "minimum_kd",
                  "maximum_kd",
                  "grid_points_per_axis",
                  "maximum_peak_error",
                  "maximum_rms_error"
                ],
                "title": "DisturbanceOptimizationRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "34ca78c17783f0a142e594f95391100c4ef6760a0804f58a5471f9e72076bd5a",
  "service_id": "5ed85581aac15783ee2ef52e03181a84ef8e3ff6793c8aec25f6a49ab2a69a9e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T01:08:27.75Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.optimize-disturbance-rejection.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProvider Result Compare: Compare these bounded provider results using the supplied normalization and difference rules. Use when: Use when a bounded request matches rqm.studio.provider-result-compare-request.v1 and the caller needs the d... Returns: normalized deltas, probability metrics, caller-rule verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-result-compare.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Provider Result Compare: Compare these bounded provider results using the supplied normalization and difference rules. Use when: Use when a bounded request matches rqm.studio.provider-result-compare-request.v1 and the caller needs the d... Returns: normalized deltas, probability metrics, caller-rule verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "left_counts": {
                    "additionalProperties": {
                      "type": "integer"
                    },
                    "maxProperties": 256,
                    "minProperties": 1,
                    "title": "Left Counts",
                    "type": "object"
                  },
                  "normalization": {
                    "const": "probability",
                    "title": "Normalization",
                    "type": "string"
                  },
                  "right_counts": {
                    "additionalProperties": {
                      "type": "integer"
                    },
                    "maxProperties": 256,
                    "minProperties": 1,
                    "title": "Right Counts",
                    "type": "object"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_bin_error": {
                        "maximum": 1,
                        "minimum": 0,
                        "title": "Maximum Bin Error",
                        "type": "number"
                      },
                      "maximum_total_variation_distance": {
                        "maximum": 1,
                        "minimum": 0,
                        "title": "Maximum Total Variation Distance",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_total_variation_distance",
                      "maximum_bin_error"
                    ],
                    "title": "ProbabilityRules",
                    "type": "object"
                  }
                },
                "required": [
                  "left_counts",
                  "right_counts",
                  "normalization",
                  "rules"
                ],
                "title": "ProviderResultCompareRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c481ad0fb78da7c32f590701c96e59e842a02122e3cb264e04ab01802fc85b0a",
  "service_id": "6e8aeb6fcd81613af058aa0f876e9ce75daa0350cf5c76ae373332c4912db5b3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:02:14.718Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-result-compare.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProvider Readiness Check: Accept or reject this bounded circuit for the supplied pinned provider target and readiness... Use when: Use when a bounded request matches rqm.studio.provider-readiness-check-request.v1 and the caller needs the... Returns: readiness verdict, rule results and blockers, target provenance. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-readiness-check.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Provider Readiness Check: Accept or reject this bounded circuit for the supplied pinned provider target and readiness... Use when: Use when a bounded request matches rqm.studio.provider-readiness-check-request.v1 and the caller needs the... Returns: readiness verdict, rule results and blockers, target provenance. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "operations": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "angle_radians": {
                          "anyOf": [
                            {
                              "maximum": 6.283185307179586,
                              "minimum": -6.283185307179586,
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Angle Radians"
                        },
                        "gate": {
                          "enum": [
                            "x",
                            "z",
                            "h",
                            "s",
                            "t",
                            "rx",
                            "rz",
                            "cx",
                            "cz"
                          ],
                          "title": "Gate",
                          "type": "string"
                        },
                        "targets": {
                          "items": {
                            "type": "integer"
                          },
                          "maxItems": 2,
                          "minItems": 1,
                          "title": "Targets",
                          "type": "array"
                        }
                      },
                      "required": [
                        "gate",
                        "targets"
                      ],
                      "title": "CircuitOperation",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 1,
                    "title": "Operations",
                    "type": "array"
                  },
                  "qubit_count": {
                    "maximum": 1024,
                    "minimum": 1,
                    "title": "Qubit Count",
                    "type": "integer"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_depth_upper_bound": {
                        "maximum": 1000000,
                        "minimum": 1,
                        "title": "Maximum Depth Upper Bound",
                        "type": "integer"
                      },
                      "require_all_gates_supported": {
                        "title": "Require All Gates Supported",
                        "type": "boolean"
                      },
                      "require_coupling_compatible": {
                        "title": "Require Coupling Compatible",
                        "type": "boolean"
                      }
                    },
                    "required": [
                      "require_all_gates_supported",
                      "require_coupling_compatible",
                      "maximum_depth_upper_bound"
                    ],
                    "title": "ReadinessRules",
                    "type": "object"
                  },
                  "target": {
                    "additionalProperties": false,
                    "properties": {
                      "basis_gates": {
                        "items": {
                          "enum": [
                            "x",
                            "z",
                            "h",
                            "s",
                            "t",
                            "rx",
                            "rz",
                            "cx",
                            "cz"
                          ],
                          "type": "string"
                        },
                        "maxItems": 9,
                        "minItems": 1,
                        "title": "Basis Gates",
                        "type": "array"
                      },
                      "captured_at": {
                        "anyOf": [
                          {
                            "format": "date-time",
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Captured At"
                      },
                      "cost_per_shot_usd": {
                        "anyOf": [
                          {
                            "maximum": 1000000,
                            "minimum": 0,
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Cost Per Shot Usd"
                      },
                      "coupling_edges": {
                        "items": {
                          "maxItems": 2,
                          "minItems": 2,
                          "prefixItems": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "integer"
                            }
                          ],
                          "type": "array"
                        },
                        "maxItems": 8192,
                        "title": "Coupling Edges",
                        "type": "array"
                      },
                      "gate_error_rates": {
                        "additionalProperties": {
                          "type": "number"
                        },
                        "maxProperties": 32,
                        "title": "Gate Error Rates",
                        "type": "object"
                      },
                      "maximum_age_seconds": {
                        "anyOf": [
                          {
                            "maximum": 31536000,
                            "minimum": 0,
                            "type": "integer"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Maximum Age Seconds"
                      },
                      "maximum_qubits": {
                        "maximum": 1024,
                        "minimum": 1,
                        "title": "Maximum Qubits",
                        "type": "integer"
                      },
                      "provider_name": {
                        "default": "declared_snapshot",
                        "maxLength": 128,
                        "minLength": 1,
                        "title": "Provider Name",
                        "type": "string"
                      },
                      "snapshot_digest": {
                        "pattern": "^[a-f0-9]{64}$",
                        "title": "Snapshot Digest",
                        "type": "string"
                      },
                      "source_uri": {
                        "anyOf": [
                          {
                            "maxLength": 2048,
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Source Uri"
                      },
                      "target_id": {
                        "maxLength": 128,
                        "minLength": 1,
                        "title": "Target Id",
                        "type": "string"
                      }
                    },
                    "required": [
                      "target_id",
                      "snapshot_digest",
                      "maximum_qubits",
                      "basis_gates"
                    ],
                    "title": "TargetSnapshot",
                    "type": "object"
                  }
                },
                "required": [
                  "qubit_count",
                  "operations",
                  "target",
                  "rules"
                ],
                "title": "ProviderReadinessRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "5183d806f635c8d0403b9bc5ea25f4712fe3dab3522adcff47d034518b70bdd7",
  "service_id": "799786afb418c0b91a44680d834c45886cddcd81a9059d59efce7168bda31081",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T18:27:22.047Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-readiness-check.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comPhase Sensitive Inspection: Diagnose the phase, rotation, ordering, or convention difference between these supported... Use when: Use when a bounded request matches rqm.studio.phase-sensitive-inspection-request.v1 and the caller needs th... Returns: difference kind, angle delta, correction hint. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/phase-sensitive-inspection-v1
NetworkAdvertised amountBillingPayee
eip155:84530.15 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Phase Sensitive Inspection: Diagnose the phase, rotation, ordering, or convention difference between these supported... Use when: Use when a bounded request matches rqm.studio.phase-sensitive-inspection-request.v1 and the caller needs th... Returns: difference kind, angle delta, correction hint. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "candidate": {
                    "additionalProperties": false,
                    "properties": {
                      "angle_radians": {
                        "default": 0,
                        "maximum": 6.283185307179586,
                        "minimum": -6.283185307179586,
                        "title": "Angle Radians",
                        "type": "number"
                      },
                      "gate": {
                        "enum": [
                          "x",
                          "y",
                          "z",
                          "h",
                          "s",
                          "sdg",
                          "t",
                          "tdg",
                          "rx",
                          "ry",
                          "rz",
                          "cx",
                          "cz"
                        ],
                        "title": "Gate",
                        "type": "string"
                      },
                      "targets": {
                        "items": {
                          "type": "integer"
                        },
                        "maxItems": 2,
                        "minItems": 1,
                        "title": "Targets",
                        "type": "array"
                      }
                    },
                    "required": [
                      "gate",
                      "targets"
                    ],
                    "title": "PhaseOperation",
                    "type": "object"
                  },
                  "candidate_circuit": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "angle_radians": {
                          "default": 0,
                          "maximum": 6.283185307179586,
                          "minimum": -6.283185307179586,
                          "title": "Angle Radians",
                          "type": "number"
                        },
                        "gate": {
                          "enum": [
                            "x",
                            "y",
                            "z",
                            "h",
                            "s",
                            "sdg",
                            "t",
                            "tdg",
                            "rx",
                            "ry",
                            "rz",
                            "cx",
                            "cz"
                          ],
                          "title": "Gate",
                          "type": "string"
                        },
                        "targets": {
                          "items": {
                            "type": "integer"
                          },
                          "maxItems": 2,
                          "minItems": 1,
                          "title": "Targets",
                          "type": "array"
                        }
                      },
                      "required": [
                        "gate",
                        "targets"
                      ],
                      "title": "PhaseOperation",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "title": "Candidate Circuit",
                    "type": "array"
                  },
                  "phase_context": {
                    "enum": [
                      "exact",
                      "ignore_global_phase"
                    ],
                    "title": "Phase Context",
                    "type": "string"
                  },
                  "reference": {
                    "additionalProperties": false,
                    "properties": {
                      "angle_radians": {
                        "default": 0,
                        "maximum": 6.283185307179586,
                        "minimum": -6.283185307179586,
                        "title": "Angle Radians",
                        "type": "number"
                      },
                      "gate": {
                        "enum": [
                          "x",
                          "y",
                          "z",
                          "h",
                          "s",
                          "sdg",
                          "t",
                          "tdg",
                          "rx",
                          "ry",
                          "rz",
                          "cx",
                          "cz"
                        ],
                        "title": "Gate",
                        "type": "string"
                      },
                      "targets": {
                        "items": {
                          "type": "integer"
                        },
                        "maxItems": 2,
                        "minItems": 1,
                        "title": "Targets",
                        "type": "array"
                      }
                    },
                    "required": [
                      "gate",
                      "targets"
                    ],
                    "title": "PhaseOperation",
                    "type": "object"
                  },
                  "reference_circuit": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "angle_radians": {
                          "default": 0,
                          "maximum": 6.283185307179586,
                          "minimum": -6.283185307179586,
                          "title": "Angle Radians",
                          "type": "number"
                        },
                        "gate": {
                          "enum": [
                            "x",
                            "y",
                            "z",
                            "h",
                            "s",
                            "sdg",
                            "t",
                            "tdg",
                            "rx",
                            "ry",
                            "rz",
                            "cx",
                            "cz"
                          ],
                          "title": "Gate",
                          "type": "string"
                        },
                        "targets": {
                          "items": {
                            "type": "integer"
                          },
                          "maxItems": 2,
                          "minItems": 1,
                          "title": "Targets",
                          "type": "array"
                        }
                      },
                      "required": [
                        "gate",
                        "targets"
                      ],
                      "title": "PhaseOperation",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "title": "Reference Circuit",
                    "type": "array"
                  }
                },
                "required": [
                  "reference",
                  "candidate",
                  "phase_context"
                ],
                "title": "PhaseInspectionRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.15",
      "amount_atomic": "150000",
      "amount_encoding": "atomic_units",
      "amount_raw": "150000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "91f53aa8a85b0899c8b8c61f711f14cc7d619c74bb51c5fda97649b40524c503",
  "service_id": "7c9233b903cf827814e0f7a04aceed11e4395ec635b86283afab0dc030ba17cd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T15:45:09.249Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/phase-sensitive-inspection-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comTwo Qubit Target Synthesis: Choose and verify a bounded target-basis implementation for this supported two-qubit oper... Use when: Use when a bounded request matches rqm.studio.two-qubit-target-synthesis-request.v1 and the caller needs th... Returns: verified circuit or original-retained outcome, gate count and depth, class and phase verification. Boundaries: Deterministic bounded local software evidence only; no QPU, provider acceptance, certification, formal-pr...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/two-qubit-target-synthesis-v1
NetworkAdvertised amountBillingPayee
eip155:84530.5 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Two Qubit Target Synthesis: Choose and verify a bounded target-basis implementation for this supported two-qubit oper... Use when: Use when a bounded request matches rqm.studio.two-qubit-target-synthesis-request.v1 and the caller needs th... Returns: verified circuit or original-retained outcome, gate count and depth, class and phase verification. Boundaries: Deterministic bounded local software evidence only; no QPU, provider acceptance, certification, formal-pr...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "objectives": {
                    "additionalProperties": false,
                    "properties": {
                      "max_two_qubit_gates": {
                        "maximum": 8,
                        "minimum": 0,
                        "title": "Max Two Qubit Gates",
                        "type": "integer"
                      },
                      "priority": {
                        "items": {
                          "enum": [
                            "two_qubit_gate_count",
                            "depth"
                          ],
                          "type": "string"
                        },
                        "maxItems": 2,
                        "minItems": 1,
                        "title": "Priority",
                        "type": "array"
                      }
                    },
                    "required": [
                      "priority",
                      "max_two_qubit_gates"
                    ],
                    "title": "SynthesisObjectives",
                    "type": "object"
                  },
                  "operation": {
                    "additionalProperties": false,
                    "properties": {
                      "gate": {
                        "enum": [
                          "identity",
                          "cx",
                          "cz",
                          "swap",
                          "iswap"
                        ],
                        "title": "Gate",
                        "type": "string"
                      },
                      "phase_radians": {
                        "default": 0,
                        "maximum": 6.283185307179586,
                        "minimum": -6.283185307179586,
                        "title": "Phase Radians",
                        "type": "number"
                      }
                    },
                    "required": [
                      "gate"
                    ],
                    "title": "TwoQubitOperation",
                    "type": "object"
                  },
                  "phase_context": {
                    "enum": [
                      "ignore_global_phase",
                      "exact"
                    ],
                    "title": "Phase Context",
                    "type": "string"
                  },
                  "target_basis": {
                    "items": {
                      "enum": [
                        "cx",
                        "cz",
                        "swap",
                        "iswap"
                      ],
                      "type": "string"
                    },
                    "maxItems": 4,
                    "minItems": 1,
                    "title": "Target Basis",
                    "type": "array"
                  }
                },
                "required": [
                  "operation",
                  "target_basis",
                  "phase_context",
                  "objectives"
                ],
                "title": "TargetSynthesisRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.5",
      "amount_atomic": "500000",
      "amount_encoding": "atomic_units",
      "amount_raw": "500000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c2f23257f6565c19e767726a0b8b3158deab450f5a8045adfd47b2a83293cf6e",
  "service_id": "7e42f570fd6112eb593f7973f09819cde3d8c410d0cd9c6b51d05be99ae1fcca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T15:07:30.664Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/two-qubit-target-synthesis-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Optimize a bounded trajectory only when speed and duration constraints pass. Input: JSON with trajectory, maximum speed, maximum duration s. Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.optimize-trajectory-to-constraints.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Optimize a bounded trajectory only when speed and duration constraints pass. Input: JSON with trajectory, maximum speed, maximum duration s. Result: typed verdict, measured metrics, candidate only when verified. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "maximum_acceleration": {
                    "anyOf": [
                      {
                        "exclusiveMinimum": 0,
                        "maximum": 1000000,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Acceleration"
                  },
                  "maximum_duration_s": {
                    "exclusiveMinimum": 0,
                    "maximum": 86400,
                    "title": "Maximum Duration S",
                    "type": "number"
                  },
                  "maximum_jerk": {
                    "anyOf": [
                      {
                        "exclusiveMinimum": 0,
                        "maximum": 1000000,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Jerk"
                  },
                  "maximum_speed": {
                    "exclusiveMinimum": 0,
                    "maximum": 1000000,
                    "title": "Maximum Speed",
                    "type": "number"
                  },
                  "maximum_waypoint_adjustment": {
                    "anyOf": [
                      {
                        "maximum": 1000000000,
                        "minimum": 0,
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Maximum Waypoint Adjustment"
                  },
                  "minimum_improvement_fraction": {
                    "default": 0,
                    "maximum": 1,
                    "minimum": 0,
                    "title": "Minimum Improvement Fraction",
                    "type": "number"
                  },
                  "smoothing_strength": {
                    "default": 0.25,
                    "maximum": 1,
                    "minimum": 0,
                    "title": "Smoothing Strength",
                    "type": "number"
                  },
                  "trajectory": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "values": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 12,
                          "minItems": 1,
                          "title": "Values",
                          "type": "array"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "values"
                      ],
                      "title": "Point",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Trajectory",
                    "type": "array"
                  }
                },
                "required": [
                  "trajectory",
                  "maximum_speed",
                  "maximum_duration_s"
                ],
                "title": "TrajectoryOptimizeRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a6d01601bb7a0c616c3c5dac3cbff77de70c0b4dfd6b209a9b3a2e9da43abac2",
  "service_id": "8617fadc9a9f8a27e54fcebe9ca03636ee01dbe4fa880da9212b480f20721b2f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T01:28:08.385Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.optimize-trajectory-to-constraints.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comGate Basis Decomposition: Decompose this supported circuit operation into the supplied bounded gate basis and verify... Use when: Use when a bounded request matches rqm.studio.gate-basis-decomposition-request.v1 and the caller needs the... Returns: decomposition or withheld candidate, gate list, verification status. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.gate-basis-decomposition.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Gate Basis Decomposition: Decompose this supported circuit operation into the supplied bounded gate basis and verify... Use when: Use when a bounded request matches rqm.studio.gate-basis-decomposition-request.v1 and the caller needs the... Returns: decomposition or withheld candidate, gate list, verification status. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "operation": {
                    "enum": [
                      "x",
                      "y",
                      "z",
                      "h",
                      "s",
                      "t",
                      "cx",
                      "cz",
                      "swap"
                    ],
                    "title": "Operation",
                    "type": "string"
                  },
                  "phase_context": {
                    "enum": [
                      "exact",
                      "ignore_global_phase"
                    ],
                    "title": "Phase Context",
                    "type": "string"
                  },
                  "target_basis": {
                    "items": {
                      "enum": [
                        "x",
                        "z",
                        "h",
                        "s",
                        "t",
                        "cx",
                        "cz"
                      ],
                      "type": "string"
                    },
                    "maxItems": 7,
                    "minItems": 1,
                    "title": "Target Basis",
                    "type": "array"
                  }
                },
                "required": [
                  "operation",
                  "target_basis",
                  "phase_context"
                ],
                "title": "GateDecompositionRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "516fcbe6876d0e6423a89137f836bc6902bfa000ad5a3a90cc0fac30fc5a2c5d",
  "service_id": "8829304d33508d9f3907c9c7da4bc862819212ff4c252eb11f929eba611da9a2",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T16:24:34.417Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.gate-basis-decomposition.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Compare these bounded controller responses on identical traces using the supplied objective rules. Input: JSON with baseline, candidate, rules. Result: metric values, threshold verdicts, difference series. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-controller-responses.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Compare these bounded controller responses on identical traces using the supplied objective rules. Input: JSON with baseline, candidate, rules. Result: metric values, threshold verdicts, difference series. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "baseline": {
                    "additionalProperties": false,
                    "properties": {
                      "samples": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "timestamp_s": {
                              "maximum": 86400,
                              "minimum": 0,
                              "title": "Timestamp S",
                              "type": "number"
                            },
                            "values": {
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 12,
                              "minItems": 1,
                              "title": "Values",
                              "type": "array"
                            }
                          },
                          "required": [
                            "timestamp_s",
                            "values"
                          ],
                          "title": "TimedVector",
                          "type": "object"
                        },
                        "maxItems": 4096,
                        "minItems": 2,
                        "title": "Samples",
                        "type": "array"
                      },
                      "trace_id": {
                        "pattern": "^[A-Za-z0-9._-]{1,64}$",
                        "title": "Trace Id",
                        "type": "string"
                      }
                    },
                    "required": [
                      "trace_id",
                      "samples"
                    ],
                    "title": "ResponseTrace",
                    "type": "object"
                  },
                  "candidate": {
                    "additionalProperties": false,
                    "properties": {
                      "samples": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "timestamp_s": {
                              "maximum": 86400,
                              "minimum": 0,
                              "title": "Timestamp S",
                              "type": "number"
                            },
                            "values": {
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 12,
                              "minItems": 1,
                              "title": "Values",
                              "type": "array"
                            }
                          },
                          "required": [
                            "timestamp_s",
                            "values"
                          ],
                          "title": "TimedVector",
                          "type": "object"
                        },
                        "maxItems": 4096,
                        "minItems": 2,
                        "title": "Samples",
                        "type": "array"
                      },
                      "trace_id": {
                        "pattern": "^[A-Za-z0-9._-]{1,64}$",
                        "title": "Trace Id",
                        "type": "string"
                      }
                    },
                    "required": [
                      "trace_id",
                      "samples"
                    ],
                    "title": "ResponseTrace",
                    "type": "object"
                  },
                  "rules": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "maximum": {
                          "maximum": 1000000000000,
                          "minimum": 0,
                          "title": "Maximum",
                          "type": "number"
                        },
                        "metric": {
                          "enum": [
                            "rmse",
                            "maximum_absolute_error",
                            "mean_absolute_error"
                          ],
                          "title": "Metric",
                          "type": "string"
                        }
                      },
                      "required": [
                        "metric",
                        "maximum"
                      ],
                      "title": "MetricRule",
                      "type": "object"
                    },
                    "maxItems": 3,
                    "minItems": 1,
                    "title": "Rules",
                    "type": "array"
                  }
                },
                "required": [
                  "baseline",
                  "candidate",
                  "rules"
                ],
                "title": "ControllerComparisonRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "936cc1a6504b0b0bda643baa40724dbca125321dc6353b313ac4413bafec1a62",
  "service_id": "88614044f1c4e22b99de9dd2f3e7447da508da3e7c739553c988f38036b78898",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T22:38:00.584Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-controller-responses.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Assess this bounded calibration dataset against the supplied residual, coverage, and consistency rules. Input: JSON with length unit, observations, rules. Result: pass, fail, or indeterminate verdict, residual metrics, per-rule evaluations. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.assess-calibration-quality.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Assess this bounded calibration dataset against the supplied residual, coverage, and consistency rules. Input: JSON with length unit, observations, rules. Result: pass, fail, or indeterminate verdict, residual metrics, per-rule evaluations. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "length_unit": {
                    "enum": [
                      "m",
                      "cm",
                      "mm"
                    ],
                    "title": "Length Unit",
                    "type": "string"
                  },
                  "observations": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "expected": {
                          "maxItems": 3,
                          "minItems": 3,
                          "prefixItems": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "number"
                            }
                          ],
                          "title": "Expected",
                          "type": "array"
                        },
                        "observation_id": {
                          "maxLength": 64,
                          "minLength": 1,
                          "title": "Observation Id",
                          "type": "string"
                        },
                        "observed": {
                          "maxItems": 3,
                          "minItems": 3,
                          "prefixItems": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "number"
                            }
                          ],
                          "title": "Observed",
                          "type": "array"
                        }
                      },
                      "required": [
                        "observation_id",
                        "expected",
                        "observed"
                      ],
                      "title": "CalibrationObservation",
                      "type": "object"
                    },
                    "maxItems": 10000,
                    "minItems": 3,
                    "title": "Observations",
                    "type": "array"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_absolute_error": {
                        "exclusiveMinimum": 0,
                        "title": "Maximum Absolute Error",
                        "type": "number"
                      },
                      "maximum_rmse": {
                        "exclusiveMinimum": 0,
                        "title": "Maximum Rmse",
                        "type": "number"
                      },
                      "minimum_axis_span": {
                        "minimum": 0,
                        "title": "Minimum Axis Span",
                        "type": "number"
                      },
                      "minimum_observations": {
                        "maximum": 10000,
                        "minimum": 3,
                        "title": "Minimum Observations",
                        "type": "integer"
                      }
                    },
                    "required": [
                      "maximum_rmse",
                      "maximum_absolute_error",
                      "minimum_axis_span",
                      "minimum_observations"
                    ],
                    "title": "CalibrationRules",
                    "type": "object"
                  },
                  "schema_version": {
                    "const": "rqm.robotics.calibration-quality-request.v1",
                    "default": "rqm.robotics.calibration-quality-request.v1",
                    "title": "Schema Version",
                    "type": "string"
                  }
                },
                "required": [
                  "length_unit",
                  "observations",
                  "rules"
                ],
                "title": "CalibrationQualityRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "81a0239d13dd653c0c9808978254de589ceeb5e77ca0f9f67892f7e77f84cfb1",
  "service_id": "8c6ddee6ce83e9132c8bdbfcfbff115f4a06d00e0c7dd1bec2cda8ac64483ae2",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T21:08:13.144Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.assess-calibration-quality.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Validate timestamps, ordering, rates, gaps, and synchronization in this bounded trajectory or sensor trace. Input: JSON with clock id, samples, rules. Result: pass or fail verdict, normalized timeline, exact timing defects. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.validate-trajectory-timing.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Validate timestamps, ordering, rates, gaps, and synchronization in this bounded trajectory or sensor trace. Input: JSON with clock id, samples, rules. Result: pass or fail verdict, normalized timeline, exact timing defects. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "clock_id": {
                    "maxLength": 64,
                    "minLength": 1,
                    "title": "Clock Id",
                    "type": "string"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "expected_period_seconds": {
                        "exclusiveMinimum": 0,
                        "title": "Expected Period Seconds",
                        "type": "number"
                      },
                      "maximum_cross_stream_skew_seconds": {
                        "minimum": 0,
                        "title": "Maximum Cross Stream Skew Seconds",
                        "type": "number"
                      },
                      "maximum_gap_seconds": {
                        "exclusiveMinimum": 0,
                        "title": "Maximum Gap Seconds",
                        "type": "number"
                      },
                      "period_tolerance_seconds": {
                        "minimum": 0,
                        "title": "Period Tolerance Seconds",
                        "type": "number"
                      }
                    },
                    "required": [
                      "expected_period_seconds",
                      "period_tolerance_seconds",
                      "maximum_gap_seconds",
                      "maximum_cross_stream_skew_seconds"
                    ],
                    "title": "TimingRules",
                    "type": "object"
                  },
                  "samples": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "sequence": {
                          "minimum": 0,
                          "title": "Sequence",
                          "type": "integer"
                        },
                        "stream_id": {
                          "maxLength": 64,
                          "minLength": 1,
                          "title": "Stream Id",
                          "type": "string"
                        },
                        "timestamp_seconds": {
                          "minimum": 0,
                          "title": "Timestamp Seconds",
                          "type": "number"
                        }
                      },
                      "required": [
                        "stream_id",
                        "sequence",
                        "timestamp_seconds"
                      ],
                      "title": "TimingSample",
                      "type": "object"
                    },
                    "maxItems": 20000,
                    "minItems": 2,
                    "title": "Samples",
                    "type": "array"
                  },
                  "schema_version": {
                    "const": "rqm.robotics.trajectory-timing-request.v1",
                    "default": "rqm.robotics.trajectory-timing-request.v1",
                    "title": "Schema Version",
                    "type": "string"
                  }
                },
                "required": [
                  "clock_id",
                  "samples",
                  "rules"
                ],
                "title": "TrajectoryTimingRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7d23d2eb7b292a2d646c04c71301bf97407ddcebe17909c2ee70855a7c5caf2a",
  "service_id": "add8cc8be6061ff85ce8717bab538f138e8157d28b3729a1128e12ee851818d8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T23:26:05.644Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.validate-trajectory-timing.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comFailed Workflow Diagnosis: Diagnose why this bounded quantum workflow failed and return supported corrective actions. Use when: Use when a bounded request matches rqm.studio.failed-workflow-diagnosis-request.v1 and the caller needs the... Returns: failure class, evidence terms, bounded corrective actions. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/failed-workflow-diagnosis-v1
NetworkAdvertised amountBillingPayee
eip155:84530.5 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Failed Workflow Diagnosis: Diagnose why this bounded quantum workflow failed and return supported corrective actions. Use when: Use when a bounded request matches rqm.studio.failed-workflow-diagnosis-request.v1 and the caller needs the... Returns: failure class, evidence terms, bounded corrective actions. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...",
  "domain": "jobs.rqmtechnologies.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "idempotency_key": {
                "maxLength": 128,
                "minLength": 1,
                "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                "type": "string"
              },
              "max_total_price": {
                "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                "type": "string"
              },
              "request": {
                "additionalProperties": false,
                "properties": {
                  "circuit_openqasm": {
                    "anyOf": [
                      {
                        "maxLength": 65536,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Circuit Openqasm"
                  },
                  "error_text": {
                    "maxLength": 4096,
                    "minLength": 1,
                    "title": "Error Text",
                    "type": "string"
                  },
                  "stage": {
                    "enum": [
                      "parse",
                      "validate",
                      "compile",
                      "simulate"
                    ],
                    "title": "Stage",
                    "type": "string"
                  },
                  "structured_error": {
                    "additionalProperties": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "integer"
                        },
                        {
                          "type": "number"
                        },
                        {
                          "type": "boolean"
                        }
                      ]
                    },
                    "maxProperties": 32,
                    "title": "Structured Error",
                    "type": "object"
                  },
                  "supported_context": {
                    "additionalProperties": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "integer"
                        },
                        {
                          "type": "number"
                        },
                        {
                          "type": "boolean"
                        }
                      ]
                    },
                    "maxProperties": 32,
                    "title": "Supported Context",
                    "type": "object"
                  }
                },
                "required": [
                  "stage",
                  "error_text"
                ],
                "title": "WorkflowFailureRequest",
                "type": "object"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-request.v1"
              }
            },
            "required": [
              "schema_version",
              "idempotency_key",
              "max_total_price",
              "request"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "artifact_names": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "caller_next_step": {
                "type": "string"
              },
              "capability_id": {
                "type": "string"
              },
              "duplicate": {
                "type": "boolean"
              },
              "job_id": {
                "type": "string"
              },
              "product": {
                "enum": [
                  "wave",
                  "quantum",
                  "robotics"
                ]
              },
              "quote_id": {
                "format": "uuid",
                "type": "string"
              },
              "reservation_id": {
                "format": "uuid",
                "type": "string"
              },
              "result_schema_digest": {
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "result_schema_id": {
                "type": "string"
              },
              "retrieval_token": {
                "pattern": "^rqm_retrieval_",
                "type": "string"
              },
              "retrieval_token_expires_in": {
                "minimum": 1,
                "type": "integer"
              },
              "retrieval_url": {
                "format": "uri",
                "type": "string"
              },
              "schema_version": {
                "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
              },
              "status": {
                "enum": [
                  "queued",
                  "running",
                  "completed"
                ]
              },
              "x402_settlement_id": {
                "format": "uuid",
                "type": "string"
              },
              "x402_transaction_id": {
                "type": "string"
              }
            },
            "required": [
              "schema_version",
              "product",
              "capability_id",
              "job_id",
              "status",
              "quote_id",
              "reservation_id",
              "x402_settlement_id",
              "x402_transaction_id",
              "retrieval_url",
              "retrieval_token",
              "retrieval_token_expires_in",
              "result_schema_id",
              "result_schema_digest",
              "caller_next_step",
              "duplicate"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.5",
      "amount_atomic": "500000",
      "amount_encoding": "atomic_units",
      "amount_raw": "500000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "77b7aa81c1119e7634740d8ab78ea86fe17fd4ed469f28d4a3d8fd771214ff2c",
  "service_id": "b00c8542f33c7b2dfe3cc5fb260c597267cefa0c959cf21c59a45f57ba3f59f3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T15:26:00.618Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/failed-workflow-diagnosis-v1",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON