01
Describe your event
Tell us what happened: a decision, a handoff, or a verification.
02
We seal it cryptographically
SHA256 + BLAKE3 dual-hash. Merkle chain position assigned.
03
Download your receipt
A tamper-proof JSON file. Verifiable by anyone. Forever.

Scenario: Drone Flight Decision

A drone autonomy stack flagged a potential airspace conflict at 1,200ft. This is what the decision receipt looks like, and what you can prove with it.

{
  "event_type": "identity_verified",
  "description": "Autonomous flight decision: airspace conflict detected",
  "device_id": "DRONE-DEMO-001",
  "decision": "ESCALATE_TO_HUMAN",
  "altitude_ft": 1200,
  "airspace_class": "B",
  "confidence": 0.94,
  "timestamp": "2026-04-12T18:00:00Z"
}
Receipt generation failed. Try again.
RECEIPT GENERATED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
receipt_hash:
chain_position:
sealed_at:
status: ACCEPTED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Your Event

Not a drone operator? Receipt architecture works for any decision, any system, any industry.

0/120
0/60
Receipt generation failed. Try again.
RECEIPT GENERATED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
receipt_hash:
chain_position:
sealed_at:
status: ACCEPTED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

What This Receipt Proves

Tamper-Proof

The dual-hash means any modification to this event, even a single character, produces a completely different hash. The original is preserved.

Chain Position

Your receipt is at position #N in a Merkle chain. Every receipt before and after it is cryptographically linked. You cannot insert, delete, or reorder.

Court-Admissible

Cryptographic receipts meet FRE 901(b)(9), the federal standard for machine-generated evidence. This receipt can be introduced in any US federal proceeding.