Quantum Services
Platform
39 production-ready quantum APIs across 7 families.
BYOB model — bring your own IBM, Azure, or IonQ backend. Every endpoint runs a real quantum circuit with an auditable job_id.
7 Service Families
From quantum identity to energy grid optimization
Identity & Auth
Quantum-certified identity, authorization & auditability
Blockchain Intel
Quantum intelligence for on-chain analytics & optimization
Crypto Finance
Quantum-powered DeFi: pricing, risk, portfolio, arbitrage
Industrial Quantum
Insurance, supply chain, fraud detection, orbital mechanics
Extended Verticals
Credit risk & energy grid optimization via QAOA
Everyday Quantum
Quantum for everyone: provenance, trust, identity, consent, forecasting & IP protection
Content & Safety
Quantum fingerprinting for content analysis: hate speech detection, fake news scoring
Featured Services
Hover to see the quantum circuits powering each service
QAOA crypto portfolio optimization
QAOA p=1 explores 2^n asset combinations simultaneously, selecting the portfolio that maximises Sharpe ratio — outperforms classical Markowitz on concentrated allocations.
POST /portfolio/optimizePOST /portfolio/rebalanceZZFeatureMap swap-test fraud kernel
ZZFeatureMap encodes 4 transaction features onto quantum states. Swap-test circuits compute kernel similarity to fraud/legitimate anchor profiles in 2^4=16 dimensional feature space.
POST /fraud/trainPOST /fraud/classify+1 more
QAOA optimal power grid dispatch
QUBO H = −Σprofitᵢxᵢ + λ(Σcapᵢxᵢ − demand)² is solved by QAOA — minimises fuel cost while satisfying grid demand, outperforming classical merit-order dispatch.
POST /energy/dispatchPOST /energy/multi-periodHow It Works
Three lines to quantum-grade results
Bring Your Backend
Pass your IBM Quantum token. Leave it empty to use the free Aer simulator.
Call the API
POST your data to any of the 39 endpoints. The quantum circuit runs on your hardware.
Verify on IBM
Every result includes a job_id you can verify on the IBM Quantum Network — tamper-evident.
# Quantum portfolio optimization — simulator (free, no credentials) import requests r = requests.post("http://localhost:8000/portfolio/optimize", json={ "assets": ["BTC", "ETH", "SOL"], "expected_returns": [0.8, 0.6, 1.2], "covariance_matrix": [[0.25,0.15,0.20],[0.15,0.20,0.18],[0.20,0.18,0.40]], "risk_tolerance": 0.5, "provider": {"provider": "simulator"} # or "ibm" + token for real hardware }) print(r.json()["sharpe_ratio"], r.json()["job_id"]) # 2.847 sim-1714000000
Ready to go quantum?
Try any of the 39 services right now — no IBM token needed.