H-Series H-Index H-Seal H-Grant H-Relay Contact
H-Seal
H-Seal

Every interaction. Signed. Sealed. On-chain.

Anchor cryptographic receipts on Hedera Consensus Service. Tamper-proof records of what was requested, what was returned, and when it happened. For agents, APIs, and everything in between.

$0.05 per receipt. Verification is free.

Live examples on mainnet

Two real receipts anchored by an autonomous agent. Click either card to see the full record, then click "Verify on Hashscan" to inspect the underlying HCS transaction.

Signed

Caller's wallet signs

Every receipt is signed by the caller's wallet using TIP-712 or EIP-712. The signature binds the caller's identity to the execution record.

Immutable

Anchored on HCS

Receipts are submitted to Hedera Consensus Service, providing a tamper-proof, ordered, timestamped record with finality in seconds.

Verifiable

Anyone can verify

Receipts are publicly verifiable via Hedera mirror nodes. No account required. No trust assumptions. Just check the chain.

Why anchor receipts

Use case

SLA enforcement

Prove that a service met or missed its latency, uptime, or accuracy commitments. Receipts capture timing, status, and result hashes.

Use case

Billing disputes

Settle disagreements with cryptographic evidence. Both caller and provider can point to an immutable record of what happened.

Use case

Compliance and audit

Maintain a verifiable audit trail of every agent interaction. Auditors can independently verify records without trusting any party.

Use case

Multi-agent workflows

When agents chain calls across multiple services, each step gets its own receipt. Reconstruct the full execution path from on-chain data.

How agents use H-Seal

01

An agent invokes an MCP tool, REST API, or another agent.

02

The caller builds a receipt: request and response hashes, identities, timestamps, result.

03

The caller signs it via TIP-712 and anchors it on H-Seal with an x402 payment.

04

The receipt is permanent on Hedera; anyone can verify it via a mirror node.