← Marketplace
Base
Rqmtechnologies
Rqmtechnologies is an x402-native service at https://jobs.rqmtechnologies.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Buyer Jobs Circuit Assurance Report V1 Circuit assurance report: Validate, compile, and report bounded assurance evidence for OpenQASM 3. Use when: Use when a bounded request matches rqm.studio.circuit-assurance-request.v1 and the caller needs the declare... Returns: assurance outcome, warnings, normalized source and evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidence, a formal proof, certificatio | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/circuit-assurance-report-v1 | 0.1 USDC |
Buyer Jobs Managed Simulator V1 Managed simulator: Execute a bounded RQM Circuit IR circuit on the managed local statevector simulator. Use when: Use when a bounded request matches rqm.studio.managed-simulator-request.v1 and the caller needs the declare... Returns: typed counts, probabilities, simulation configuration evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidence, a formal proof, cert | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/managed-simulator-v1 | 0.01 USDC |
Buyer Jobs Openqasm3 Preflight V1 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, cert | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/openqasm3-preflight-v1 | 0.01 USDC |
Buyer Jobs Supported Circuit Equivalence V1 Supported circuit equivalence: Compare two RQM Circuit IR circuits within the supported verifier scope. Use when: Use when a bounded request matches rqm.studio.equivalence-request.v1 and the caller needs the declared type... Returns: equivalent, not-equivalent, or unsupported verdict, verification evidence, input hashes. Boundaries: Deterministic bounded local software evidence; not hardware evide | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/supported-circuit-equivalence-v1 | 0.1 USDC |
Buyer Jobs Verified Circuit Optimization V1 Verified circuit optimization: Optimize RQM Circuit IR and return the original unless preservation is verified. Use when: Use when a bounded request matches rqm.studio.optimization-request.v1 and the caller needs the declared typ... Returns: verified candidate or original fallback, metric deltas, preservation evidence. Boundaries: Deterministic bounded local software evidence; not hardware evidenc | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/verified-circuit-optimization-v1 | 0.25 USDC |
Buyer Jobs Wave.Compare Pipeline Responses.V1 Compare Pipeline Responses: Compare these two supported Wave pipelines on the supplied fixture and caller tolerances. Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Bounded deterministic local software evidence only; no physical, causal, regulatory, hardware, or perform... | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.compare-pipeline-responses.v1 | 0.005 USDC |
Buyer Jobs Wave.Compile Curated Processing Recipe.V1 Compile Curated Processing Recipe: Compile this curated processing recipe and return its validated pipeline and execu... Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Bounded deterministic local software evidence only; no physical, causal, regulatory, hardware, or perform. | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.compile-curated-processing-recipe.v1 | 0.005 USDC |
Buyer Jobs Wave.Measure Phase Drift.V1 Measure Phase Drift: Measure phase drift in this bounded complex observation against the supplied reference and toler... Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Bounded deterministic local software evidence only; no physical, causal, regulatory, hardware, or perform. | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.measure-phase-drift.v1 | 0.005 USDC |
Buyer Jobs Wave.Optimize Processing Pipeline.V1 Optimize Processing Pipeline: Optimize this supported Wave pipeline against the supplied operation-count objective an... Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Bounded deterministic local software evidence only; no physical, causal, regulatory, hardware, or perform. | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.optimize-processing-pipeline.v1 | 0.005 USDC |
Buyer Jobs Wave.Reconstruct Bounded Capture.V1 Reconstruct Bounded Capture: Reconstruct this bounded capture under the supplied transfer assumption and verify it ag... Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Bounded deterministic local software evidence only; no physical, causal, regulatory, hardware, or perform. | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.reconstruct-bounded-capture.v1 | 0.005 USDC |
Buyer Jobs Wave.Validate Reconstruction Quality.V1 Validate Reconstruction Quality: Compare this reconstruction with the supplied reference and acceptance rules. Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Deterministic bounded local signal processing only; no causal, hardware, physical, regulatory, safety, or... | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.validate-reconstruction-quality.v1 | 0.005 USDC |
Buyer Jobs Wave.Validate Spectral Criteria.V1 Validate Spectral Criteria: Accept or reject this bounded capture against the caller's supplied spectral criteria. Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Deterministic bounded local signal processing only; no causal, hardware, physical, regulatory, safety, or... | /m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/wave.validate-spectral-criteria.v1 | 0.005 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/circuit-assurance-report-v1')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-jobs-rqmtechnologies-com/x402/buyer-jobs/circuit-assurance-report-v1 # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …