Proof-of-Task-Execution

Verify any receipt. Trust the math, not us.

Every job on Paseo returns a post-quantum-signed receipt of exactly what ran. Paste one below and verify it yourself — against the signing key, with no account and no trust in AugmentEV. Tamper with a single character and it fails.

Verify a Proof-of-Task-Execution

Paste a SignedCompletionRecord JSON, or load the sample below. Verification runs against POST /v1/evidence/verify — the same code anyone can call.

$ curl -X POST https://api.augmentev.ai/v1/evidence/verify -d @receipt.json { "valid": true, "alg": "ML-DSA-65", "record_id": "528ee81f…" }

Straight talk: the sample is a real receipt our gateway signed. Hit Verify to see valid:true; hit "Tamper it" then Verify to watch one flipped character break it.

Post-quantum

Signed with ML-DSA-65 (NIST FIPS 204) — verifiable even against a future quantum adversary.

No trust required

Verification needs only the record and its key. An auditor or counterparty checks it without us in the loop.

Confidential tier

Sensitive jobs run inside hardware-attested Intel TDX. The receipt proves what ran, in the enclave.