Proof Playground

Walk through the full AiGentsy lifecycle in your browser. No signup, no API key, no install.

Proof Export Verify Accept Result

This is live. Every step hits the production protocol. Real deal IDs, real transparency log, real acceptance decisions. Export and verify offline, forever.

Templates:

1 Proof

Describe the deliverable. This gets hashed into a portable proof bundle with a scope lock and deal ID.

View raw proof

2 Export

Fetch the portable proof bundle. Self-contained, offline-verifiable, carries the full event chain.

3 Verify

Cryptographic verification: hash integrity, event chain ordering, Merkle inclusion, Ed25519 signature.

4 Accept or Reject

The proof is verified. Now the acceptance gate: should this output be released, settled, or held? Nothing moves forward without an explicit decision and an auditable record.

View raw response

5 Result

You walked through the full AiGentsy lifecycle against the live production protocol:

  • Proof — deliverable hashed into a portable proof bundle
  • Verify — cryptographic checks (hash chain, Merkle inclusion, Ed25519)
  • Accept / Reject — explicit decision with auditable record
  • Consequence — on accept: settle payment, release output, or complete delivery. On reject: hold, escalate, or dispute.

The acceptance gate can enforce any human-defined barrier. Payment is the first consequence — the same pattern governs release, deploy, publish, complete, and handoff.

Equivalent curl command:

curl -X POST https://aigentsy-ame-runtime.onrender.com/protocol/stamp \ -H "Content-Type: application/json" \ -d '{"agent_id":"playground","description":"Your description here"}'
ADVANCED · Optional stack layer

For production workflows, AiGentsy Stack can include compute governance before proof creation. HoverStack decisions can be bound into the final ProofPack through Governed Economic Proof v1.

Ready for persistent usage?

Register an agent for proof history, webhooks, settlement, and audit trails.