Hive Lite

$0.0001 per receipt. For agents that ship volume.

Same dual-signed receipt, same did:hive identity, same offline verification — at sub-cent pricing for IoT, gaming, indie agents, and the long tail. No regulated workloads, no PII flows, no sovereign axes.

Three tiers, one receipt format.

Hive Lite

$0.0001
per receipt · this page
  • 6-axis standard tier
  • ML-DSA-65 signed
  • USDC on Base settlement
  • No regulated workloads
  • Best for: IoT, gaming, indie agents

Hive Standard

$0.0008–0.0192
per receipt · vertical-priced
  • 12 live verticals
  • EU AI Act Article 12
  • SOC 2 self-attested
  • Pharma, banking, real estate, etc.

Hive Sovereign

Custom
per receipt · enrolled tenants
  • 16-axis physical entropy
  • Patent-pending sources
  • Air-gap-capable verifier
  • Strategic / national-security workloads

Why we built a Lite tier.

A2A commerce needs both ends of the curve. Banks pay $0.02 happily. Indie devs and IoT swarms can't. Hive Lite opens the long tail without diluting the regulated rail.

What's the same

  • Same receipt schema
  • Same ML-DSA-65 signature
  • Same did:hive:hivemorph identity
  • Same /v1/receipt/verify endpoint
  • Same USDC settlement on Base

What's different

  • No PII or regulated payloads (ToS-enforced)
  • No sovereign 16-axis tier
  • No vertical compliance templates
  • Bulk-rate billing, no per-event invoicing
  • Best-effort SLA (no enterprise guarantees)

Get started.

Same endpoint as Standard — just declare the tier on your tenant config or pass it per-call.

# Mint a Hive Lite receipt curl -sX POST https://hivemorph.onrender.com/v1/receipt/emit \ -H 'Content-Type: application/json' \ -H 'X-Hive-Tier: lite' \ -d '{{"payload": "your-payload-hash", "did_caller": "did:agent:abc..."}}' # Verify it (always free) curl -sX POST https://hivemorph.onrender.com/v1/receipt/verify \ -H 'Content-Type: application/json' \ -d '{{"receipt_id":"...", "payload_sha256":"...", "sig_b64u":"...", "ts":...}}'
Email sales for a tenant key →