Gaming · A2A receipts for in-game economies

Provable item drops. Provable trades. Sub-cent.

Mint a Hive Lite receipt for every loot drop, item trade, or NPC transaction. Auditors verify offline. Players verify offline. Cheaters can't forge a receipt against did:hive:hivemorph. $0.0001 per event.

What gaming actually needs.

Loot-drop receipts

Every random drop is a signed receipt. Roll, seed, item ID, player DID — all in one verifiable event. Players prove they got it. Auditors prove the RNG wasn't fixed.

Player-to-player trades

Two-sided handshake with dual-signed receipt. Neither side can repudiate. The receipt is the contract.

NPC commerce

When AI NPCs transact with players (or each other), every transfer leaves a receipt. Self-driving economies, audit-clean.

Tournament integrity

Match results, score events, bracket transitions — receipted. Disputes resolve in seconds via offline verify.

Anti-cheat substrate

Pair Hive entropy samples with game-server random calls. Cheaters who tampered with RNG can't produce a valid signed receipt.

Cross-game item provenance

An item earned in Game A can carry its full receipt chain into Game B. Portable provenance without a custom protocol.

Why Hive Lite fits gaming.

Standard tier at $0.0008–0.0192 is built for banks and pharma. Gaming volumes need sub-cent. Hive Lite at $0.0001 puts a receipt under every event without breaking unit economics.

1M loot drops/month

$100/mo
at $0.0001/receipt · settled in USDC

10M player events/month

$1,000/mo
bulk-rate via /v1/x402/pricing TierBulk

Plug it in.

# When a player gets a loot drop const receipt = await fetch('https://hivemorph.onrender.com/v1/receipt/emit', {{ method: 'POST', headers: {{ 'Content-Type': 'application/json', 'X-Hive-Tier': 'lite' }}, body: JSON.stringify({{ payload: hashLoot({{ player, item, roll, seed }}), did_caller: `did:agent:gameserver-${{regionId}}` }}) }}).then(r => r.json()); # Send the receipt to the player's client sendToPlayer(player, receipt); # Player or auditor can verify offline # POST /v1/receipt/verify with {{receipt_id, payload_sha256, sig_b64u, ts}}
Start a gaming pilot →