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: 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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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"
}
jobs.rqmtechnologies.comOptimization preservation audit: Audit candidate optimization equivalence and qualitative coupling preservation. Use when: Use when a bounded request matches rqm.studio.preservation-audit-request.v1 and the caller needs the declar... Returns: preserved or candidate-withheld outcome, input and output hashes, metric and semantic evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidence, a formal proof, certification, sign...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/optimization-preservation-audit-v1
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Optimization preservation audit: Audit candidate optimization equivalence and qualitative coupling preservation. Use when: Use when a bounded request matches rqm.studio.preservation-audit-request.v1 and the caller needs the declar... Returns: preserved or candidate-withheld outcome, input and output hashes, metric and semantic evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidence, a formal proof, certification, sign...",
  "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_circuit": {
                    "additionalProperties": true,
                    "title": "Candidate Circuit",
                    "type": "object"
                  },
                  "original_circuit": {
                    "additionalProperties": true,
                    "title": "Original Circuit",
                    "type": "object"
                  }
                },
                "required": [
                  "original_circuit",
                  "candidate_circuit"
                ],
                "title": "PreservationAuditRequest",
                "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": 1789166492.489,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "6bfa5be675160bfef54ce967c58bc9a5701b2d76a4b5ff89ed0416bfb6c6d8fe",
  "service_id": "b3a0857cdcab8c28e007e9a9e6becf638ac7cc351029ef901f5a873bf34d172b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T03:38:12.172Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/optimization-preservation-audit-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Compare these bounded estimator outputs against the supplied reference and objective rules. Input: JSON with reference, estimators, rules. Result: per-estimator metrics, rule verdicts, deterministic selected estimator or.... Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-state-estimators.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Compare these bounded estimator outputs against the supplied reference and objective rules. Input: JSON with reference, estimators, rules. Result: per-estimator metrics, rule verdicts, deterministic selected estimator or.... 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": {
                  "estimators": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "estimator_id": {
                          "pattern": "^[A-Za-z0-9._-]{1,64}$",
                          "title": "Estimator Id",
                          "type": "string"
                        },
                        "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": [
                        "estimator_id",
                        "samples"
                      ],
                      "title": "EstimatorOutput",
                      "type": "object"
                    },
                    "maxItems": 8,
                    "minItems": 2,
                    "title": "Estimators",
                    "type": "array"
                  },
                  "reference": {
                    "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": "Reference",
                    "type": "array"
                  },
                  "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": [
                  "reference",
                  "estimators",
                  "rules"
                ],
                "title": "EstimatorComparisonRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "690ad9759e99e49a2065031c717c630ace3ad058c2c5e91775d6b0a651f9575d",
  "service_id": "b5757f0489542a975f0341d4be37e4b02eeb49cf5bc1574634cc769e2989d0c9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T23:32:39.96Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-state-estimators.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Replay this bounded workcell trace against the supplied event assertions. Input: JSON with model id, events, assertions. Result: timeline, assertion results and trace digest. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.replay-workcell-trace.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Replay this bounded workcell trace against the supplied event assertions. Input: JSON with model id, events, assertions. Result: timeline, assertion results and trace digest. 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": {
                  "assertions": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "assertion_id": {
                          "maxLength": 128,
                          "minLength": 1,
                          "title": "Assertion Id",
                          "type": "string"
                        },
                        "entity_id": {
                          "anyOf": [
                            {
                              "maxLength": 128,
                              "minLength": 1,
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Entity Id"
                        },
                        "first_event_type": {
                          "enum": [
                            "enter",
                            "exit",
                            "pick",
                            "place",
                            "fault",
                            "reset"
                          ],
                          "title": "First Event Type",
                          "type": "string"
                        },
                        "kind": {
                          "enum": [
                            "must_include",
                            "must_precede",
                            "maximum_gap_seconds"
                          ],
                          "title": "Kind",
                          "type": "string"
                        },
                        "maximum_gap_seconds": {
                          "anyOf": [
                            {
                              "maximum": 86400,
                              "minimum": 0,
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Maximum Gap Seconds"
                        },
                        "second_event_type": {
                          "anyOf": [
                            {
                              "enum": [
                                "enter",
                                "exit",
                                "pick",
                                "place",
                                "fault",
                                "reset"
                              ],
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "default": null,
                          "title": "Second Event Type"
                        }
                      },
                      "required": [
                        "assertion_id",
                        "kind",
                        "first_event_type"
                      ],
                      "title": "EventAssertion",
                      "type": "object"
                    },
                    "maxItems": 128,
                    "minItems": 1,
                    "title": "Assertions",
                    "type": "array"
                  },
                  "events": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "entity_id": {
                          "maxLength": 128,
                          "minLength": 1,
                          "title": "Entity Id",
                          "type": "string"
                        },
                        "event_type": {
                          "enum": [
                            "enter",
                            "exit",
                            "pick",
                            "place",
                            "fault",
                            "reset"
                          ],
                          "title": "Event Type",
                          "type": "string"
                        },
                        "timestamp_s": {
                          "maximum": 86400,
                          "minimum": 0,
                          "title": "Timestamp S",
                          "type": "number"
                        },
                        "zone_id": {
                          "default": "workcell",
                          "maxLength": 128,
                          "minLength": 1,
                          "title": "Zone Id",
                          "type": "string"
                        }
                      },
                      "required": [
                        "timestamp_s",
                        "event_type",
                        "entity_id"
                      ],
                      "title": "WorkcellEvent",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 1,
                    "title": "Events",
                    "type": "array"
                  },
                  "model_id": {
                    "maxLength": 128,
                    "minLength": 1,
                    "title": "Model Id",
                    "type": "string"
                  }
                },
                "required": [
                  "model_id",
                  "events",
                  "assertions"
                ],
                "title": "WorkcellReplayRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "4e95d047ebe18fd4165cbc84b7b6407043f8e2ec9e96b2de8f7bbdb5fb878c89",
  "service_id": "c2cdb0598a4c1f03ed11c3a0a48b83b85799e19c63e2d77fdcc3b41b81e41278",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T02:06:03.587Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.replay-workcell-trace.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Compare planned and observed trajectories against caller tolerances. Input: JSON with planned, observed, 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-planned-observed-trajectories.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Compare planned and observed trajectories against caller tolerances. Input: JSON with planned, observed, 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": {
                  "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"
                  },
                  "planned": {
                    "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": "Planned",
                    "type": "array"
                  },
                  "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": [
                  "planned",
                  "observed",
                  "rules"
                ],
                "title": "TrajectoryCompareRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d9cfd8b8c5a92e627ae31ff075e42c9eaf81b219f75b5d593db7a2e81ecf5b79",
  "service_id": "c335761ef5bae21e86d802e02037710b299d4ad0324ca4621621182bdddcc9bc",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T23:13:52.777Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.compare-planned-observed-trajectories.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comSimulation Anomaly Diagnostic: Compare this bounded simulation result with the supplied expectation and anomaly rules. Use when: Use when a bounded request matches rqm.studio.simulation-anomaly-diagnostic-request.v1 and the caller needs... Returns: L1 and bin deltas, violating outcomes, anomaly verdict. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.simulation-anomaly-diagnostic.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Simulation Anomaly Diagnostic: Compare this bounded simulation result with the supplied expectation and anomaly rules. Use when: Use when a bounded request matches rqm.studio.simulation-anomaly-diagnostic-request.v1 and the caller needs... Returns: L1 and bin deltas, violating outcomes, anomaly verdict. 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": {
                  "confidence_z_score": {
                    "default": 1.96,
                    "exclusiveMinimum": 0,
                    "maximum": 8,
                    "title": "Confidence Z Score",
                    "type": "number"
                  },
                  "expected_probabilities": {
                    "additionalProperties": {
                      "type": "number"
                    },
                    "maxProperties": 256,
                    "minProperties": 1,
                    "title": "Expected Probabilities",
                    "type": "object"
                  },
                  "impossible_outcomes": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 256,
                    "title": "Impossible Outcomes",
                    "type": "array"
                  },
                  "maximum_bin_error": {
                    "maximum": 1,
                    "minimum": 0,
                    "title": "Maximum Bin Error",
                    "type": "number"
                  },
                  "maximum_l1_error": {
                    "maximum": 2,
                    "minimum": 0,
                    "title": "Maximum L1 Error",
                    "type": "number"
                  },
                  "observed_probabilities": {
                    "additionalProperties": {
                      "type": "number"
                    },
                    "maxProperties": 256,
                    "minProperties": 1,
                    "title": "Observed Probabilities",
                    "type": "object"
                  },
                  "observed_shots": {
                    "anyOf": [
                      {
                        "maximum": 10000000,
                        "minimum": 1,
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Observed Shots"
                  },
                  "symmetry_pairs": {
                    "items": {
                      "maxItems": 2,
                      "minItems": 2,
                      "prefixItems": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "string"
                        }
                      ],
                      "type": "array"
                    },
                    "maxItems": 256,
                    "title": "Symmetry Pairs",
                    "type": "array"
                  }
                },
                "required": [
                  "observed_probabilities",
                  "expected_probabilities",
                  "maximum_l1_error",
                  "maximum_bin_error"
                ],
                "title": "SimulationAnomalyRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "c03dbdec18d0c7df999d454194100127413b304428c072a92e6a96e69f4d4935",
  "service_id": "c75065e3b7a965c15ae08fca2158f4a7b1f2bb4c2dbeafc81e1244d52886c7e5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T16:04:32.056Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.simulation-anomaly-diagnostic.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comAnalyze Force Disturbance Response: Analyze these bounded force and disturbance inputs against the supplied response... Use when: Use with bounded typed model inputs and explicit caller objectives, limits, or assertions. Returns: typed verdict or withholding outcome, deterministic metrics, rule or assertion results, SHA-256 result digest. Boundaries: Bounded deterministic model evidence only; no live control, physical safety certification, field-performa...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.analyze-force-disturbance-response.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Analyze Force Disturbance Response: Analyze these bounded force and disturbance inputs against the supplied response... Use when: Use with bounded typed model inputs and explicit caller objectives, limits, or assertions. Returns: typed verdict or withholding outcome, deterministic metrics, rule or assertion results, SHA-256 result digest. Boundaries: Bounded deterministic model evidence only; no live control, physical safety certification, field-performa...",
  "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": {
                  "damping_n_s_per_m": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Damping N S Per M",
                    "type": "number"
                  },
                  "mass_kg": {
                    "exclusiveMinimum": 0,
                    "maximum": 1000000000,
                    "title": "Mass Kg",
                    "type": "number"
                  },
                  "maximum_absolute_displacement_m": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Absolute Displacement M",
                    "type": "number"
                  },
                  "maximum_absolute_velocity_m_s": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Maximum Absolute Velocity M S",
                    "type": "number"
                  },
                  "samples": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "disturbance_newtons": {
                          "maximum": 1000000000,
                          "minimum": -1000000000,
                          "title": "Disturbance Newtons",
                          "type": "number"
                        },
                        "force_newtons": {
                          "maximum": 1000000000,
                          "minimum": -1000000000,
                          "title": "Force Newtons",
                          "type": "number"
                        }
                      },
                      "required": [
                        "force_newtons",
                        "disturbance_newtons"
                      ],
                      "title": "ForceSample",
                      "type": "object"
                    },
                    "maxItems": 4096,
                    "minItems": 2,
                    "title": "Samples",
                    "type": "array"
                  },
                  "stiffness_n_per_m": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "title": "Stiffness N Per M",
                    "type": "number"
                  },
                  "time_step_seconds": {
                    "exclusiveMinimum": 0,
                    "maximum": 10,
                    "title": "Time Step Seconds",
                    "type": "number"
                  }
                },
                "required": [
                  "mass_kg",
                  "damping_n_s_per_m",
                  "stiffness_n_per_m",
                  "time_step_seconds",
                  "samples",
                  "maximum_absolute_displacement_m",
                  "maximum_absolute_velocity_m_s"
                ],
                "title": "ForceResponseRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "523d95bab1367b30a1eeb09cbb2c32192655bcf144439eca8ec9c83481f56708",
  "service_id": "cca12192315915652f14fb2f9a74094de35b69b8c0bdb1df7f81f4dd1e9d63ce",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T19:06:00.074Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.analyze-force-disturbance-response.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProvider Target Compile: Compile this bounded circuit to the supplied pinned provider target and return compatibility... Use when: Use when a bounded request matches rqm.studio.provider-target-compile-request.v1 and the caller needs the d... Returns: compiled artifact, gate mapping, pinned target snapshot and blockers. Boundaries: Deterministic bounded local software evidence only; no QPU, live-provider, physical, formal-proof, certif...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-target-compile.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Provider Target Compile: Compile this bounded circuit to the supplied pinned provider target and return compatibility... Use when: Use when a bounded request matches rqm.studio.provider-target-compile-request.v1 and the caller needs the d... Returns: compiled artifact, gate mapping, pinned target snapshot and blockers. 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"
                  },
                  "require_directed_coupling": {
                    "default": true,
                    "title": "Require Directed Coupling",
                    "type": "boolean"
                  },
                  "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"
                ],
                "title": "TargetCompileRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "13a878b935b372d657b7e18ced8388b5fb6a43de92f35520ff96a90b26ebb477",
  "service_id": "cdfff6c142ed30fd1ab154d37eb64632701fd254cafa8b5ba5ac57a6e94f4f48",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T17:44:07.657Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/quantum.provider-target-compile.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comCross Provider Portability: Translate this supported OpenQASM 3 circuit to the supplied local toolchain format withou... Use when: Use when a bounded request matches rqm.studio.cross-provider-portability-request.v1 and the caller needs th... Returns: translated target artifact, explicit gate mapping, source and artifact digests. Boundaries: Deterministic bounded local software evidence only; no QPU, provider acceptance, certification, formal-pr...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/cross-provider-portability-v1
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Cross Provider Portability: Translate this supported OpenQASM 3 circuit to the supplied local toolchain format withou... Use when: Use when a bounded request matches rqm.studio.cross-provider-portability-request.v1 and the caller needs th... Returns: translated target artifact, explicit gate mapping, source and artifact digests. 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": {
                  "coupling_edges": {
                    "items": {
                      "maxItems": 2,
                      "minItems": 2,
                      "prefixItems": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "integer"
                        }
                      ],
                      "type": "array"
                    },
                    "maxItems": 4096,
                    "title": "Coupling Edges",
                    "type": "array"
                  },
                  "provider_snapshot_id": {
                    "anyOf": [
                      {
                        "maxLength": 128,
                        "minLength": 1,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Provider Snapshot Id"
                  },
                  "required_gates": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 32,
                    "title": "Required Gates",
                    "type": "array"
                  },
                  "source": {
                    "minLength": 1,
                    "title": "Source",
                    "type": "string"
                  },
                  "target_basis": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 32,
                    "title": "Target Basis",
                    "type": "array"
                  },
                  "target_format": {
                    "enum": [
                      "openqasm3",
                      "qiskit_python",
                      "braket_python"
                    ],
                    "title": "Target Format",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "target_format"
                ],
                "title": "PortabilityRequest",
                "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": 1789166492.489,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "729000e4269d9b21d082e757a9a03ba06c55d39bc85e1b5f0694a97a1c97542e",
  "service_id": "d29014f57a2b7d08819fb0ff78ffb4549726a7310b22ea49107987131fe049a9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T13:44:07.384Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/cross-provider-portability-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Accept or reject this bounded closed-loop model under the supplied stability criteria. Input: JSON with discrete state matrix, criteria. Result: eigenvalues, spectral radius and rule results. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.validate-closed-loop-stability.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Accept or reject this bounded closed-loop model under the supplied stability criteria. Input: JSON with discrete state matrix, criteria. Result: eigenvalues, spectral radius and rule 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": {
                  "criteria": {
                    "additionalProperties": false,
                    "properties": {
                      "boundary_tolerance": {
                        "default": 1e-9,
                        "maximum": 1,
                        "minimum": 0,
                        "title": "Boundary Tolerance",
                        "type": "number"
                      },
                      "maximum_condition_number": {
                        "default": 1000000000000,
                        "maximum": 10000000000000000,
                        "minimum": 1,
                        "title": "Maximum Condition Number",
                        "type": "number"
                      },
                      "maximum_determinant_magnitude": {
                        "exclusiveMinimum": 0,
                        "maximum": 10,
                        "title": "Maximum Determinant Magnitude",
                        "type": "number"
                      },
                      "maximum_spectral_radius": {
                        "exclusiveMinimum": 0,
                        "maximum": 10,
                        "title": "Maximum Spectral Radius",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_spectral_radius",
                      "maximum_determinant_magnitude"
                    ],
                    "title": "StabilityCriteria",
                    "type": "object"
                  },
                  "discrete_state_matrix": {
                    "maxItems": 2,
                    "minItems": 2,
                    "prefixItems": [
                      {
                        "maxItems": 2,
                        "minItems": 2,
                        "prefixItems": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "number"
                          }
                        ],
                        "type": "array"
                      },
                      {
                        "maxItems": 2,
                        "minItems": 2,
                        "prefixItems": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "number"
                          }
                        ],
                        "type": "array"
                      }
                    ],
                    "title": "Discrete State Matrix",
                    "type": "array"
                  },
                  "state_matrix": {
                    "anyOf": [
                      {
                        "items": {
                          "items": {
                            "type": "number"
                          },
                          "type": "array"
                        },
                        "maxItems": 16,
                        "minItems": 1,
                        "type": "array"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "State Matrix"
                  }
                },
                "required": [
                  "discrete_state_matrix",
                  "criteria"
                ],
                "title": "StabilityRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "ca9391628719fff901569d0f0dc6933d4af50f523f65162547ac64c2a11ff057",
  "service_id": "d2b44ce9a9a9854d8377ed4e35b4a0dc4c3450c52e04dcf051ace4a8d1f6979a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T22:50:49.611Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.validate-closed-loop-stability.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comTwo Qubit Local Equivalence: Classify this supported two-qubit operation by its bounded local-equivalence class and p... Use when: Use when a bounded request matches rqm.studio.two-qubit-local-equivalence-request.v1 and the caller needs t... Returns: local-equivalence class, canonical coordinates, explicit phase treatment. Boundaries: Deterministic bounded local software evidence only; no QPU, provider acceptance, certification, formal-pr...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/two-qubit-local-equivalence-v1
NetworkAdvertised amountBillingPayee
eip155:84530.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Two Qubit Local Equivalence: Classify this supported two-qubit operation by its bounded local-equivalence class and p... Use when: Use when a bounded request matches rqm.studio.two-qubit-local-equivalence-request.v1 and the caller needs t... Returns: local-equivalence class, canonical coordinates, explicit phase treatment. 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": {
                  "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"
                  }
                },
                "required": [
                  "operation",
                  "phase_context"
                ],
                "title": "LocalEquivalenceRequest",
                "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": 1789166492.489,
  "offers": [
    {
      "amount": "0.1",
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "8f689cc412078a6d99a549f8144dbd53aa4f368e6c21c54527141c042845c242",
  "service_id": "d7823e1ec934a64a57eab75cee7575764523d68d231b9befc5e32ca55458c81c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T14:49:08.144Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/two-qubit-local-equivalence-v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comProblem: Diagnose this bounded trajectory for the supplied oscillation, divergence, and stability indicators. Input: JSON with frame id, length unit, samples, rules. Result: pass, fail, or unsupported verdict, indicator series, violation windows. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.diagnose-trajectory-instability.v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "Problem: Diagnose this bounded trajectory for the supplied oscillation, divergence, and stability indicators. Input: JSON with frame id, length unit, samples, rules. Result: pass, fail, or unsupported verdict, indicator series, violation windows. 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": {
                  "frame_id": {
                    "maxLength": 64,
                    "minLength": 1,
                    "title": "Frame Id",
                    "type": "string"
                  },
                  "length_unit": {
                    "enum": [
                      "m",
                      "cm",
                      "mm"
                    ],
                    "title": "Length Unit",
                    "type": "string"
                  },
                  "rules": {
                    "additionalProperties": false,
                    "properties": {
                      "maximum_acceleration": {
                        "exclusiveMinimum": 0,
                        "title": "Maximum Acceleration",
                        "type": "number"
                      },
                      "maximum_direction_reversals": {
                        "maximum": 10000,
                        "minimum": 0,
                        "title": "Maximum Direction Reversals",
                        "type": "integer"
                      },
                      "maximum_speed": {
                        "exclusiveMinimum": 0,
                        "title": "Maximum Speed",
                        "type": "number"
                      },
                      "maximum_step_distance": {
                        "exclusiveMinimum": 0,
                        "title": "Maximum Step Distance",
                        "type": "number"
                      }
                    },
                    "required": [
                      "maximum_speed",
                      "maximum_acceleration",
                      "maximum_step_distance",
                      "maximum_direction_reversals"
                    ],
                    "title": "TrajectoryRules",
                    "type": "object"
                  },
                  "samples": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "position": {
                          "maxItems": 3,
                          "minItems": 3,
                          "prefixItems": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "number"
                            }
                          ],
                          "title": "Position",
                          "type": "array"
                        },
                        "timestamp_seconds": {
                          "minimum": 0,
                          "title": "Timestamp Seconds",
                          "type": "number"
                        }
                      },
                      "required": [
                        "timestamp_seconds",
                        "position"
                      ],
                      "title": "TrajectorySample",
                      "type": "object"
                    },
                    "maxItems": 10000,
                    "minItems": 3,
                    "title": "Samples",
                    "type": "array"
                  },
                  "schema_version": {
                    "const": "rqm.robotics.trajectory-instability-request.v1",
                    "default": "rqm.robotics.trajectory-instability-request.v1",
                    "title": "Schema Version",
                    "type": "string"
                  }
                },
                "required": [
                  "frame_id",
                  "length_unit",
                  "samples",
                  "rules"
                ],
                "title": "TrajectoryStabilityRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "4cd62b938d4cae4fb7ad59fcbeb23d107f82a041c45e96f394f94cb650792687",
  "service_id": "e81e06516fee912420532c4badee271ff6b04dfa3d3cc1635d9c7e07e5bb9545",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-10T00:13:29.384Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.diagnose-trajectory-instability.v1",
  "usage_rights": "not_reviewed"
}
jobs.rqmtechnologies.comOpenQASM 3 preflight: Parse, normalize, and assess OpenQASM 3 before downstream execution. Use when: Use when a bounded request matches rqm.studio.openqasm3-preflight-request.v1 and the caller needs the decla... Returns: go, no-go, or unsupported verdict, normalized source, warnings and evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidence, a formal proof, certification, sign...
https://jobs.rqmtechnologies.com/x402/buyer-jobs/openqasm3-preflight-v1
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8F43274b121663b18a0246E9908bac8eAC866C12
Source and evidence
{
  "description": "OpenQASM 3 preflight: Parse, normalize, and assess OpenQASM 3 before downstream execution. Use when: Use when a bounded request matches rqm.studio.openqasm3-preflight-request.v1 and the caller needs the decla... Returns: go, no-go, or unsupported verdict, normalized source, warnings and evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidence, a formal proof, certification, sign...",
  "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": {
                  "profile": {
                    "default": "balanced",
                    "enum": [
                      "conservative",
                      "balanced",
                      "aggressive"
                    ],
                    "title": "Profile",
                    "type": "string"
                  },
                  "source": {
                    "minLength": 1,
                    "title": "Source",
                    "type": "string"
                  },
                  "source_format": {
                    "const": "openqasm3",
                    "default": "openqasm3",
                    "title": "Source Format",
                    "type": "string"
                  }
                },
                "required": [
                  "source"
                ],
                "title": "OpenQASMRequest",
                "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "c04e5645aff4b0f79100cc8358d3388424792040a1e7af0080b6cbdd5bfbe668",
  "service_id": "f62e876b3f1c4ede38089413dced3b8804da25c86fc5f6bb9d05337f47d1fb23",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T02:28:14.9Z",
  "url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/openqasm3-preflight-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