{"name":"lp-lock-check","description":"LP lock check / liquidity-lock auditor / Unicrypt + Team Finance + burn-address detection. For any LP token (Uniswap V2-shaped) on Ethereum or Base, reports the % of supply held by the canonical LP-locker contracts (Unicrypt v2, Team Finance) plus burn addresses (0x0, 0xdead). Returns a verdict of locked (≥95%), partial (1-95%), or none. Useful for detecting rug-pull risk before swapping into a new pair.","price":"$0.01","method":"POST","input_schema":{"properties":{"lp_token_address":{"type":"string","description":"0x-prefixed 20-byte LP token (Uniswap V2 pair) address."},"chain":{"type":"string","enum":["base","ethereum","polygon","arbitrum","optimism"],"description":"EVM chain. Default 'base'."}},"required":["lp_token_address"]},"input_example":{"lp_token_address":"0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640","chain":"ethereum"},"output_example":{"lp_token":"0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640","chain":"ethereum","total_supply":"13412334","lockers":[{"name":"Unicrypt v2","address":"0x663A5C229c09b049E36dCc11a9B0d4a8Eb9db214","locked_pct":87.2143},{"name":"Burn (0xdead)","address":"0x000000000000000000000000000000000000dEaD","locked_pct":4.32}],"total_locked_pct":91.5343,"status":"partial","source":"https://etherscan.io"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}