Reward Token Auto-Sell 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
Reward Token Auto-Sell Tool watches the current Uniswap page for the reward token address being traded, reads the user's balance of that token via balanceOf call, monitors the current token price and liquidity depth, calculates the optimal sell amount and timing based on price impact and gas costs, and provides a one-click sell execution plan with estimated output and route selection. The tool extracts the token address from the page URL, queries the token contract for the user's balance, decimals, and symbol, reads current gas prices from the network, estimates the token's price and liquidity from the Uniswap pool, calculates price impact for different sell sizes, and evaluates whether the current market conditions make selling profitable. It then generates a complete execution plan including recommended route, slippage tolerance, gas cost estimate, and expected output in USD.
WHERE IT RUNS
The tool runs as a panel inside your browser on Uniswap token pages at https://app.uniswap.org/* where a token address is present in the URL or DOM. It works on any Uniswap swap page, pool page, or token detail page where the token address can be detected. The tool connects directly to your real EVM wallet extension (MetaMask, WalletConnect, or any wallet injecting window.ethereum) to read on-chain data via eth_call. No data is sent to any external server — all reads happen directly from the Ethereum blockchain through your wallet provider.
HOW TO USE
Install the BotGentz extension, navigate to any Uniswap page showing a reward token, and open the Reward Token Auto-Sell Tool panel. Set your minimum sell threshold in USD (default $50) to avoid selling small amounts that aren't worth the gas cost. Set your maximum slippage tolerance percentage (default 1.0%). Select your preferred DEX route — Uniswap V2, Uniswap V3, or Auto for automatic route selection. Set your maximum acceptable gas price in Gwei. Toggle "Auto-confirm before execution" to require manual confirmation before any simulated execution. Click "Analyze Token" — the tool reads the token address from the page, queries your wallet for your token balance, reads current market conditions, calculates price impact and profitability, and displays a complete sell plan with clear recommendations. Review the results and execute manually through the Uniswap interface using the recommended parameters.
MECHANISM — TOKEN BALANCE AND LIQUIDITY ANALYSIS WITH PRICE IMPACT MODELING
This tool uses a token balance and liquidity analysis engine that models sell execution across different market conditions. The system first extracts the token address from the page URL, then uses ethers to create a Web3Provider connected to window.ethereum. It queries the token contract using balanceOf to read the user's token balance, decimals() to determine token precision, and symbol() to identify the token. It reads current gas prices from the network via getGasPrice() and estimates total gas costs based on standard Uniswap swap transaction complexity. Price and liquidity information is inferred from pool data visible on the page or estimated from token metrics. The tool then performs a price impact analysis: it calculates the slippage that would result from selling the full balance, estimates the output amount in USD, and evaluates profitability by comparing the estimated output against the gas cost. The system also compares current gas prices against the user's configured maximum, and checks whether the estimated output meets the minimum threshold, providing a clear sell/don't sell recommendation.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the Uniswap interface. It includes per-site position memory, so the panel returns to your preferred location each time you visit a token page. Snap-to-edge functionality lets you dock the panel to any side of the browser window. The panel collapses to a compact icon when not in use and expands with a single click. You can resize it to your preferred dimensions, and pressing the Escape key instantly closes the panel. All interactions are smooth and intuitive, designed to work alongside your trading workflow.
PLEASE NOTE
This tool requires the free BotGentz extension and a real EVM wallet extension (such as MetaMask) already installed in your browser. EVM chains only — currently supports Ethereum mainnet and compatible networks. This is an analysis and planning tool only — it does not execute sell transactions automatically. The tool cannot guarantee that the quoted price remains available at execution time due to price movement. It cannot account for MEV extraction or front-running during the transaction. It cannot detect if the token is a honeypot or has transfer restrictions. It cannot read private mempool data to assess competition for the same trade. It cannot execute batch sells or complex multi-hop routes that require approval approvals. All blockchain reads are performed directly through your wallet provider; no data is stored or transmitted beyond your browser. Websites change their layouts and content structures regularly; while we continuously update the extraction logic, some pages may require script updates. Always verify all token details and market conditions directly on-chain before executing any transactions.