Inference is routed, answered, billed, and settled by parties you are asked to trust. Hive turns every one of those steps into a fact anyone can verify — under one post-quantum signature, in 7 milliseconds, anchored on Base.
The whole signed-inference lineup on one page — routing, receipt, and settlement. What each product signs, the latency and overhead, the cost per response, and how you connect. Route through AFIR or SideCar your own key; either way you get a SiGR™ receipt.

Routing → receipt → settlement, with the cost of signing vs the cost of trusting the meter. Settled in USDC on Base.
The same ML-DSA-65 signature, applied to a different payload at each layer of the call. Each product binds exactly what matters at its layer — and every receipt verifies offline, with no shared secret.
Every Hive product is the same primitive on a different payload. Compare what each one binds, how it signs, and what it costs.
| Layer | Product | What it does | What it binds | Signature | Status | Price | Connect |
|---|---|---|---|---|---|---|---|
| L1 | HiveBound | Pre-commitment envelope — identity declared, intent scoped, capital bonded before inference | identity + intent + bond |
Ed25519 + HAHS receipt | Patent Pending | x402 on Base | Connect |
| L1 | XCALIBUR Verify | ZK proof every injected context entry is a member of your committed corpus | context membership |
ZK + ML-DSA-65 | Patent Pending | metered | Connect |
| L2 | AFIR™ | Attested Fragmented Inference Routing — signs each fragment of the route, not just the answer | route + fragments + model |
ML-DSA-65 per fragment | Live on Modal | from $0.000029/response | Connect |
| L2 | AFIR-S | Selective tier — signs only material spans, absence proof over the rest | material spans |
ML-DSA-65 | Live | $0.0002/inf + $0.0004/span | Connect |
| L2 | AFIR-PQ | Post-quantum sealed tier — ML-KEM-768 envelope, FIPS 203+204 | route + every fragment |
ML-DSA-65 sealed | Live | $0.0012/receipt | Connect |
| L2 | AFIR-MAX | Sealed + Base-anchored — on-chain record. 6x faster, 82% cheaper on complex | route + seal + anchor |
ML-DSA-65 + Base anchor | Live | $0.0018/receipt | Connect |
| L2 | AFIR-API (CERN) | The live OpenAI-compatible endpoint — drop-in base_url, ~8x cheaper than Together | every call through the API |
ML-DSA-65 | Live deployment | $0.000029/response | Connect |
| L2 | smshPQ™ | The post-quantum signed inference rail for LLM buyers — sign every call | inference call |
ML-DSA-65 | Live | $0.00018/receipt | Connect |
| L3 | AmpliHive | Output-side trust layer for any LLM — ML-DSA-65 cert + tenant enrichment in one call | response + tenant + partner_id |
ML-DSA-65 | Patent Pending | $0.06/1M calls | Connect |
| L3 | HiveWidget | Drop-in that signs every LLM response — 5-stage pipeline, 25–78% token reduction | response payload |
ML-DSA-65 | Live (npm + pip) | metered | Connect |
| L3 | XCALIBUR Delta | Signed counterfactual — what inference would have produced under a different corpus/rule/identity | counterfactual output |
HAHS-Δ + ML-DSA-65 | Patent Pending | metered | Connect |
| L4 | SiGR™ | Signed inference Guarantee Receipt — one primitive, four products. The umbrella. | bill + bond + chain + consensus |
ML-DSA-65 | Patent Pending | free to verify, pay to sign | Connect |
| L4 | SiGR-Bill™ | Signs the bill — reconstruct the metered charge from the signed inputs | token count + price |
ML-DSA-65 | Patent Pending | per-receipt | Connect |
| L4 | SiGR-Bond™ | Signs the commitment — the SLA / latency / model promise, before it is paid | SLA + latency + model |
ML-DSA-65 | Patent Pending | per-receipt | Connect |
| L4 | SiGR-Chain™ | Signs the lineage — every link of a multi-step / multi-agent run | DAG of signed steps |
ML-DSA-65 | Patent Pending | per-receipt | Connect |
| L4 | SiGR-Consensus | Signs the agreement — model-panel verdict captured as one verifiable receipt | votes + verdict |
ML-DSA-65 | Patent Pending | per-receipt | Connect |
| L4 | NEXUS | Universal AI decision receipt standard — the SSL certificate for AI decisions, any model | any AI decision |
ML-DSA-65 + Ed25519 | Open standard | free / open | Connect |
| L5 | Capitolare | Dual-DID signed receipts for every A2A trade — the Switzerland for agents | tenant_did + counterparty_did + price |
ML-DSA-65 | Live | per-trade | Connect |
| L5 | MANUKA | Settlement token ($MNKA) for verified AI agent commerce | verified A2A settlement |
ML-DSA-65 | Live | token | Connect |
| L5 | NanoPayments | Sub-cent agent flows — SHOD per spend, HAHS receipts, x402 | spend + 6 gates |
Ed25519 + HAHS | Live | x402 | Connect |
| L6 | Colony | Certified inference network planner | network topology |
ML-DSA-65 | Live | platform | Connect |
| L6 | CITADEL | Defense supply-chain trust backbone — CMMC Level 2, 80K contractors, Nov 2026 deadline | SBOM attestation |
ML-DSA-65 PQ | Live | $0.00020/attestation | Connect |
| L6 | MERIDIAN | Critical-infrastructure audit — NERC CIP-015, $1.4M/day penalty defense | SCADA command |
ML-DSA-65 | Live | platform | Connect |
| L6 | GENESIS | Clinical-trial integrity — every lab result signed for 2045, FDA 483 / ALCOA+ | lab result |
ML-DSA-65 | Live | platform | Connect |
| L6 | NEXUS / Canon | Open primitives — HAHS, SHOD, SpectralZK, ViewKey — born at Hive | open schemas |
ML-DSA-65 | Open | open | Connect |
AFIR is the routing layer — it signs the inference as it happens. SiGR™ is the receipt that AFIR emits. You don’t hit SiGR™ directly; you route through AFIR and you get a SiGR™ back. Same stack, two layers.
curl https://srotzin--afir-cern-afir-api.modal.run/v1/chat/completions \
-H "Authorization: Bearer $HIVE_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"hive/afir-cern","messages":[{"role":"user","content":"hello"}]}'
curl https://srotzin--afir-cern-afir-api.modal.run/v1/afir/sign \
-H "Authorization: Bearer $HIVE_KEY" \
-H "Content-Type: application/json" \
-d '{"input":"...","output":"..."}'
| Product | Price | What you get |
|---|---|---|
| AFIR (Signed) | $0.0003 / receipt | Nano volume floor $0.0001 |
| AFIR-S™ | $0.0002 / inf + $0.0004 / span | Selective attestation, O(1) signing |
| AFIR-PQ | $0.0012 / receipt | ML-KEM-768 sealed, FIPS 203+204 |
| AFIR-MAX | $0.0018 / receipt | Base-anchored, 6× faster, 82% cheaper on complex |
| AFIR-API (CERN) | $0.000029 / response | Live drop-in, ~8× cheaper than Together |
| SiGR™ | $0.00003 at scale | Graduated; pilot floor $2,500 / mo |
All settled in USDC on Base 8453. No monthly minimums.

The shared primitive at the top; six layers of the inference stack below; the buyer journey at the bottom.
Start where the pain is loudest — the bill, the route, the response, the agreement. One signature covers it. The receipt is the record, and it verifies anywhere.