crypto_pre_trade_verdict
InactiveTool of io.github.digitalweb33333-creator/x402-solana
One-call GO/CAUTION/NO-GO pre-trade verdict for AI trading agents: fuses token safety (honeypot, rug, tax, holders), counterparty wallet sanctions screening (OFAC/mixer) and cross-exchange market signal into a single decision with a signed, offline-verifiable receipt. Should I buy this token now? Replaces three separate calls (token-safety + wallet-screen + signal) with one fused GO/NO-GO verdict. EVM chains and Solana. Price: $0.05 per call (x402 payment, USDC on Base mainnet).
Parameters schema
{
"type": "object",
"required": [
"token"
],
"properties": {
"chain": {
"type": "string",
"description": "base | ethereum | bsc | polygon | arbitrum | optimism | avalanche | solana (default base)"
},
"token": {
"type": "string",
"description": "Token contract (EVM 0x+40hex) or SPL mint (base58) to evaluate"
},
"wallet": {
"type": "string",
"description": "Optional counterparty wallet to screen (OFAC/mixer)"
}
}
}Parent server
io.github.digitalweb33333-creator/x402-solana
https://github.com/digitalweb33333-creator/x402-solana
1/7 registries