Liquidity Pool Analyzer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Liquidity Pool Analyzer is a read-only DeFi tool that inspects liquidity pools on EVM-compatible chains. It retrieves pair reserves, token balances, LP token supply, price oracles, historical swap events, fee tiers, liquidity depth, token decimals, volume data, and holder distribution. The tool detects both Uniswap V2 and V3 pools, extracts reserve data, calculates current prices, estimates total value locked, and displays recent swap activity. All analysis is performed directly from on-chain data without requiring any signatures or transactions.
HOW TO USE
Paste any liquidity pool address into the input field and click Analyze Pool. The tool automatically detects whether the pool is Uniswap V2 or V3 compatible and fetches all relevant data. Results include token symbols, reserve amounts, current price, fee tier, estimated TVL, and recent swap event counts. Each metric is clearly labeled and displayed in a structured format. The tool works with any Uniswap-style pool that implements standard interfaces.
ADAPTIVE LOG-CHUNKING WITH BACKOFF
Public RPC providers enforce wildly different eth_getLogs block range limits — some allow 10,000 blocks, others cap at 1,000, and many reject requests that exceed their internal buffer. Instead of guessing a safe range and failing on the first rejection, this analyzer walks backwards from the latest block in exponentially decaying chunks. When a request is rejected, the chunk size is halved and retried immediately. This guarantees that swap event queries complete on any provider without overwhelming the endpoint, and without giving up after a single refusal. The same backoff strategy is applied to all RPC calls, ensuring the analyzer works reliably even on congested networks or rate-limited endpoints.
WHAT IT CANNOT SEE
This tool cannot estimate impermanent loss precisely without full historical price data across all trading pairs. It cannot detect off-chain liquidity or cross-chain positions. It cannot predict future fees or volume. It cannot verify the security or solvency of third-party protocols. The analyzer does not detect flash loan attacks, sandwich attacks, or other malicious trading patterns. It provides only current state and recent event counts, not historical trends or projections.
PLEASE NOTE
EVM ONLY. Supports all Ethereum-compatible networks (Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and others). No Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. Always verify pool addresses through official protocol