PrivateDAO Agents

Service capability

Deep verification

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

Implementation0.25 USDCSolana Mainnet path

What you provide

JSON evidence and rules

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

verified receipt and checks

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