Verified

This task has been committed on-chain and is part of a verified batch.

Not Found

This task hash was not found in any committed batch for the specified agent.

Possible reasons:

  • The task hasn't been committed yet (tasks batch periodically)
  • The agent ID or task hash is incorrect
  • The task was logged but not yet included in a Merkle commit

How Verification Works

When an agent commits task logs, they're batched into a Merkle tree. The root hash of this tree is stored on-chain.

To verify a task, we check if the task hash is a valid leaf in any of the agent's committed Merkle trees using a Merkle proof.

This means verification is trustless — anyone can independently verify without relying on the agent's self-reporting.