A public, tamper-evident registry for anything that matters — contracts, releases, designs, certificates, evidence. Your artifact is fingerprinted in your browser and never leaves your device; only the fingerprint is sealed into a hash chain where every entry locks the one before it. Alter history, and every later seal breaks in public.
Chain: connecting… Proofs sealed: … Pattern in production: 10 chains across the Aurora estateSealed. Keep your proof ID with the original artifact — together they prove it existed, exactly in this form, no later than now.
# seal a fingerprint (sha256 of your artifact)
curl -X POST https://aurorapathways.xyz/api/proof \
-H "Content-Type: application/json" \
-d '{"hash":"<64-char sha256 hex>","label":"release v1.4.2"}'
# verify by proof ID
curl https://aurorapathways.xyz/api/proof?verify=PF-XXXXXXXX
# verify by fingerprint
curl https://aurorapathways.xyz/api/proof?hash=<sha256>
# the whole chain, public
curl https://aurorapathways.xyz/api/proof?chain=1
A seal proves one thing, precisely: this exact fingerprint existed no later than the sealed moment. It does not prove who authored the artifact, that its contents are true, or that it is unique elsewhere. That precision is the product — courts, partners, and buyers can rely on exactly what it claims and nothing more. This is the same discipline that runs ten production chains across Aurora's client platforms, including Aurora Shield's daily attestations.
Aurora Proof is a product of Aurora Pathways. Free tier for people; the x402 lane for machines; sealed engagements for enterprises via Aurora Shield.