This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

DEX Liquidity Removal Alert

Trading · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryTrading
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

WHAT IT DOES

DEX Liquidity Removal Alert is a critical risk management tool that monitors DEX liquidity pools and alerts you when liquidity is being removed—a common precursor to rug pulls and exit scams. When you're viewing any token on a supported DEX (Uniswap, SushiSwap, 1inch, Curve, Balancer, or DexGuru), the tool continuously tracks total liquidity in the pool via periodic eth_call to the pool contract (getReserves, totalSupply). It detects significant drops in liquidity that indicate removal events, displaying current liquidity, liquidity change percentage, historical liquidity charts, and alert status. The tool calculates the estimated impact on price and provides a risk assessment (Safe, Low, Medium, High, Critical) for holding the token. When liquidity drops below a configurable threshold or a large removal is detected, the tool sends a desktop notification and provides a "Sell" button to quickly exit the position. Auto-sell capability is available for immediate emergency exits. All liquidity history is tracked for visual monitoring and performance review.

WHERE IT RUNS

This overlay operates on major DEX platforms including Uniswap (app.uniswap.org, uniswap.org), SushiSwap (sushi.com), 1inch (1inch.io), Curve (curve.fi), Balancer (balancer.fi), and DexGuru (dex.guru). It works in any browser that supports the BotGentz extension framework and has an EVM-compatible wallet extension installed. The panel activates automatically when you're on a supported DEX page with a token address.

HOW TO USE

Install the extension and connect your wallet. Navigate to any supported DEX or token page. The tool automatically detects the token and begins monitoring pool liquidity. Configure your settings: set the liquidity change alert threshold (default 20%)—the tool alerts when liquidity changes beyond this percentage; set the minimum liquidity threshold (default 1 ETH) for critical alerts; set the monitoring interval (default 10 seconds); enable auto-sell for automatic emergency exits; and toggle notifications. The panel displays current liquidity, change percentage, historical averages, and risk assessment. When a significant liquidity removal is detected, the tool sends a notification and displays a "Sell Token" button. Click "Sell Token" to execute an emergency sell of your entire position, or enable auto-sell to automate this process. Use the "Refresh" button to manually update data, "Save Settings" to apply changes, and "Copy Report" to export a summary. The tool provides a text-based historical liquidity chart for visual monitoring.

MECHANISM: CONTINUOUS LIQUIDITY MONITORING WITH RESERVE QUERYING AND RISK ASSESSMENT

The extension implements a continuous liquidity monitoring system using eth_call to query pool reserves at configurable intervals. For each pool, the tool calls getReserves() (or getPoolTokens for Balancer, or get_virtual_price for Curve) to fetch the current reserves, then calculates total liquidity as the sum of both reserves. The tool stores each reading in local history using GM_setValue, building a time-series dataset for analysis. The liquidity change percentage is calculated as ((current_liquidity - previous_liquidity) / previous_liquidity) * 100, with the previous value updated each interval. The risk assessment engine evaluates four factors: (1) the liquidity change percentage against the configured threshold, (2) the current liquidity against the minimum threshold, (3) the rate of change over the last 5 readings, and (4) the deviation from the historical average. If the change exceeds the threshold or liquidity falls below the minimum, the tool triggers a notification. The emergency sell execution uses ethers.js loaded at runtime to construct a swap transaction via the DEX router—calling swapExactTokensForETH or swapExactTokensForTokens to sell the entire token balance. The auto-sell feature automatically executes this transaction when critical risk is detected, with a 2-second delay to allow for manual override. All liquidity history is stored locally, with automatic pruning to maintain performance.

THE PANEL

The overlay panel is fully draggable via its title bar and remembers its position per-site using GM_setValue. It snaps to the nearest edge when dragged within 40px of any screen boundary. The panel includes clear sections for liquidity monitor (DEX name, chain, wallet address, gas price, token address), pool metrics (current liquidity, change percentage with color coding, average liquidity, max, min, and risk status), risk assessment (status message with color-coded risk level—Safe green, Low yellow, Medium orange, High red, Critical dark red), liquidity history (text-based chart showing the last 10 readings with visual bars, and recent readings with timestamps), settings (alert threshold input, min liquidity input, monitoring interval input, auto-sell toggle, notification toggle), and action buttons (Refresh, Save Settings, Copy Report, Clear History). The change percentage is color-coded—green for positive, yellow for small negative, red for significant negative. The risk status prominently displays the current risk level with an appropriate message. Pressing Escape temporarily dismisses the panel until you navigate to a new DEX page or manually reactivate.

PLEASE NOTE

This extension requires the free BotGentz framework extension to be installed and active. You must also have a real EVM-compatible wallet extension (such as MetaMask, WalletConnect, Coinbase Wallet, or Rabby) already installed in your browser—the overlay uses your wallet's RPC provider for eth_call queries and to send swap transactions. This tool sends real on-chain transactions when executing emergency sells—each sale costs gas and executes a market swap. The tool cannot detect liquidity removal events that happen while the page is closed or navigated away; depends on DEX price feeds which may be manipulated or delayed; cannot detect liquidity removal that occurs via non-standard mechanisms; does not support non-EVM chains where DEX interfaces differ; cannot verify if liquidity removal is legitimate or malicious; cannot distinguish between liquidity removal and natural price movement; does not support pools with complex fee structures; monitoring interval may miss rapid events; and cannot guarantee execution at the exact price due to slippage. No private keys, wallet balances, browsing history, or position data are ever collected, transmitted, or stored outside your local browser—all data is stored locally using GM_setValue. This tool is for risk monitoring only—it cannot prevent rug pulls or guarantee liquidity safety. Always verify token contracts independently and never invest more than you can afford to lose.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.