PrivateDAO Agents

Service capability

Basic verification

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

Mainnet LiveFreesolana-mainnet-beta

What you provide

JSON evidence

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

canonical digest and receipt

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": "verify.basic",
  "input": {
    "record": {
      "claim": "example"
    }
  }
}'
Run this service