Dust Token Batch Seller
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
Dust Token Batch Seller watches the current page for the user's wallet address, reads the user's token balances from the blockchain via eth_call, identifies tokens with balances below a configurable dust threshold, calculates the estimated swap value for each dust token, estimates gas costs for selling each token, determines whether selling is profitable based on gas-to-value ratio, and displays a consolidated sell plan with token amounts, estimated values, gas costs, and execution recommendations. The tool connects to the user's wallet via window.ethereum, reads token balances for multiple tokens using the balanceOf function, calculates the USD value of each token balance, identifies tokens with value below the dust threshold, estimates gas costs for selling each token using the current gas price, calculates the net value after gas costs, and provides a prioritized sell plan focusing on the most profitable dust tokens first.
WHERE IT RUNS
The tool runs as a panel inside your browser on Uniswap pages at https://app.uniswap.org/*. It works on any Uniswap page where the user's wallet is connected. The tool connects to your real EVM wallet extension (MetaMask, WalletConnect, or any wallet injecting window.ethereum) to read on-chain data via eth_call and the ethers library loaded at runtime. No data is sent to any external server; all reads happen directly from the blockchain through your wallet provider.
HOW TO USE
Install the BotGentz extension, navigate to Uniswap, and open the Dust Token Batch Seller panel. Set your dust threshold in USD (default $5) — the tool will identify tokens with value below this amount. Set your minimum profit threshold in USD (default $1) — the tool will only recommend selling dust tokens with net value above this amount. Set your maximum acceptable gas price in Gwei (default 50). Toggle "Auto-check on page load" if you want the tool to analyze automatically when you open the panel. Click "Check Dust" — the tool connects to your wallet, reads your token balances for multiple tokens, calculates the USD value of each balance, identifies which tokens are below the dust threshold, estimates gas costs for selling each token, calculates the net value after gas, and displays a comprehensive sell plan with recommendations sorted by profitability. Review the output and use the recommendations for manual execution through the Uniswap interface.
MECHANISM — DUST TOKEN IDENTIFICATION WITH GAS COST OPTIMIZATION
This tool uses a dust token identification engine that evaluates token balances against configurable thresholds. The system first connects to window.ethereum and requests the user's wallet address. It reads token balances for a predefined list of common tokens using the balanceOf function on each token contract. The tool calculates the USD value of each token balance using a price estimation function. Tokens with a value below the dust threshold are flagged for potential sale. The gas cost for each sell transaction is estimated using the current gas price and a standard swap gas estimate (150,000 gas). The tool then calculates the net value (token value minus gas cost) and determines whether the sale is profitable based on the minimum profit threshold. The sell plan prioritizes tokens with the highest net value, ensuring users get the most value from their dust tokens while minimizing gas costs. This approach helps users clean up their wallet balances without losing money to gas fees.
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 the exchange. 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. This is an analysis and planning tool only — it does not execute sell transactions automatically. The tool cannot guarantee that the displayed token prices remain stable at execution time. It cannot guarantee that the user has sufficient ETH for gas costs. It cannot account for slippage or price impact during execution. It cannot read token balances from wallets without user permission. It cannot detect tokens that require specific approvals before selling. It cannot predict future price movements or optimal selling timing. It cannot read private wallet information or selling intentions. 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 balances, prices, and gas costs independently before executing any transactions.