Run a signed receipt, then find it indexed and searchable right here. The ledger is the convenience layer; each row points back to a receipt that verifies on its own.
Hive Ledger™ is the searchable receipt index for AI actions, model calls, agent tasks, x402 payments, API workflows, and human-origin attestations. Each indexed row points back to a Hive Receipt that verifies on its own — canonical bytes, a SHA-256 hash, an Ed25519 signature, a published public key, and a public verifier. The ledger makes those receipts discoverable, searchable, and auditable. It is not required to trust them.
The ledger is convenience. The receipt is proof. Verification is portable: a receipt carries everything needed to check it offline — canonical bytes, hash, signature, and public key — verifiable by any party with no required call back to Hive. The ledger helps you find and audit receipts; it never sits between you and the truth of one.
Trace one event through the pipeline. Proof is established at the offline verifier (green). The ledger index and any anchor / mirror are convenience and durability — additive, never on the trust path.
Each module is tagged by what is live today versus next-stage or enterprise. Nothing here is required to verify a receipt — every module is built on top of portable proof.
Browse, page, and inspect indexed receipts across every event type. The read API is live today; a fully embedded, browsable UI inside third-party apps is next-stage.
Verify any receipt against the published Ed25519 public key. Free, and the proof is portable — the same check runs offline with no call back to Hive.
Every x402 event becomes its own receipted row — real payment_required metadata on quote and
emit. x402 is the only payment rail.
Agent-task receipts across registered adapters (Manus configured today). Index a full route as a chain of signed receipts. See Agent Trip.
A signed, append-only Merkle accumulator — Ed25519-signed roots across canonical provenance domains, live today. External public / blockchain anchoring is next-stage; post-quantum ML-DSA roots are reserved for a future algorithm epoch.
Today you can assemble an audit bundle yourself from the public index plus the offline verifier — each receipt is self-contained. A one-click signed bundle export endpoint is next-stage.
Per-tenant portal ledger read is live today. A fully customer-hosted, self-hosted mirror you run in your own infrastructure is an enterprise / next-stage capability — not live yet.
A browsable receipt explorer embedded natively inside your own app or a partner surface. The read APIs exist today; the drop-in embedded UI is next-stage.
payment_requiredWe do not claim public blockchain anchoring is live — the live transparency log is a signed Ed25519 Merkle accumulator, and external public anchoring is next-stage. We do not claim a fully customer-hosted mirror is live — per-tenant portal read is live; self-hosting is enterprise / next-stage. And the ledger is never required to verify a receipt.
Read-only. This pulls the public ledger summary from receipts.thehiveryiq.com directly —
numbers reflect current state. If the endpoint is briefly unreachable, the widget says so rather than inventing data.
All read/verify endpoints below are live today against https://receipts.thehiveryiq.com.
Verification is free and portable — the public key lets you check a receipt offline, with no call back to Hive.
curl https://receipts.thehiveryiq.com/v1/receipts/pubkey
curl 'https://receipts.thehiveryiq.com/v1/receipts?limit=5'
curl https://receipts.thehiveryiq.com/v1/receipts/summary
curl https://receipts.thehiveryiq.com/v1/receipts/verify/13100
curl -X POST https://receipts.thehiveryiq.com/v1/model-receipts/run \
-H 'Content-Type: application/json' \
-d '{"provider":"mistral","model":"leanstral-1-5","prompt":"State the theorem add_comm for Nat."}'
curl -X POST https://receipts.thehiveryiq.com/v1/x402/quote \
-H 'Content-Type: application/json' \
-d '{"sku":"receipt.emit"}'
curl https://receipts.thehiveryiq.com/v1/agent-receipts/adapters
curl https://receipts.thehiveryiq.com/v1/accumulator/policy
curl https://receipts.thehiveryiq.com/v1/accumulator/receipts/root
The fastest way to understand the ledger is to put one receipt in it. Run a paid receipt over x402, test a model receipt, or request an activation key — then watch it appear in the index and verify it portably.
Hive Ledger™ is the convenience and indexing layer. It aids discovery, search, and audit and is not required to
verify a Hive Receipt — receipts verify portably and offline against a published Ed25519 public key with no call back to
Hive. Live-today claims reflect endpoints on receipts.thehiveryiq.com as of 2026-07-05: the receipt index and
summary, the public key and public verifier, model receipts, x402 quote and receipt emit with real
payment_required metadata, agent-task receipts, a signed Ed25519 Merkle transparency-log (accumulator) API,
and per-tenant portal ledger read. External public / blockchain anchoring, a fully customer-hosted self-hosted mirror, a
drop-in embedded explorer inside third-party apps, a one-click signed audit-bundle export endpoint, and post-quantum
ML-DSA signature roots are next-stage or enterprise, not live today. The signature field is historically named
mock_sig for compatibility; production signatures are real Ed25519 with a 0xsig: prefix. A
receipt attests the operation — what happened, by whom, over what bytes — never a verdict on whether the result was correct.