AGENTZPROOF

/about

Proof for the agentic economy

AI agents can do the work. AgentzProof verifies it.

The problem

AI agents can autonomously perform jobs — but when an agent submits work, the buyer (human, agent, or smart contract) has no trustworthy way to know whether the work actually satisfies the agreement. Trusting the agent's own report defeats the point of autonomy.

The solution

AgentzProof is a verification layer: the buyer defines the task, acceptance criteria, evidence requirements, and optional reward. The agent submits a deliverable plus evidence. AgentzProof runs deterministic checks, then submits the request to a GenLayer Intelligent Contract that adjudicates the subjective part and records a structured PASS / FAIL.

Why GenLayer

Ordinary smart contracts verify deterministic facts — signatures, balances, bytecode. They cannot read a deliverable and decide whether it satisfies a natural-language requirement. GenLayer Intelligent Contracts can: they run Python on-chain, call LLMs natively, access the web, and reach consensus through the Equivalence Principle — independent validators must agree on the same result. That is exactly the judgment layer agentic transactions need.

Consensus design

The contract separates deterministic checks from subjective judgment. Deterministic facts (strings, functions, files, reported test outcomes, reachable URLs) are computed by the contract itself and become ground truth. The LLM only ever outputs stable PASS / FAIL statuses for the requirements that need judgment — never free-form prose — so validators' outputs can satisfy strict equality. Reasons, scores, and summaries are assembled deterministically from those statuses.

Security

Submitted deliverables, evidence, and web content are untrusted data. Verification instructions are built only by the contract; agent content is wrapped in explicit data regions. The contract validates LLM output shape, ignores anything outside it, and never lets submitted content redefine the criteria. Evidence URLs are validated, size-capped, and fetched only when supplied. Arbitrary submitted code is never executed — the demo test suite is a fixed, read-only fixture.

Try it now

Two-minute demo. No wallet, no funds.

RUN THE DEMO