Card snapshot
tokenguard.hergertsynthora.com
·
2026-07-21 04:28:40 UTC
·
e04cf4fb541b79a8cdf570a37edca4fd919364a6719e02db8d5cf8c15b9dc833
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": "Token Safety + Market Bundle",
"description": "Token Safety + Market Bundle: ONE signed call returns a proceed/caution/block verdict for any EVM token before you ape, buy, snipe or approve it. Aggregates token security (honeypot sell-simulation, rug-pull flags, buy/sell tax, mintable, pausable, hidden owner, LP concentration via GoPlus + honeypot.is + RugDoc + bytecode) + on-chain reputation and OFAC/Chainalysis/TRM sanctions screening of the contract + market context (perp funding rate, open interest and OHLCV via Hyperliquid/Binance when a symbol is given). Deterministic verdict, Ed25519-signed. First 3 calls FREE per wallet (X-WALLET). 0.035 USDC on Base.",
"url": "https://tokenguard.hergertsynthora.com/service",
"preferredTransport": "HTTP+JSON",
"additionalInterfaces": [
{
"url": "https://tokenguard.hergertsynthora.com/service",
"transport": "HTTP+JSON"
},
{
"url": "https://tokenguard.hergertsynthora.com/a2a",
"transport": "JSONRPC"
}
],
"version": "1.0.0",
"provider": {
"organization": "HERGERT SYNTHORA",
"url": "https://hergertsynthora.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "tokenguard",
"name": "tokenguard",
"description": "Token Safety + Market Bundle: ONE signed call returns a proceed/caution/block verdict for any EVM token before you ape, buy, snipe or approve it. Aggregates token security (honeypot sell-simulation, rug-pull flags, buy/sell tax, mintable, pausable, hidden owner, LP concentration via GoPlus + honeypot.is + RugDoc + bytecode) + on-chain reputation and OFAC/Chainalysis/TRM sanctions screening of the contract + market context (perp funding rate, open interest and OHLCV via Hyperliquid/Binance when a symbol is given). Deterministic verdict, Ed25519-signed. First 3 calls FREE per wallet (X-WALLET). 0.035 USDC on Base.",
"tags": [
"tokenguard",
"x402",
"synthora",
"m2m",
"a2a"
],
"examples": [
"{\"address\": \"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\", \"chain\": \"base\", \"symbol\": \"ETH\"}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"inputSchema": {
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Token contract address (0x...) to assess"
},
"chain": {
"type": "string",
"enum": [
"base",
"ethereum",
"bsc",
"polygon",
"arbitrum",
"optimism"
],
"description": "Chain (default base). Full RPC coverage on base/ethereum."
},
"symbol": {
"type": "string",
"description": "Optional market symbol e.g. ETH for perp funding + OI + OHLCV context"
}
},
"required": [
"address"
]
}
}
],
"securitySchemes": {
"x402": {
"type": "http",
"scheme": "x402",
"description": "HTTP 402 micropayment. 35000 atomic USDC on eip155:8453."
}
},
"security": [
{
"x402": []
}
],
"x402": {
"network": "eip155:8453",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "35000",
"payTo": "0x10800a5a5B9d72251566EC651E862A8b4B427dE0",
"resource": "https://tokenguard.hergertsynthora.com/service"
},
"mcp": {
"endpoint": "https://tokenguard.hergertsynthora.com/mcp",
"transport": "http-jsonrpc"
}
}