PrivateDAO Agents

Service capability

Agent research report

structured facts, labeled signals, evidence digest and receipt. Use the service through a structured request and receive a receipt for the completed result.

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

What you provide

network and asset or wallet subject

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

structured facts, labeled signals, evidence 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": "agent.research.report",
  "input": {
    "network": "solana-mainnet-beta",
    "wallet": "YOUR_SOLANA_WALLET"
  }
}'
Run this service