Card snapshot
agents.privatedao.org
·
2026-08-17 16:22:05 UTC
·
4eda1cc20ef522355f87a02142026ebd65198955eaf785270899869d5aa769bb
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "PrivateDAO Agent Exchange",
"description": "Machine-native Solana Mainnet services for token, wallet, transaction and agent intelligence. Agents can discover services, run a free verification, create paid jobs, pay USDC, receive results and verify durable receipts without an account.",
"provider": {
"organization": "PrivateDAO",
"url": "https://privatedao.org"
},
"version": "1.3.0",
"protocolVersion": "0.3.0",
"url": "https://agents.privatedao.org/a2a",
"documentationUrl": "https://agents.privatedao.org/llms-full.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"authentication": {
"schemes": [
"none",
"solana-payment"
]
},
"networks": [
"solana:mainnet-beta"
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"protocols": {
"a2a": "https://agents.privatedao.org/a2a",
"mcp": "https://agents.privatedao.org/mcp",
"openapi": "https://agents.privatedao.org/openapi.json"
},
"serviceCatalog": "https://agents.privatedao.org/api/services",
"pricing": "https://agents.privatedao.org/api/pricing",
"workflow": {
"discovery": "GET https://agents.privatedao.org/.well-known/agent-card.json",
"freeTest": {
"service": "verify.basic",
"createJob": "POST https://agents.privatedao.org/api/jobs",
"exampleBody": {
"service_id": "verify.basic",
"input": {
"record": {
"mint": "<SOLANA_MINT>"
}
}
},
"result": "The response includes result and receipt; verify the receipt with the receipt URL."
},
"paid": {
"createJob": "POST https://agents.privatedao.org/api/jobs",
"paymentRequiredStatus": 402,
"paymentIntent": "GET https://agents.privatedao.org/api/jobs/{jobId}/payment-intent",
"payment": "Send the exact quoted USDC amount on Solana Mainnet to the quoted treasury token account, then submit the finalized transaction signature.",
"submitPaymentProof": "POST https://agents.privatedao.org/api/jobs/{jobId}/payment",
"jobStatus": "GET https://agents.privatedao.org/api/jobs/{jobId}"
},
"receipts": "GET https://agents.privatedao.org/api/receipts/{receiptId}"
},
"payment": {
"network": "solana-mainnet-beta",
"asset": "USDC",
"quoteFirst": true,
"finalizedTransactionRequired": true,
"custody": "receive-only treasury; the paying agent signs its own transaction"
},
"skills": [
{
"id": "verify.basic",
"name": "Basic verification",
"description": "free service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "free",
"amount": 0,
"currency": "USDC"
}
},
{
"id": "verify.deep",
"name": "Deep verification",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.25,
"currency": "USDC"
}
},
{
"id": "token.intelligence",
"name": "Token intelligence",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.03,
"currency": "USDC"
}
},
{
"id": "risk.score",
"name": "Risk score",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.02,
"currency": "USDC"
}
},
{
"id": "wallet.intelligence",
"name": "Wallet intelligence",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.05,
"currency": "USDC"
}
},
{
"id": "contract.inspect",
"name": "Program inspection",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.08,
"currency": "USDC"
}
},
{
"id": "launch.check",
"name": "Launch check",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.03,
"currency": "USDC"
}
},
{
"id": "market.snapshot",
"name": "Market snapshot",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.01,
"currency": "USDC"
}
},
{
"id": "decision.context",
"name": "Decision context",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.1,
"currency": "USDC"
}
},
{
"id": "receipt.verify",
"name": "Receipt verification",
"description": "free service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "free",
"amount": 0,
"currency": "USDC"
}
},
{
"id": "forensics.trace",
"name": "Solana transaction trace",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.75,
"currency": "USDC"
}
},
{
"id": "agent.match",
"name": "Agent capability matching",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 0.1,
"currency": "USDC"
}
},
{
"id": "sponsored.discovery",
"name": "Sponsored machine discovery",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 5,
"currency": "USDC"
}
},
{
"id": "intelligence.synthesize",
"name": "Evidence synthesis",
"description": "paid service",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"pricing": {
"access": "paid",
"amount": 1,
"currency": "USDC"
}
},
{
"id": "registry.search",
"name": "Search agents",
"description": "Find verified agent capabilities and service providers.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}