$ man lp-lock-check
/lp-lock-check(1)
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
lp-lock-check — lp lock check / liquidity-lock auditor / unicrypt + team finance + burn-address detection
SYNOPSIS
POST https://x402.org/v1/lp-lock-check
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.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.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| lp_token_address | string | 0x-prefixed 20-byte LP token (Uniswap V2 pair) address. | required |
| chain | string | EVM chain. Default 'base'. enum: base · ethereum · polygon · arbitrum · optimism | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| lp_token | string | LP token contract address that was audited. |
| chain | string | Chain the LP token lives on (ethereum or base). |
| total_supply | string | Total supply of the LP token, as a decimal string. |
| lockers | string | Per-locker breakdown showing balances held by Unicrypt v2, Team Finance, and burn addresses. |
| total_locked_pct | string | Combined percentage of LP supply held across all lockers and burn addresses. |
| status | string | Verdict bucket: locked (>=95%), partial (1-95%), or none (<1%). |
| source | string | On-chain contract calls used to compute the balances (no third-party API). |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/lp-lock-check \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the lp-lock-check tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-marketdefiliquidity-lockrug-pull-detectionunicryptteam-financeuniswap-v2lp-lock-check
- methods
- POST
- cluster
- edgemarket
- price
- $0.01 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| contract-source | Verified contract source code / Etherscan source / contract ABI fetcher / Solidity source lookup. | $0.01 |
| contract-source-verified | Verified contract source code / Etherscan source / Basescan ABI / Solidity source lookup / contract verification check / ABI fetcher / Et… | $0.01 |
| dex-liquidity-depth | DEX liquidity depth / pool TVL aggregator / total liquidity per token / on-chain liquidity audit. | $0.01 |
| eth-logs | eth_getLogs / on-chain event logs / EVM event reader / Transfer event scan / ERC20 Transfer logs / NFT mint logs / DEX swap events / mult… | $0.01 |
| nft-floor | NFT collection floor + recent sales via Reservoir. | $0.01 |
| agent-card-resolve | Agent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch… | $0.005 |
| arbitrage-spread | Cross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator. | $0.005 |
| basename-resolve | Basename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution. | $0.005 |
SEE ALSO