Emergency Exit Helper Tool
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
Emergency Exit Helper Tool is a DeFi tool that watches the page for positions at risk of liquidation, emergency withdrawal buttons, or rescue interfaces, then analyzes the user's current portfolio status, calculates the urgency level based on liquidation price proximity, and displays a prominent emergency exit overlay with one-click action buttons to withdraw, repay, or reduce position size to avoid liquidation. It scans the page for position details, calculates liquidation risk based on health factor and price proximity, provides a risk level assessment, and shows estimated costs for each emergency action.
WHERE IT RUNS
This tool operates as a panel within the BotGentz browser extension, available for Chrome, Firefox, Edge, and Brave. It works on any webpage displaying positions at risk of liquidation, emergency withdrawal buttons, or rescue interfaces. Common sources include lending platforms (Aave, Compound), margin trading platforms, and DeFi positions pages.
HOW TO USE
Navigate to any page where you have a position at risk of liquidation. Open the BotGentz extension and select Emergency Exit Helper Tool from the tool menu. The panel will appear on the side of your browser. Click the "Connect Wallet" button to connect your EVM wallet. Click the "Analyze & Show Emergency Options" button to detect position details and calculate liquidation risk. If risk is detected, a prominent emergency exit overlay will appear showing your position details, risk level, and one-click action buttons. Click the appropriate action button (Withdraw, Repay, Reduce, or Sell) to execute the emergency action. You can customize the risk alert threshold and enable auto-detection in the settings.
TECHNICAL SECTION — LIQUIDATION RISK DETECTION AND EMERGENCY EXIT
This tool uses a multi-stage pipeline to detect liquidation risk and provide emergency exits. First, it scans the page DOM for position details including collateral amount, debt amount, liquidation price, current price, health factor, and position size using regex patterns and DOM traversal. Second, it calculates the liquidation risk level based on health factor (if available) and the distance between current price and liquidation price. Health factor below 1.1 triggers critical risk, below 1.2 triggers high risk, below 1.5 triggers medium risk. Price distance less than 5% from liquidation price triggers immediate risk. Third, it identifies emergency action buttons on the page (withdraw, repay, reduce, close, sell) by scanning for button text and class names. Fourth, it displays a prominent emergency exit overlay showing position details, risk level (color-coded), urgency, and one-click action buttons. Fifth, when the user clicks an action button, the tool triggers the corresponding page button click to execute the emergency action.
THE PANEL
The side panel is designed for seamless integration into your browsing workflow. You can drag it to either side of the window, and it remembers your preferred position per website. It supports snap-to-edge behavior and can be collapsed to a small tab for minimal distraction. The panel is resizable horizontally and vertically, with a minimum width of 280px and maximum of 600px. Pressing the Escape key closes the panel. All settings are saved locally.
PLEASE NOTE
This tool requires the free BotGentz extension and a real EVM wallet extension (such as MetaMask) already installed in your browser. It works with EVM-compatible chains (Ethereum, Polygon, Arbitrum, Optimism, etc.). Cannot guarantee execution before liquidation in extreme market conditions. Relies on the page exposing position details in a detectable format. Some platforms may not expose liquidation prices or health factors in the DOM. Cannot predict sudden price movements that trigger liquidation before the action completes. Requires the page to have a consistent UI pattern for emergency actions. Websites change their position page formats frequently, and extraction scripts may need periodic updates. This tool does not store or transmit page content except for the address and gas queries sent to the EVM network. No browsing history or personal data is collected or retained.