{
  "x402Version": 2,
  "id": 4873,
  "slug": "4873",
  "resource": "https://quantum-artificer.surewhynot.app/v1/quantum/simulate",
  "description": "Quantum circuit simulation (Qiskit Aer): statevector, density-matrix (noise), stabilizer, and MPS methods; shots, expectation values, and seeded determinism. Sync tier up to 24 qubits. Paid in USDC on Base or Solana.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf786a555be87c6d3b316c976b643c70326565f3f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 1800
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FNLB2o1u22JFCG5wTU9eQCA5WjwRBgW9LBEbsJagreKz",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 1800
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "operation": "simulate",
            "spec": {
              "gates": [
                {
                  "name": "h",
                  "qubits": [
                    0
                  ]
                },
                {
                  "name": "cx",
                  "qubits": [
                    0,
                    1
                  ]
                }
              ],
              "method": "statevector",
              "qubits": 2,
              "shots": 1024
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "result": {
              "counts": {
                "11": 512,
                "00": 512
              }
            },
            "status": "succeeded",
            "verification": {
              "passed": true
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "operation": {
                    "description": "Operation within this domain.",
                    "enum": [
                      "simulate"
                    ],
                    "type": "string"
                  },
                  "spec": {
                    "description": "Operation-specific structured problem definition — see /v1/capabilities for the exact shape per operation.",
                    "type": "object"
                  }
                },
                "required": [
                  "operation",
                  "spec"
                ],
                "type": "object"
              },
              "bodyType": {
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "quantum-artificer.surewhynot.app",
  "lastUpdated": "2026-09-01T02:23:13.468Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T02:23:13.106Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "quantum-artificer.surewhynot.app",
    "manifest_name": "quantum-artificer.surewhynot.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}