Service capability
Smart contract explain
deterministic bytecode, ownership and execution facts. Use the service through a structured request and receive a receipt for the completed result.
What you provide
network and contract or program address
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
deterministic bytecode, ownership and execution facts
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": "contract.explain",
"input": {
"program": "YOUR_SOLANA_PROGRAM"
}
}'Run this service