mirrored listing x402 eip155:8453

Problem: Execute a bounded RQM Circuit IR circuit on the managed local statevector simulat

Problem: Execute a bounded RQM Circuit IR circuit on the managed local statevector simulator. Input: JSON with circuit ir. Result: typed counts, probabilities, simulation configuration evidence. Limits: Local software evidence only; 16 qubits; 250 operations.

Do you run jobs.rqmtechnologies.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
4
calls / 30d
2
unique payers
2026-09-14
updated

Provider

jobs.rqmtechnologies.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x8F43274b121663b18a0246E9908bac8eAC866C12",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "idempotency_key": "example-managed-simulator-v1",
          "max_total_price": "0.010000",
          "request": {
            "circuit_ir": {
              "measurements": [
                {
                  "basis": "Z",
                  "qubits": [
                    0
                  ]
                }
              ],
              "operations": [
                {
                  "gate": "h",
                  "targets": [
                    0
                  ]
                }
              ],
              "qubits": 1,
              "schema_version": "0.2"
            },
            "shots": 32,
            "target": "rqm_statevector"
          },
          "schema_version": "rqm.jobs.bazaar-buyer-job-request.v1"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "artifact_names": [
            "typed counts",
            "probabilities",
            "simulation configuration evidence"
          ],
          "caller_next_step": "Compare, test, or feed the result to the next analysis step.",
          "capability_id": "managed-simulator-v1",
          "duplicate": false,
          "job_id": "job-managed-simulator-v1",
          "product": "quantum",
          "quote_id": "00000000-0000-4000-8000-000000000001",
          "reservation_id": "00000000-0000-4000-8000-000000000002",
          "result_schema_digest": "44d806aaf1657ea39415d293d9e21b5386bc67da28266efda2d1a382d64c057f",
          "result_schema_id": "rqm.studio.managed-simulator-result.v1",
          "retrieval_token": "rqm_retrieval_<opaque-job-scoped-token>",
          "retrieval_token_expires_in": 86400,
          "retrieval_url": "https://jobs.rqmtechnologies.com/x402/buyer-jobs/managed-simulator-v1/jobs/job-managed-simulator-v1",
          "schema_version": "rqm.jobs.bazaar-buyer-job-accepted.v1",
          "status": "queued",
          "x402_settlement_id": "00000000-0000-4000-8000-000000000003",
          "x402_transaction_id": "0x<base-transaction>"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "idempotency_key": {
                  "maxLength": 128,
                  "minLength": 1,
                  "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                  "type": "string"
                },
                "max_total_price": {
                  "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
                  "type": "string"
                },
                "request": {
                  "additionalProperties": false,
                  "properties": {
                    "circuit_ir": {
                      "additionalProperties": false,
                      "properties": {
                        "measurements": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "basis": {
                                "const": "Z",
                                "default": "Z",
                                "title": "Basis",
                                "type": "string"
                              },
                              "qubits": {
                                "items": {
                                  "type": "integer"
                                },
                                "maxItems": 16,
                                "minItems": 1,
                                "title": "Qubits",
                                "type": "array"
                              },
                              "register": {
                                "anyOf": [
                                  {
                                    "maxLength": 64,
                                    "minLength": 1,
                                    "type": "string"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ],
                                "default": null,
                                "title": "Register"
                              }
                            },
                            "required": [
                              "qubits"
                            ],
                            "title": "McpStudioMeasurement",
                            "type": "object"
                          },
                          "maxItems": 16,
                          "title": "Measurements",
                          "type": "array"
                        },
                        "metadata": {
                          "additionalProperties": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "integer"
                              },
                              {
                                "type": "number"
                              },
                              {
                                "type": "boolean"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "maxProperties": 32,
                          "title": "Metadata",
                          "type": "object"
                        },
                        "operations": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "controls": {
                                "items": {
                                  "type": "integer"
                                },
                                "maxItems": 1,
                                "title": "Controls",
                                "type": "array"
                              },
                              "gate": {
                                "enum": [
                                  "h",
                                  "x",
                                  "y",
                                  "z",
                                  "s",
                                  "sdg",
                                  "t",
                                  "tdg",
                                  "rx",
                                  "ry",
                                  "rz",
                                  "cx",
                                  "cz",
                                  "swap"
                                ],
                                "title": "Gate",
                                "type": "string"
                              },
                              "params": {
                                "additionalProperties": {
                                  "type": "number"
                                },
                                "maxProperties": 1,
                                "title": "Params",
                                "type": "object"
                              },
                              "targets": {
                                "items": {
                                  "type": "integer"
                                },
                                "maxItems": 2,
                                "minItems": 1,
                                "title": "Targets",
                                "type": "array"
                              }
                            },
                            "required": [
                              "gate",
                              "targets"
                            ],
                            "title": "McpStudioOperation",
                            "type": "object"
                          },
                          "maxItems": 250,
                          "title": "Operations",
                          "type": "array"
                        },
                        "qubits": {
                          "maximum": 16,
                          "minimum": 1,
                          "title": "Qubits",
                          "type": "integer"
                        },
                        "schema_version": {
                          "const": "0.2",
                          "default": "0.2",
                          "title": "Schema Version",
                          "type": "string"
                        }
                      },
                      "required": [
                        "qubits"
                      ],
                      "title": "McpStudioCircuit",
                      "type": "object"
                    },
                    "shots": {
                      "default": 1024,
                      "maximum": 10000,
                      "minimum": 1,
                      "title": "Shots",
                      "type": "integer"
                    },
                    "target": {
                      "const": "rqm_statevector",
                      "default": "rqm_statevector",
                      "title": "Target",
                      "type": "string"
                    }
                  },
                  "required": [
                    "circuit_ir"
                  ],
                  "title": "McpStudioManagedSimulatorRequest",
                  "type": "object"
                },
                "schema_version": {
                  "const": "rqm.jobs.bazaar-buyer-job-request.v1"
                }
              },
              "required": [
                "schema_version",
                "idempotency_key",
                "max_total_price",
                "request"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "artifact_names": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "caller_next_step": {
                  "type": "string"
                },
                "capability_id": {
                  "type": "string"
                },
                "duplicate": {
                  "type": "boolean"
                },
                "job_id": {
                  "type": "string"
                },
                "product": {
                  "enum": [
                    "wave",
                    "quantum",
                    "robotics"
                  ]
                },
                "quote_id": {
                  "format": "uuid",
                  "type": "string"
                },
                "reservation_id": {
                  "format": "uuid",
                  "type": "string"
                },
                "result_schema_digest": {
                  "pattern": "^[a-f0-9]{64}$",
                  "type": "string"
                },
                "result_schema_id": {
                  "type": "string"
                },
                "retrieval_token": {
                  "pattern": "^rqm_retrieval_",
                  "type": "string"
                },
                "retrieval_token_expires_in": {
                  "minimum": 1,
                  "type": "integer"
                },
                "retrieval_url": {
                  "format": "uri",
                  "type": "string"
                },
                "schema_version": {
                  "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
                },
                "status": {
                  "enum": [
                    "queued",
                    "running",
                    "completed"
                  ]
                },
                "x402_settlement_id": {
                  "format": "uuid",
                  "type": "string"
                },
                "x402_transaction_id": {
                  "type": "string"
                }
              },
              "required": [
                "schema_version",
                "product",
                "capability_id",
                "job_id",
                "status",
                "quote_id",
                "reservation_id",
                "x402_settlement_id",
                "x402_transaction_id",
                "retrieval_url",
                "retrieval_token",
                "retrieval_token_expires_in",
                "result_schema_id",
                "result_schema_digest",
                "caller_next_step",
                "duplicate"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://jobs.rqmtechnologies.com/x402/buyer-jobs/managed-simulator-v1"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://jobs.rqmtechnologies.com/x402/buyer-jobs/managed-simulator-v1");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://jobs.rqmtechnologies.com/x402/buyer-jobs/managed-simulator-v1")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7625.json, and this resource appears in /discovery/resources and /discovery/search.