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.

70 observations · Differences between dated observations.

quantum.halowerk.comInterpolates a caller-supplied start and end temperature across a bounded number of steps using either a linear or geometric rule. It does not run an annealer, optimize a problem Hamiltonian or tune a schedule from hardware measurements.
https://quantum.halowerk.com/v1/annealer-schedule
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Interpolates a caller-supplied start and end temperature across a bounded number of steps using either a linear or geometric rule. It does not run an annealer, optimize a problem Hamiltonian or tune a schedule from hardware measurements.",
  "domain": "quantum.halowerk.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": {
              "end_temperature": {
                "maximum": 1000000000000,
                "minimum": 1e-12,
                "type": "number"
              },
              "schedule": {
                "enum": [
                  "linear",
                  "geometric"
                ],
                "type": "string"
              },
              "start_temperature": {
                "maximum": 1000000000000,
                "minimum": 1e-12,
                "type": "number"
              },
              "steps": {
                "maximum": 2000,
                "minimum": 2,
                "type": "integer"
              }
            },
            "required": [
              "start_temperature",
              "end_temperature",
              "steps",
              "schedule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "9ef828f197c909abcd8f60cc8ccdf9876a650f14076a5c2a2dcd6eee10abd79c",
  "service_id": "022004926349f30a83e2108783982f2b289d2576b64cfad5386c70b0f2ef4b4a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:53.747Z",
  "url": "https://quantum.halowerk.com/v1/annealer-schedule",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comCounts zeros, ones and runs, reports a normalized monobit imbalance, and compares observed runs with the IID Bernoulli expectation. It generates no random number and is not a NIST test-suite replacement, entropy estimate or certification of cryptographic randomness.
https://quantum.halowerk.com/v1/random-number
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Counts zeros, ones and runs, reports a normalized monobit imbalance, and compares observed runs with the IID Bernoulli expectation. It generates no random number and is not a NIST test-suite replacement, entropy estimate or certification of cryptographic randomness.",
  "domain": "quantum.halowerk.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": {
              "bits": {
                "description": "Caller-supplied bitstream to diagnose.",
                "maxLength": 100000,
                "minLength": 32,
                "pattern": "^[01]+$",
                "type": "string"
              }
            },
            "required": [
              "bits"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "7a6c0ac2f79379ec9d09637c86733a5d1d84c097ce5e1bcb93c1f479ea91492f",
  "service_id": "2c3bf56977a239907f620ae0c66e6a24330e5bc5445af4bffd6cbe908e3d5973",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:09.686Z",
  "url": "https://quantum.halowerk.com/v1/random-number",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comCompares caller-supplied Alice and Bob bases, retains matching-basis positions, calculates the quantum bit error rate over caller-selected revealed positions, and returns only a digest and count for remaining demonstration bits. It neither exchanges quantum states nor creates a secret key: all submitted bits are disclosed to this service and must never be used as production key material.
https://quantum.halowerk.com/v1/qkd-key-request
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Compares caller-supplied Alice and Bob bases, retains matching-basis positions, calculates the quantum bit error rate over caller-selected revealed positions, and returns only a digest and count for remaining demonstration bits. It neither exchanges quantum states nor creates a secret key: all submitted bits are disclosed to this service and must never be used as production key material.",
  "domain": "quantum.halowerk.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": {
              "alice_bases": {
                "description": "Alice bases, X or Z, aligned with alice_bits.",
                "maxLength": 4096,
                "minLength": 8,
                "pattern": "^[XZ]+$",
                "type": "string"
              },
              "alice_bits": {
                "description": "Alice measurement bits for a simulation or already completed experiment.",
                "maxLength": 4096,
                "minLength": 8,
                "pattern": "^[01]+$",
                "type": "string"
              },
              "bob_bases": {
                "description": "Bob bases, X or Z, aligned with bob_bits.",
                "maxLength": 4096,
                "minLength": 8,
                "pattern": "^[XZ]+$",
                "type": "string"
              },
              "bob_bits": {
                "description": "Bob measurement bits aligned with alice_bits.",
                "maxLength": 4096,
                "minLength": 8,
                "pattern": "^[01]+$",
                "type": "string"
              },
              "reveal_indices": {
                "items": {
                  "description": "Zero-based raw observation index to reveal for QBER estimation.",
                  "maximum": 4095,
                  "minimum": 0,
                  "type": "integer"
                },
                "maxItems": 2048,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "alice_bits",
              "alice_bases",
              "bob_bits",
              "bob_bases",
              "reveal_indices"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "d3d340d73eb6311dc2f76ef6f904f5bf90bd6bdd4d79d8cd2dca3ba99d49ed4e",
  "service_id": "3c9e3bf84be35c2cc673d21b275e2ede2da45a53a0cf5df3d7b51ac2c92247d7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:22.945Z",
  "url": "https://quantum.halowerk.com/v1/qkd-key-request",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comUses lattice dimension, log2 determinant and an assumed root-Hermite factor to estimate Gaussian-heuristic and reduced-basis vector lengths in log2 units. It does not execute lattice reduction, validate an LWE instance or provide a cryptographic security level.
https://quantum.halowerk.com/v1/lattice-check
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Uses lattice dimension, log2 determinant and an assumed root-Hermite factor to estimate Gaussian-heuristic and reduced-basis vector lengths in log2 units. It does not execute lattice reduction, validate an LWE instance or provide a cryptographic security level.",
  "domain": "quantum.halowerk.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": {
              "dimension": {
                "maximum": 100000,
                "minimum": 2,
                "type": "integer"
              },
              "log2_determinant": {
                "maximum": 1000000000,
                "minimum": -1000000000,
                "type": "number"
              },
              "root_hermite_factor": {
                "maximum": 2,
                "minimum": 1,
                "type": "number"
              },
              "target_norm_log2": {
                "maximum": 1000000000,
                "minimum": -1000000000,
                "type": "number"
              }
            },
            "required": [
              "dimension",
              "log2_determinant",
              "target_norm_log2",
              "root_hermite_factor"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "a3928261f06b78dfa069f27057489c7f364e44f6a921acf09c94cff2fcc8442e",
  "service_id": "5416de8fec870545e06021ad3d6fc29630070a7b7305dec39f917b27fb622073",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:01.779Z",
  "url": "https://quantum.halowerk.com/v1/lattice-check",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comCancels adjacent identical self-inverse gates on identical ordered targets and folds adjacent RX, RY or RZ rotations on identical targets. It preserves only these local identities; it does not commute gates, model hardware topology, synthesize arbitrary unitaries or prove global optimality.
https://quantum.halowerk.com/v1/circuit-optimize
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Cancels adjacent identical self-inverse gates on identical ordered targets and folds adjacent RX, RY or RZ rotations on identical targets. It preserves only these local identities; it does not commute gates, model hardware topology, synthesize arbitrary unitaries or prove global optimality.",
  "domain": "quantum.halowerk.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": {
              "gates": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "angle_rad": {
                      "maximum": 1000000,
                      "minimum": -1000000,
                      "type": "number"
                    },
                    "gate": {
                      "enum": [
                        "X",
                        "Y",
                        "Z",
                        "H",
                        "CNOT",
                        "CZ",
                        "SWAP",
                        "RX",
                        "RY",
                        "RZ"
                      ],
                      "type": "string"
                    },
                    "targets": {
                      "items": {
                        "maximum": 127,
                        "minimum": 0,
                        "type": "integer"
                      },
                      "maxItems": 2,
                      "minItems": 1,
                      "type": "array",
                      "uniqueItems": true
                    }
                  },
                  "required": [
                    "gate",
                    "targets"
                  ],
                  "type": "object"
                },
                "maxItems": 10000,
                "minItems": 1,
                "type": "array"
              },
              "qubit_count": {
                "maximum": 128,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "qubit_count",
              "gates"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "cf8d5d1e8895eeaf26f6216559bbf877ca0194cdafe23a744ba077b96adff794",
  "service_id": "7bd9b55341f88ed87a5b742b5244d92c5cf77db394c08029c99215ad7bcde7a8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:38.115Z",
  "url": "https://quantum.halowerk.com/v1/circuit-optimize",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comComputes all pair distances and a single-parameter Lennard-Jones 12-6 potential using caller-supplied epsilon and sigma. It does not perform quantum chemistry, infer element-specific force fields, relax geometry, model bonds or predict experimental molecular behavior.
https://quantum.halowerk.com/v1/molecule-sim
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Computes all pair distances and a single-parameter Lennard-Jones 12-6 potential using caller-supplied epsilon and sigma. It does not perform quantum chemistry, infer element-specific force fields, relax geometry, model bonds or predict experimental molecular behavior.",
  "domain": "quantum.halowerk.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": {
              "atoms": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "element": {
                      "maxLength": 3,
                      "minLength": 1,
                      "type": "string"
                    },
                    "x": {
                      "maximum": 1000000,
                      "minimum": -1000000,
                      "type": "number"
                    },
                    "y": {
                      "maximum": 1000000,
                      "minimum": -1000000,
                      "type": "number"
                    },
                    "z": {
                      "maximum": 1000000,
                      "minimum": -1000000,
                      "type": "number"
                    }
                  },
                  "required": [
                    "element",
                    "x",
                    "y",
                    "z"
                  ],
                  "type": "object"
                },
                "maxItems": 200,
                "minItems": 2,
                "type": "array"
              },
              "epsilon": {
                "description": "Pair potential energy scale in caller-selected units.",
                "maximum": 1000000000,
                "minimum": 0,
                "type": "number"
              },
              "sigma": {
                "description": "Pair distance scale in the same coordinate units.",
                "maximum": 1000000000,
                "minimum": 1e-9,
                "type": "number"
              }
            },
            "required": [
              "atoms",
              "epsilon",
              "sigma"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "6d5a166bb89b18f258fb0479801fd81a4bba9be7a7501ad3e47853778095d39c",
  "service_id": "80d3571b42f3c99632ff28ebc136493f1c5b7a21164b64bb40f010f0a24b74a2",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:17.578Z",
  "url": "https://quantum.halowerk.com/v1/molecule-sim",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comEnumerates every selection of exactly k assets for at most 16 assets, maximizing summed expected return minus a caller-selected covariance penalty. It runs no quantum circuit and provides a deterministic classical optimum for testing a corresponding binary QAOA or QUBO formulation; it is not investment advice and ignores transaction costs and allocation sizes.
https://quantum.halowerk.com/v1/portfolio-qaoa
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Enumerates every selection of exactly k assets for at most 16 assets, maximizing summed expected return minus a caller-selected covariance penalty. It runs no quantum circuit and provides a deterministic classical optimum for testing a corresponding binary QAOA or QUBO formulation; it is not investment advice and ignores transaction costs and allocation sizes.",
  "domain": "quantum.halowerk.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": {
              "assets": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "expected_return": {
                      "maximum": 1000,
                      "minimum": -1000,
                      "type": "number"
                    },
                    "name": {
                      "maxLength": 64,
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "expected_return"
                  ],
                  "type": "object"
                },
                "maxItems": 16,
                "minItems": 1,
                "type": "array"
              },
              "covariance": {
                "items": {
                  "items": {
                    "maximum": 1000000,
                    "minimum": -1000000,
                    "type": "number"
                  },
                  "maxItems": 16,
                  "minItems": 1,
                  "type": "array"
                },
                "maxItems": 16,
                "minItems": 1,
                "type": "array"
              },
              "risk_aversion": {
                "maximum": 1000000,
                "minimum": 0,
                "type": "number"
              },
              "select_count": {
                "maximum": 16,
                "minimum": 1,
                "type": "integer"
              }
            },
            "required": [
              "assets",
              "covariance",
              "select_count",
              "risk_aversion"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "25eb52342038f209afe31777cc3626c6641d7f1d998e7eeae838a1b653aa0f14",
  "service_id": "834e4c1e0ffaeb5f2fa03d3a9c7dd1fabc4cdffbbb0afa26132101d76afc749e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:25.653Z",
  "url": "https://quantum.halowerk.com/v1/portfolio-qaoa",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comConverts ++, +−, −+ and −− counts into a correlation for each of AB, AB′, A′B and A′B′, then computes S = E(AB) + E(AB′) + E(A′B) − E(A′B′). A value above the classical bound in supplied data does not by itself demonstrate entanglement or close detection, locality, sampling or significance loopholes.
https://quantum.halowerk.com/v1/entanglement-test
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Converts ++, +−, −+ and −− counts into a correlation for each of AB, AB′, A′B and A′B′, then computes S = E(AB) + E(AB′) + E(A′B) − E(A′B′). A value above the classical bound in supplied data does not by itself demonstrate entanglement or close detection, locality, sampling or significance loopholes.",
  "domain": "quantum.halowerk.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": {
              "measurements": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "minus_minus": {
                      "maximum": 1000000000000,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "minus_plus": {
                      "maximum": 1000000000000,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "plus_minus": {
                      "maximum": 1000000000000,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "plus_plus": {
                      "maximum": 1000000000000,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "setting": {
                      "enum": [
                        "AB",
                        "ABprime",
                        "AprimeB",
                        "AprimeBprime"
                      ],
                      "type": "string"
                    }
                  },
                  "required": [
                    "setting",
                    "plus_plus",
                    "plus_minus",
                    "minus_plus",
                    "minus_minus"
                  ],
                  "type": "object"
                },
                "maxItems": 4,
                "minItems": 4,
                "type": "array"
              }
            },
            "required": [
              "measurements"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "c870353b17ffd1721241c70df8fe14b4fc4820221bfc541e631c2a54764fd921",
  "service_id": "994b4198e439fb7e7c9c70eb73d8333f359b5bc65c00a55f924a780de0163de5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:33.78Z",
  "url": "https://quantum.halowerk.com/v1/entanglement-test",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comEstimates logical qubits and logical gates from algorithm family and key size, applies a caller-supplied error-correction overhead, and reports capacity and runtime ratios. The formulas are coarse planning heuristics, not cryptanalytic proof or a forecast of when cryptographically relevant quantum computers will exist.
https://quantum.halowerk.com/v1/shors-threat-index
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Estimates logical qubits and logical gates from algorithm family and key size, applies a caller-supplied error-correction overhead, and reports capacity and runtime ratios. The formulas are coarse planning heuristics, not cryptanalytic proof or a forecast of when cryptographically relevant quantum computers will exist.",
  "domain": "quantum.halowerk.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": {
              "algorithm": {
                "enum": [
                  "rsa",
                  "finite-field-dh",
                  "ecc"
                ],
                "type": "string"
              },
              "available_physical_qubits": {
                "maximum": 1000000000000,
                "minimum": 1,
                "type": "integer"
              },
              "available_runtime_days": {
                "maximum": 365000,
                "minimum": 0.000001,
                "type": "number"
              },
              "error_correction_physical_per_logical": {
                "maximum": 1000000000,
                "minimum": 1,
                "type": "number"
              },
              "key_bits": {
                "description": "RSA/modulus bits or ECC group-size bits.",
                "maximum": 32768,
                "minimum": 128,
                "type": "integer"
              },
              "logical_gate_rate_per_second": {
                "maximum": 1000000000000000,
                "minimum": 0.000001,
                "type": "number"
              }
            },
            "required": [
              "algorithm",
              "key_bits",
              "available_physical_qubits",
              "logical_gate_rate_per_second",
              "error_correction_physical_per_logical",
              "available_runtime_days"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "5133f6bcafe2e599b2d7108f949d84969c3cf789e9cb686df13b8b5d513b705e",
  "service_id": "de006aa5c317b0120f70ea70db6c48ab3f7d78841166ef925b786df9ffa02b4c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:30.389Z",
  "url": "https://quantum.halowerk.com/v1/shors-threat-index",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comTreats a caller-supplied odd-length bit word as a classical repetition code, majority-decodes one logical bit, and reports the corrected word and adjacent XOR syndrome. This narrow demonstration is not a surface-code simulation and does not model coherent quantum errors, measurements or fault-tolerant thresholds.
https://quantum.halowerk.com/v1/error-correction
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E
Source and evidence
{
  "description": "Treats a caller-supplied odd-length bit word as a classical repetition code, majority-decodes one logical bit, and reports the corrected word and adjacent XOR syndrome. This narrow demonstration is not a surface-code simulation and does not model coherent quantum errors, measurements or fault-tolerant thresholds.",
  "domain": "quantum.halowerk.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": {
              "encoded_bits": {
                "description": "Odd-length repetition-code word.",
                "maxLength": 99,
                "minLength": 3,
                "pattern": "^[01]+$",
                "type": "string"
              }
            },
            "required": [
              "encoded_bits"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST",
              "PUT",
              "PATCH"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789165815.545,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "asset": "USDC",
        "assetTransferMethod": "eip3009",
        "eip712Domain": {
          "chainId": 8453,
          "name": "USD Coin",
          "verifyingContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "version": "2"
        },
        "name": "USD Coin",
        "network_name": "Base Mainnet",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "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": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "377e7803896b31c416a78a78109ba144dd577f4757af4f406933fcf5859f121e",
  "service_id": "ea924ba63ee032f7d93c7370624ec283d05d96fb63f7966266118144ba5d94ee",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:45.674Z",
  "url": "https://quantum.halowerk.com/v1/error-correction",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comInterpolates a caller-supplied start and end temperature across a bounded number of steps using either a linear or geometric rule. It does not run an annealer, optimize a problem Hamiltonian or tune a schedule from hardware measurements.
https://quantum.halowerk.com/v1/annealer-schedule

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Interpolates a caller-supplied start and end temperature across a bounded number of steps using either a linear or geometric rule. It does not run an annealer, optimize a problem Hamiltonian or tune a schedule from hardware measurements.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "8f6d6daf66ea19e5",
  "service_id": "022004926349f30a83e2108783982f2b289d2576b64cfad5386c70b0f2ef4b4a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:53.747Z",
  "url": "https://quantum.halowerk.com/v1/annealer-schedule",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comCounts zeros, ones and runs, reports a normalized monobit imbalance, and compares observed runs with the IID Bernoulli expectation. It generates no random number and is not a NIST test-suite replacement, entropy estimate or certification of cryptographic randomness.
https://quantum.halowerk.com/v1/random-number

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Counts zeros, ones and runs, reports a normalized monobit imbalance, and compares observed runs with the IID Bernoulli expectation. It generates no random number and is not a NIST test-suite replacement, entropy estimate or certification of cryptographic randomness.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "7df0354d5909e083",
  "service_id": "2c3bf56977a239907f620ae0c66e6a24330e5bc5445af4bffd6cbe908e3d5973",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:09.686Z",
  "url": "https://quantum.halowerk.com/v1/random-number",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comCompares caller-supplied Alice and Bob bases, retains matching-basis positions, calculates the quantum bit error rate over caller-selected revealed positions, and returns only a digest and count for remaining demonstration bits. It neither exchanges quantum states nor creates a secret key: all submitted bits are disclosed to this service and must never be used as production key material.
https://quantum.halowerk.com/v1/qkd-key-request

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Compares caller-supplied Alice and Bob bases, retains matching-basis positions, calculates the quantum bit error rate over caller-selected revealed positions, and returns only a digest and count for remaining demonstration bits. It neither exchanges quantum states nor creates a secret key: all submitted bits are disclosed to this service and must never be used as production key material.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.004,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "08f780d518498074",
  "service_id": "3c9e3bf84be35c2cc673d21b275e2ede2da45a53a0cf5df3d7b51ac2c92247d7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:22.945Z",
  "url": "https://quantum.halowerk.com/v1/qkd-key-request",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comUses lattice dimension, log2 determinant and an assumed root-Hermite factor to estimate Gaussian-heuristic and reduced-basis vector lengths in log2 units. It does not execute lattice reduction, validate an LWE instance or provide a cryptographic security level.
https://quantum.halowerk.com/v1/lattice-check

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Uses lattice dimension, log2 determinant and an assumed root-Hermite factor to estimate Gaussian-heuristic and reduced-basis vector lengths in log2 units. It does not execute lattice reduction, validate an LWE instance or provide a cryptographic security level.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "1aabdffacf4cdf8a",
  "service_id": "5416de8fec870545e06021ad3d6fc29630070a7b7305dec39f917b27fb622073",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:01.779Z",
  "url": "https://quantum.halowerk.com/v1/lattice-check",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comCancels adjacent identical self-inverse gates on identical ordered targets and folds adjacent RX, RY or RZ rotations on identical targets. It preserves only these local identities; it does not commute gates, model hardware topology, synthesize arbitrary unitaries or prove global optimality.
https://quantum.halowerk.com/v1/circuit-optimize

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Cancels adjacent identical self-inverse gates on identical ordered targets and folds adjacent RX, RY or RZ rotations on identical targets. It preserves only these local identities; it does not commute gates, model hardware topology, synthesize arbitrary unitaries or prove global optimality.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.004,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "56f85464c8a983e1",
  "service_id": "7bd9b55341f88ed87a5b742b5244d92c5cf77db394c08029c99215ad7bcde7a8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:38.115Z",
  "url": "https://quantum.halowerk.com/v1/circuit-optimize",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comComputes all pair distances and a single-parameter Lennard-Jones 12-6 potential using caller-supplied epsilon and sigma. It does not perform quantum chemistry, infer element-specific force fields, relax geometry, model bonds or predict experimental molecular behavior.
https://quantum.halowerk.com/v1/molecule-sim

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Computes all pair distances and a single-parameter Lennard-Jones 12-6 potential using caller-supplied epsilon and sigma. It does not perform quantum chemistry, infer element-specific force fields, relax geometry, model bonds or predict experimental molecular behavior.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.004,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "6048c25eb5c59f77",
  "service_id": "80d3571b42f3c99632ff28ebc136493f1c5b7a21164b64bb40f010f0a24b74a2",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:17.578Z",
  "url": "https://quantum.halowerk.com/v1/molecule-sim",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comEnumerates every selection of exactly k assets for at most 16 assets, maximizing summed expected return minus a caller-selected covariance penalty. It runs no quantum circuit and provides a deterministic classical optimum for testing a corresponding binary QAOA or QUBO formulation; it is not investment advice and ignores transaction costs and allocation sizes.
https://quantum.halowerk.com/v1/portfolio-qaoa

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Enumerates every selection of exactly k assets for at most 16 assets, maximizing summed expected return minus a caller-selected covariance penalty. It runs no quantum circuit and provides a deterministic classical optimum for testing a corresponding binary QAOA or QUBO formulation; it is not investment advice and ignores transaction costs and allocation sizes.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "1bdce61377aebb26",
  "service_id": "834e4c1e0ffaeb5f2fa03d3a9c7dd1fabc4cdffbbb0afa26132101d76afc749e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:25.653Z",
  "url": "https://quantum.halowerk.com/v1/portfolio-qaoa",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comConverts ++, +−, −+ and −− counts into a correlation for each of AB, AB′, A′B and A′B′, then computes S = E(AB) + E(AB′) + E(A′B) − E(A′B′). A value above the classical bound in supplied data does not by itself demonstrate entanglement or close detection, locality, sampling or significance loopholes.
https://quantum.halowerk.com/v1/entanglement-test

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Converts ++, +−, −+ and −− counts into a correlation for each of AB, AB′, A′B and A′B′, then computes S = E(AB) + E(AB′) + E(A′B) − E(A′B′). A value above the classical bound in supplied data does not by itself demonstrate entanglement or close detection, locality, sampling or significance loopholes.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.004,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "658b44a37d634844",
  "service_id": "994b4198e439fb7e7c9c70eb73d8333f359b5bc65c00a55f924a780de0163de5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:52:33.78Z",
  "url": "https://quantum.halowerk.com/v1/entanglement-test",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comEstimates logical qubits and logical gates from algorithm family and key size, applies a caller-supplied error-correction overhead, and reports capacity and runtime ratios. The formulas are coarse planning heuristics, not cryptanalytic proof or a forecast of when cryptographically relevant quantum computers will exist.
https://quantum.halowerk.com/v1/shors-threat-index

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Estimates logical qubits and logical gates from algorithm family and key size, applies a caller-supplied error-correction overhead, and reports capacity and runtime ratios. The formulas are coarse planning heuristics, not cryptanalytic proof or a forecast of when cryptographically relevant quantum computers will exist.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "755ed38c2c991a3e",
  "service_id": "de006aa5c317b0120f70ea70db6c48ab3f7d78841166ef925b786df9ffa02b4c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:30.389Z",
  "url": "https://quantum.halowerk.com/v1/shors-threat-index",
  "usage_rights": "not_reviewed"
}
quantum.halowerk.comTreats a caller-supplied odd-length bit word as a classical repetition code, majority-decodes one logical bit, and reports the corrected word and adjacent XOR syndrome. This narrow demonstration is not a surface-code simulation and does not model coherent quantum errors, measurements or fault-tolerant thresholds.
https://quantum.halowerk.com/v1/error-correction

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Treats a caller-supplied odd-length bit word as a classical repetition code, majority-decodes one logical bit, and reports the corrected word and adjacent XOR syndrome. This narrow demonstration is not a surface-code simulation and does not model coherent quantum errors, measurements or fault-tolerant thresholds.",
  "domain": "quantum.halowerk.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "0f4b5d41006ad0ed",
  "service_id": "ea924ba63ee032f7d93c7370624ec283d05d96fb63f7966266118144ba5d94ee",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T07:51:45.674Z",
  "url": "https://quantum.halowerk.com/v1/error-correction",
  "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