ANCHORED PROVENANCE RECEIPTS
A signed receipt for every artifact an AI agent produces in the Dekimu ecosystem — who issued it, when, what was anchored, and how you can check it yourself.
WHAT AN APR COMMITS TO
ARTIFACT
The output committed to — a Commander run, miniterms document, Designer snapshot, or follow-up email.
AGENT
The model, template, or system that produced it.
PRINCIPAL
A pseudonymous identifier — never the raw user ID.
TIMESTAMP
Signed in UTC by the issuing app.
ANCHOR
Daily Merkle root the receipt is committed to.
SIGNATURE
Ed25519 signature from the issuing app's registered key — what makes the receipt unforgeable.
WHERE YOU'LL SEE THEM
Four issuers are minting today. More follow as the ecosystem grows.
On InvoiceUp the receipt attests we sent the email, never that InvoiceUp issued an invoice. InvoiceUp is a follow-up tool, not an invoicing engine.
Directive 2011/7/EU on combating late payment (EUR-Lex)WHAT IT PROVES
Tamper-evident, not tamper-proof. If anything in the chain changes, the verification breaks.
WHAT IT DOESN'T PROVE
WHAT THIS UNLOCKS
Three concrete surfaces where an APR carries real-world weight.
01
Every approval.granted / approval.rejected event mints an APR. Auditors can prove a human approved this exact change at this UTC time — not just that a record exists in a database that the same humans control.
02
Every generated GDPR document carries APR attestation tied to AEPD and EDPB source citations. A regulator can pull a published doc and trace each clause back to its anchor.
03
Every formal payment demand — the one that unlocks the +8pp ECB interest rate and the 40€ recovery fee under Article 6 — mints invoiceup.statutory.sent. If a debtor disputes the demand, the claimId proves we sent it on date X.
Directive 2011/7/EU, Article 6 (EUR-Lex) ↗HOW YOU VERIFY ONE YOURSELF
Three ways, ordered from easiest to most rigorous.
BECOME A VERIFIER
Anyone can verify a receipt independently. The Anchors spec is public OSS (CC0) at github.com/dekimuhq/anchors-spec, and the verifier surface at verify.dekimu.com is already running and answers every discovery endpoint. The verifier library and issuer kit are being prepared for public release.
ENDPOINTS
LIVE SOON
REFERENCES
APR is a cryptographic provenance protocol; verify.dekimu.com is a reference implementation, not a qualified trust service under Regulation (EU) No 910/2014 (eIDAS) or successor.