Rug-Pull Pattern Detector-and-Auto-Exit 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
The Rug-Pull Pattern Detector-and-Auto-Exit Tool analyzes tokens for common rug-pull patterns and, if high risk is detected, provides a one-click emergency exit. You specify the token address and optionally a liquidity pool address. The tool checks for owner renunciation, holder concentration, proxy contracts, liquidity pool status, and other risk indicators. It displays a risk level (low, medium, or high) with detailed findings. If the risk is medium or high, an emergency exit button appears, allowing you to transfer your tokens to a safe wallet and revoke approvals in a single transaction.
HOW TO USE
Connect your EVM wallet and select your network. Enter the token address you want to analyze. Optionally provide the liquidity pool address — if left blank, the tool will try to auto-detect it. Click "Detect rug-pull patterns" to run the analysis. The tool will display the token details, your balance, ownership status, detected risk patterns, and an overall risk level. If the risk level is medium or high, an "Execute emergency exit" button will appear. Click it to transfer your tokens to a safe wallet and revoke approvals. Progress is shown in real-time, and gas costs are calculated accurately using effectiveGasPrice.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The tool performs multiple on-chain checks to identify rug-pull patterns. It reads the token's owner() to check if ownership has been renounced (owner set to zero address). It calculates holder concentration by comparing your balance to the total supply. It checks for proxy contracts by analyzing the bytecode length — proxies typically have longer code due to delegation logic. If a liquidity pool address is provided, it queries reserves to determine if the pool still has liquidity. The tool also checks for blacklisted addresses and high tax patterns (simplified). Each risk factor contributes to an overall risk score. The emergency exit function transfers the user's token balance to a pre-configured safe wallet and revokes all allowances using approve(address, 0). This provides a rapid response mechanism to protect funds during a rug-pull event.
WHAT IT CANNOT SEE
The tool cannot guarantee detection of all rug-pull patterns or prevent front-running. It does not analyze the full contract code for malicious functions, detect hidden backdoors, or identify social engineering attacks. It cannot predict when a rug-pull will occur or prevent already-executed malicious transactions. It does not detect off-chain signals or analyze the token's team or community. The tool also cannot recover funds if the token has already been drained or if the exit transaction is front-run.
PLEASE NOTE
This tool is EVM-only and supports Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and Base. It does not support Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. The emergency exit action transfers all tokens to a safe wallet — ensure you have configured a safe wallet address. This tool is for emergency use only and does not guarantee fund recovery. Always verify the token contract address before analyzing. The tool is provided free and as-is; users assume full responsibility for their security decisions and understanding of the risks.