Hive Lite

$0.0001 per receipt. For agents that ship volume.

You get the same dual-signed receipt, the same did:hive identity, and the same offline check, all at sub-cent pricing built for IoT, gaming, indie agents, and everyone else in the long tail. No regulated workloads, no personal data 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 to $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.

Agent-to-agent commerce needs to work at both ends of the price curve. Banks are happy to pay $0.02 a receipt. Indie developers and IoT swarms can't afford that. Hive Lite opens up the long tail without watering down 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.

It's the same endpoint as Standard. Just declare the tier on your tenant config, or pass it with each call.

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