PrivateDAO Agents

Service capability

Transaction simulation

simulation result, estimated gas and deterministic errors. Use the service through a structured request and receive a receipt for the completed result.

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

What you provide

network and unsigned transaction

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

simulation result, estimated gas and deterministic errors

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": "transaction.simulate",
  "input": {
    "network": "ethereum-mainnet",
    "transaction": {
      "to": "0x0000000000000000000000000000000000000000",
      "data": "0x"
    }
  }
}'
Run this service