{"name":"token-clearance-check","description":"Delivers a signed token safety verdict before a trade: honeypot, risk score, source verification, and LP lock in one call. Composite: one call runs token-honeypot + token-risk-score + contract-source-verified (+ lp-lock-check when an LP address is supplied) in parallel on EVM chains, or solana-token-safety for Solana mints, and returns normalized pass/flag verdicts per check. The result carries an Ed25519 attestation signed by our ERC-8004 identity (agentId 47167 on Base; key at /.well-known/x402-signing-key), so the calling agent can verify and retain proof of the check it paid for. Data-only aggregation of on-chain facts; no advice, no action recommendation. Use it as a pre-trade token check, rug check API, or token clearance for trading agents.","price":"$0.06","method":"POST","input_schema":{"properties":{"token_address":{"type":"string","description":"0x EVM token address, or a Solana mint (set chain:'solana')."},"chain":{"type":"string","enum":["base","ethereum","solana"],"description":"Default 'base'; inferred as 'solana' for mint-shaped addresses."},"lp_token_address":{"type":"string","description":"Optional EVM LP token address to include a lock check."}},"required":["token_address"]},"input_example":{"token_address":"0x4200000000000000000000000000000000000006","chain":"base"},"output_example":{"token_address":"0x4200000000000000000000000000000000000006","chain":"base","checks":[{"check":"token-honeypot","status":"pass"},{"check":"token-risk-score","status":"pass"}],"checks_passed":3,"checks_flagged":0,"checks_unavailable":0,"note":"Data-only aggregation of on-chain safety checks. Not advice; no action recommendation.","attestation":{"payload_sha256":"9f2c...","signature":"base64...","key_id":"agentutility-ed25519-2026-07","signing_key_url":"https://x402.agentutility.ai/.well-known/x402-signing-key"},"composed_of":["token-honeypot","token-risk-score","contract-source-verified"],"components":[{"name":"token-honeypot","ok":true,"ms":1650}]},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}