{"name":"contract-trust-pack","description":"Gathers smart-contract due-diligence data in one call: source verification, honeypot simulation, and LP lock check. Composite: one call runs contract-source-verified + token-honeypot + lp-lock-check in parallel and merges Etherscan-verified source status (name, compiler, ABI, proxy flag), buy/sell tax simulation results, and liquidity-locker holdings into one structured report with per-component telemetry. Long Solidity sources are truncated in the merged payload. Data-only aggregation; no advice. Use it as a smart-contract verification bundle or EVM contract due-diligence data pack.","price":"$0.04","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"0x-prefixed 20-byte EVM contract address."},"chain":{"type":"string","description":"EVM chain slug: 'base' (default), 'ethereum', 'polygon', 'arbitrum', 'optimism', 'bsc'. Components that do not support the chain degrade individually."}},"required":["address"]},"input_example":{"address":"0x4200000000000000000000000000000000000006","chain":"base"},"output_example":{"address":"0x4200000000000000000000000000000000000006","chain":"base","source_verification":{"is_verified":true,"name":"WETH","proxy":false},"honeypot":{"simulation":{"is_honeypot":false,"sell_tax_pct":0}},"lp_lock":{"total_locked_pct":0,"status":"none"},"note":"Data-only verification pack from public explorers and simulators. Not advice.","composed_of":["contract-source-verified","token-honeypot","lp-lock-check"],"components":[{"name":"contract-source-verified","ok":true,"ms":900},{"name":"token-honeypot","ok":true,"ms":1700},{"name":"lp-lock-check","ok":true,"ms":1100}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}