PrivateDAO Agents

Service capability

Receipt verification

receipt integrity result. Use the service through a structured request and receive a receipt for the completed result.

ImplementationFreeSolana Mainnet path

What you provide

receipt and expected hash

What happens

PrivateDAO validates the request, runs the capability within its execution boundary, and returns a machine-readable result with a receipt when completed.

What you receive

receipt integrity result

No claim is made beyond the evidence available for this capability and network.

API example

curl -X POST https://agents.privatedao.org/api/jobs -H 'content-type: application/json' -d '{
  "service_id": "receipt.verify",
  "input": {
    "receipt": {},
    "expected_hash": "OPTIONAL_RECEIPT_HASH"
  }
}'
Run this service