Hive: A2A Commerce Platform

A network that runs AI-to-AI transactions.

Hive runs on one shared foundation, but you can reach it three ways. Agents can plug into the public API and start transacting on their own. Businesses can get a hand-built briefing, dashboard, and pilot setup. Banks, networks, and regulators can go through the Hive-PQ track. Every path gets the same signed receipts on the same neutral system.

PortableSigned receipts that travel along with the transaction.
VerifiableYou can check the proof offline. No need to call Hive.
InspectableSealed envelopes that only an auditor can open.
RoutableJurisdiction, hardware, and settlement rules get enforced before anything runs.
Proof

Real tools you can try right now.

Here's a signed receipt you can check in your browser, a routing policy that runs against the live engine, and modeled economics we've clearly labeled as modeled. The signatures are real. The counterparties in the examples are just for illustration.

Reference artifact · LIVE
Signed receipt

It's compact and a machine can check it. It carries jurisdiction, hardware, and settlement fields, and it verifies offline against the embedded public key.

verifier.check(receipt) → PASS provenance.fields → 4/4 attested sanctions.screen → clear inspection.envelope → present
Modeled economics · MODELED
Illustrative platform-scale economics
Not a forecast
Receipts emitted per year
1,000,000
Inputs are user-controlled. Outputs are illustrative, not a forecast.
Receipts minted
1,000,000
Inspection events
80,000
Modeled scale
User-controlled inputs
Receipt profiles · LIVE
Stamp price varies by profile. Nano $0.0001 · Standard $0.0008 · PQ $0.0012. Pick a profile per call or let RubricMesh recommend one.
Routing policy · LIVE
Reference policy

It's a rule that gets checked against every candidate operator before anything runs. It runs against the live engine, and any route that doesn't fit the rule gets rejected before settlement.

Plain EnglishRoute only to operators in the EU/EEA/CH, on export-cleared hardware, settling in USDC or EURC on Base. Deny destinations in {RU, CN, IR, KP}.
Platform

The layer underneath every AI transaction.

Hive has four products, and they all wrap into one signed envelope. Every AI transaction goes in as a request and comes out as a record your auditors, regulators, and counterparties can check without ever contacting Hive.

Surface · LIVE
Receipts

You get a signed record for every call. It tracks where the data came from, which fine-tune ran, which operator handled it, and which hardware was used. You can check it offline.

Surface · LIVE
Inspect

Payloads stay sealed until someone unlocks them with a ViewKey. Only the auditor can see the independent classification results.

Surface · LIVE
Routing

You set the rules for jurisdiction, hardware, and settlement, and Hive enforces them before anything runs. There's no silent fallback if a rule fails.

Surface · LIVE
Settle

Settlement runs on USDC on Base. Each call's settlement reference gets pinned right into the receipt, and Hive never holds your funds.

Products

Four products that share one foundation.

Every deployment uses Receipts, and it all rolls into one signed envelope. Inspect, Routing, and Settle turn on when your policy and counterparties call for them.

Product · LIVE

Hive Receipts

Every AI transaction produces a signed record you can check offline.

Built for buyers, operators, and regulators who need a record that lasts and does not depend on Hive staying online.

Product · LIVE

Hive Inspect

Inspection stays sealed until a ViewKey unlocks it, and only the auditor can decrypt it, right in their own browser.

Built for regulated and enterprise audit work where the platform must never see the raw data.

Product · LIVE

Hive Routing

Set your rules for origin, operator, hardware, and settlement, and they get enforced before anything runs.

Built for model labs, treasury systems, and enterprise AI teams working across jurisdictions.

Product · LIVE

Hive Settle

USDC on Base. Refundable escrow on policy failure. No Hive custody at any point.

For payment networks, exchanges, and operators who require on-chain finality with neutral settlement.

Premium evidence tier · PILOT

Hive-PQ™ is not a fifth product. It is a premium proof tier that runs across all four surfaces.

Hive-PQ is a premium evidence profile that gets applied to Receipts, Inspect, Routing, and Settle whenever a transaction needs long-retention, regulated, auditor-facing, or bank-grade proof. You get post-quantum-ready, crypto-agile, dual-signature receipts, and sealed evidence envelopes.

Standard for speed. PQ for permanence. Hive Standard is priced to disappear into your stack. Hive-PQ is priced to earn its keep, for banks, AML, AI governance, regulators, government, legal, insurance, and high-retention enterprise records.

View Hive-PQ diligence track → See PQ proof artifacts →
Solutions

Built for the institutions that will route AI transactions at scale.

Payment networks: receipts and routing for AI-run transactions on the rails you already use.
Public model labs: inference receipts your enterprise and regulated customers can check themselves.
Enterprise AI teams: one record you can audit for every model call, across every vendor and region.
Exchanges and custodians: settlement-grade receipts and sealed inspection for orders an AI places.
Regulators and supervisors: a region-pinned control plane and an audit path the EU can read.
See solutions by buyer →
Compliance

Posture, not promises.

Hive emits independent facts and artifacts. Customers and counsel decide how to apply them. The receipt schema and routing engine are designed to support EU AI Act, MiCA, EU Data Act, and U.S. export-control workflows.

Topic
Hive computes
Customer owns
Provenance chain
Signed lineage chain and historical validity
Interpret legal sufficiency and deployment posture
Jurisdiction flags
Actual, flag, and registrar fields
Choose registration strategy with counsel
Sanctions drift
Current-state routability signal
Decide whether and how to continue operations
Tariff & origin frameworks
Framework-specific outputs
Determine which framework governs the transaction
Made-in-X attestations
Independent boolean attestations
Decide how to use them in procurement or disclosure
Inspection records
Portable signed inspection artifacts
Determine acceptance thresholds and release policies
Product posture
Non-negotiable product doctrine
No recommendations
No single composite "best" score
No customer tax fact aggregation
No publication of customer-specific choices
No refusal to compute classification
Sample outputs
Independent, contestable artifacts
Comparison matrix across registration jurisdictions
Multi-framework tariff and origin output
Independent Made-in-X boolean attestation set
Trust

Trust is what is provable, not what is promised.

You can check receipts offline. Inspecting one needs a key Hive never holds. Settlement clears on USDC on Base, a contract issued by Circle that Hive does not run. Hive’s word never outranks the math.

Live
Offline-verifiable signed receipts (Ed25519 + SHA-256)
Sealed inspection via auditor-held AES-256-GCM key
USDC settlement on Base mainnet, no Hive custody
Operator co-signatures on every receipt
In progress
SOC 2 Type I controls
ISO 27001 readiness
External cryptographic review
Not yet held
SOC 2 Type II
ISO 27001 certificate
FedRAMP authorization
Developers

Integrate in an afternoon. Verify in a minute.

You get three SDKs, one REST surface, and one wire format. Receipts always come out the same way given the same input, and you can verify them offline. The samples here are real.

1
Install the SDK (Node, Python, Go)
2
Wrap any model or routing call
3
Emit a receipt; verify it offline
Sample response
Portable verification object
JSON
{
  "stamp_id": "smsh_01HIVE84A9X",
  "signature": "ed25519:...",
  "jurisdiction": "CH",
  "lineage": {
    "model_origin": "signed",
    "fine_tune":    "signed",
    "operator":     "signed",
    "hardware":     "signed"
  },
  "inspection": {
    "status":   "sealed",
    "passport": "portable"
  },
  "meter": {
    "event_id": "evt_0192",
    "network":  "Base"
  }
}
Evidence

The diligence room.

Every quantitative claim is tagged. Live, Pilot, Roadmap, or Modeled. No mixing. No marketing inflation. Open to qualified counterparties.

Track · LIVE
Endpoints in production

Receipt emit, reference verifier, sealed inspection, USDC settlement on Base. Each is independently verifiable.

Track · PILOT / ROADMAP
Pilot & roadmap

Counterparties under signed pilot, separated from engineering-committed roadmap items. Pre-revenue clearly tagged.

Track · MODELED
Modeled economics

The calculator. Inputs are user-controlled. Outputs are illustrative. Not a forecast and not a run-rate claim.

Company

Hive Civilization.

Hive Civilization is a Wyoming corporation building neutral infrastructure for AI transactions. We don't host models, hold custody of your funds, or take a side. This foundation is what we sell.

What Hive is not
Not a model lab
Not a cloud provider
Not an exchange
Not legal advice
Not a recommendation engine
Hive: A2A Commerce Platform Briefing

Design your private Hive briefing.

Six fields. Ninety seconds. You get a sealed, password-gated briefing built for your organization: architecture, receipt envelope, routing engine, integration shape, and a 30/60/90-day plan, modeled on Hive’s live infrastructure.

EU AI Act · Article 12 · 91 days
Article 12 takes effect August 2, 2026. The EU AI Act, as published, requires automatic record-keeping for the entire lifetime of high-risk AI systems. Hive's receipt schema is built to support that record-keeping starting with the very first inference.
Next action
Start by understanding it, then check the proof, then turn it on. Same URL the whole way.