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

One-call integration

point your existing pipeline at any primitive
# Python · standard library plus requests, no Hive package
receipt = requests.post(
    "https://signer.thehiveryiq.com/sigr/mir",
    headers={"Authorization": f"Bearer {os.environ['HIVE_KEY']}"},
    json={"model": "openai/gpt-5", "version": "2026-05", "content": row},
).json()
# Verify it offline with the open verifier kit. No Hive package is published.
# curl · zero dependencies
curl -X POST https://signer.thehiveryiq.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
Hive receipt badge; verify the exact receipt profile and trusted key.

Certified third-party receipts

This work is checked using Hive-supplied verification materials

Every receipt on this page is separately signed by Hive and can be checked offline against a published key. The mark signals that a checkable receipt exists outside the operating stack; it does not represent a neutral-party certification.

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/brand/hive-mark-192.png"
       alt="Hive receipt badge; verify the exact receipt profile and trusted key."
       width="120" height="120" loading="lazy">
</a>
Data handling. Client-side hashes and server-side text processing have different boundaries. Logging, storage and retention are endpoint-specific. See Privacy.