StartEcosystemResearchExplore (579)Live Systems (52)Pricing
Log InGet API Key✓ Verify It Yourself
Get Started

Generate your first verifiable receipt in 5 minutes.

Four steps. No prerequisites. No glossary. You'll have a working receipt before we explain what's happening underneath.

5 min 4 steps No credit card to verify
Your Account
You have 0 receipts.
Generate your first receipt.
Begin →
The four steps

Account → Generate → Verify → Done

When you finish step 4, you'll have a receipt that anyone — including someone with no H33 account — can independently verify. That's the win.

1

Create an account

Pick a tier. Get an API key. Sandbox is free and good enough for the next three steps. Upgrade later if you need volume.

Get API Key →
2

Generate your first proof

One HTTPS call. Your data in, a 74-byte cryptographic receipt out. The receipt itself is the artifact — keep it.

# One call. One receipt. curl -X POST https://api.h33.ai/v1/receipts \ -H "Authorization: Bearer $H33_API_KEY" \ -H "Content-Type: application/json" \ -d '{"payload":"hello world"}'
API docs
3

Verify the proof

Hand the receipt to the verifier. The verifier doesn't need an H33 account. It doesn't need to call us. It works offline. The verifier returning VERIFIED is the win.

Verifier CLI
4

Done.

You just generated a cryptographic receipt that anyone can independently verify, anywhere, forever — even if H33 disappears tomorrow. Now we'll explain what that actually means ↓

Now — here's what just happened

Four questions. One answer each.

You finished the artifact first. This is the part where the technology gets a name.

Question 1

What did I just do?

You generated a verifiable receipt. It contains a cryptographic commitment to your data plus three independent signatures. Anyone can recompute the commitment and check the signatures. If even one bit changes, the receipt fails verification.

Question 2

Why should I care?

Anyone can independently verify this result — your auditor, your customer, your insurer, a court — even if H33 disappears. The receipt outlives the platform that produced it. That's the difference between "we logged it" and "you can prove it."

Question 3

What powers it?

Underneath: H33-74 (the receipt format), HATS (the continuous evidence layer), and three post-quantum signature families (ML-DSA, FALCON, SLH-DSA). One of those signature families being broken doesn't break the receipt. You don't need to know any of this to use it.

Question 4

What should I do next?

One thing. Wire receipts into the next system you'd like to be able to prove worked. An AI decision, a payment, a credential issuance, a data transformation. The receipt is the same shape for all of them.