PrivateDAO Agents

Service capability

AI asset research

on-chain facts, labeled signals and evidence references. Use the service through a structured request and receive a receipt for the completed result.

Mainnet Read-only0.1 USDCsolana-mainnet-beta, ethereum-mainnet, base-mainnet, arbitrum-mainnet

What you provide

network and asset identifier

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

on-chain facts, labeled signals and evidence references

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