Card snapshot
dispute-risk.hergertsynthora.com
·
2026-09-05 19:30:43 UTC
·
d2555b2059f3e82296ea1ac945cfabc79a76ae9b15191175e6f306629e54a9e1
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.
{
"protocolVersion": "0.3.0",
"name": "Resolution/dispute risk score (0-100) for Polymarket markets",
"description": "Resolution/dispute risk score (0-100) for Polymarket markets: UMA status (proposed/disputed), UMA bond and reward, rules-text ambiguity (length, deadline date, declared resolution source), top-3 holder concentration as a vote-manipulation proxy, and days to resolution. Pass a market_slug or condition_id for one market, or nothing to scan the top markets resolving in the next 14 days. Built for prediction agents that price resolution risk before trading. No charge on service failure. Ed25519-signed. $0.05 USDC per call via x402 on Base. Free trial: 3 calls per wallet with header X-WALLET.",
"url": "https://api.hergertsynthora.com/v1/dispute-risk",
"preferredTransport": "HTTP+JSON",
"additionalInterfaces": [
{
"url": "https://api.hergertsynthora.com/v1/dispute-risk",
"transport": "HTTP+JSON"
},
{
"url": "https://api.hergertsynthora.com/v1/a2a",
"transport": "JSONRPC"
}
],
"version": "1.0.0",
"provider": {
"organization": "SYNTHORA",
"url": "https://hergertsynthora.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "dispute_risk",
"name": "dispute risk",
"description": "Resolution/dispute risk score (0-100) for Polymarket markets: UMA status (proposed/disputed), UMA bond and reward, rules-text ambiguity (length, deadline date, declared resolution source), top-3 holder concentration as a vote-manipulation proxy, and days to resolution. Pass a market_slug or condition_id for one market, or nothing to scan the top markets resolving in the next 14 days. Built for prediction agents that price resolution risk before trading. No charge on service failure. Ed25519-signed. $0.05 USDC per call via x402 on Base. Free trial: 3 calls per wallet with header X-WALLET.",
"tags": [
"dispute",
"risk",
"x402",
"synthora",
"m2m",
"a2a"
],
"examples": [
"{\"market_slug\": \"will-trump-win-the-2024-election\"}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"inputSchema": {
"type": "object",
"properties": {
"market_slug": {
"type": "string",
"description": "Polymarket market slug (optional)"
},
"condition_id": {
"type": "string",
"description": "0x condition id (optional, overrides slug)"
},
"limit": {
"type": "integer",
"description": "Max markets in scan mode (1-20, default 10)"
},
"min_volume": {
"type": "number",
"description": "Min 24h volume USD in scan mode (default 0)"
}
}
}
}
],
"securitySchemes": {
"x402": {
"type": "http",
"scheme": "x402",
"description": "HTTP 402 micropayment. 50000 atomic USDC on eip155:8453."
}
},
"security": [
{
"x402": []
}
],
"x402": {
"network": "eip155:8453",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"payTo": "0xEf879BFD6C4AccB8F795136de90246e1EC245e06",
"resource": "https://api.hergertsynthora.com/v1/dispute-risk"
},
"mcp": {
"endpoint": "https://api.hergertsynthora.com/v1/mcp",
"transport": "http-jsonrpc"
}
}