Verify
Verify an evidence receipt
A receipt is the signed record of what PortfolioPlane recorded in a deck, a trail export, or one project’s traceability: every count with its denominator, the acceptances by hashed identity, and the commit the work was pinned to. Paste it or open the file. The check runs in this browser against the public key the receipt carries; nothing is sent anywhere, and no account is needed.
A receipt that verifies proves that PortfolioPlane recorded these numbers and signed them with the key named on it. It does not prove the numbers are true about the world.
Where a receipt comes from, and what to compare
Every deck export and every trail export offers its receipt as a sidecar file. The deck’s own footer names the first twelve characters of the signing key’s fingerprint; the receipt carries the whole fingerprint, and this page recomputes it from the key that actually signed. When the three agree, the receipt is about that deck and was signed by that deployment.
The format is governed-receipt/v1, the same one the rest of the LockedIn Labs portfolio issues, so the same receipt verifies at the portfolio’s central verifier — or with a few lines of your own code: Ed25519 over the UTF-8 bytes of the body serialized with keys sorted recursively and no whitespace.