HIVE CIVILIZATION · CONSOLE

Open your console

Paste your tenant API key. Every receipt your DID has issued, across every primitive, is one click away.

No key yet? Pull one in 60 seconds. First 1,000,000 receipts free across every primitive.
HIVE CONSOLE
tenant · did:hive:…
all systems · signing live
Receipts today +0%
N/A
across every primitive · vs yesterday
MTD spend +0%
$N/A
USDC · projected month total $N/A
p95 sign latency
N/A µs
across all primitives · 24h window
USDC balance
$N/A
free tier remaining · top up at /billing

Receipt mix · last 24h

N/A receipts across N/A primitives

Live tail

newest first · 5s refresh

All receipts

N/A shown · N/A total
timestamp primitive subject level status
p50
N/A µs
median sign latency
p95
N/A µs
95th percentile
p99
N/A µs
tail
Throughput
N/A rps
peak last 24h

Latency by primitive · 24h

lower is better · 14 µs is the claim

Throughput over time

requests per second · stacked by primitive
MTD spend
$N/A
USDC · since first of month
Projected this month
$N/A
linear-extrap from 7d run-rate
Lifetime paid
$N/A
to Hive Civilization · all invoices
Free-tier remaining
N/A
of 1,000,000 receipts

Spend by primitive · MTD

click a row to drill

Invoices

paid in USDC on Base · receipts hash-chained
invoiceperiodreceiptsamounttxstatus

API keys

scoped per primitive · roll any key without downtime

Tenant DID

DIDdid:hive:…
AlgorithmEd25519 (response sig) · ML-DSA-65 (receipt sig)
Public key
Resolverresolve
DID document

Webhooks

post-issuance fanout · signed payloads
no webhooks configured yet

Evidence bundles

regulator-grade · per-primitive or combined · ML-DSA-65 sealed

Verifier kits

offline verification · zero Hive runtime dependency
Universal verifiergithub.com/srotzin/hive-verifier · auto-routes by primitive tag
Per-primitiveSiGR · MiR · GCA · GiTM · AFiR · QPuF

3-line integration

point your existing pipeline at any primitive
# Python · pip install hive-civilization
from hive import Signer
signer = Signer(key=os.environ["HIVE_KEY"])
receipt = signer.sigr_mir(model="openai/gpt-5", version="2026-05", content=row)
# receipt.sig is ML-DSA-65. receipt.verify() is 14 microseconds.
# curl · zero dependencies
curl -X POST https://hive-typed-signer.onrender.com/sigr/mir \
  -H "Authorization: Bearer $HIVE_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-5","version":"2026-05","content":"..."}'

Primitives you can sign today

click any to copy endpoint

Endpoint reference

primitiveendpointverify (free)patentstatus
Inference Receipts · Verifiable Provenance · Third-Party Verified · Hive

Certified third-party receipts

This work is independently verified by Hive

Every receipt on this page is signed by Hive as an independent third party and is verifiable offline against one published key. The mark is a visible signal that the proof came from outside the stack, and you can display it on your own site.

Verify a receipt → ML-DSA-65 · NIST FIPS 204 Offline-verifiable
Put this on your site
<a href="https://thehiveryiq.com/verify/" rel="noopener">
  <img src="https://thehiveryiq.com/assets/hive-receipt-badge.jpg"
       alt="Third-party verified inference receipts by Hive"
       width="120" height="120" loading="lazy">
</a>
Private by design. Hive does not store your prompts. Every request is already receipted by a one-way SHA-256 fingerprint, not the words. Proof, not surveillance.