Crypto Exchange Web Fee Tier Progress Badge
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
Crypto Exchange Web Fee Tier Progress Badge scans the current page for cryptocurrency exchange fee tier data, extracting trading volume, fee tier names, maker/taker rates, and progress toward next tier from exchange web interfaces (Binance, Coinbase, Kraken, etc.). The floating panel shows current fee tier, progress to next tier with a visual progress bar, and fee savings at each tier. A comparison of fee rates across tiers is provided, with potential savings calculated from reaching higher tiers. 30-day trading volume is tracked, and one-click export of fee tier data as CSV or text is available for analysis. The best tier for different trading styles is highlighted.
WHERE IT RUNS
Works on any cryptocurrency exchange web interface, including Binance, Coinbase, Kraken, Bybit, OKX, and other trading platforms. The script detects fee tier data using common selectors and can also fall back to pattern matching on any page with structured volume and fee information. It works best on exchange fee and VIP dashboard pages.
HOW TO USE
The panel displays the current fee tier, 30-day trading volume, progress to the next tier with a progress bar, and current maker/taker fees. Click "Scan Fee Data" to detect all fee tier information from the current page. The tier comparison section shows all available tiers with their maker and taker rates, highlighting the current tier. If volume is available, potential savings from reaching the next tier are displayed. Export the fee data as text for tracking or analysis. The panel automatically scans on load if fee data is present.
MECHANISM — FEE TIER EXTRACTION WITH PROGRESS CALCULATION
The script uses a multi-strategy approach to extract fee tier data. It first attempts to find volume data using common selectors (.volume, .trading-volume). Fee tier information is extracted from tier selectors (.tier, .fee-tier), and maker/taker fees are parsed from fee rate elements. Using the detected exchange, the script matches the extracted data against a built-in fee tier database containing tier names, volume thresholds, and fee rates for major exchanges (Binance, Coinbase, Kraken). Progress to the next tier is calculated as the ratio of current volume to the next tier's volume threshold. The comparison table displays all tiers with their fee rates, and savings calculations compare current maker fees with the next tier's fees. All extraction and calculation runs client-side with no network calls.
THE PANEL
The floating panel is fully draggable and remembers its position per domain. Click the minimize button to collapse it to a small bubble, or press Escape to hide it. The panel automatically adjusts to different screen sizes and can be resized to show more content. All settings, including history and preferences, are saved per domain. The panel integrates smoothly with any page layout using the BGPanel framework, maintaining clean separation from page content.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not send any data to external servers; all extracted fee data and settings remain entirely local to your browser using GM_setValue. The script never reads password fields, hidden inputs, or file inputs. It stores only volume data, fee rates, and tier information from publicly visible exchange page content. Fee tier extraction depends on the page structure; if data is not detected, use the "Scan Fee Data" button to refresh extraction. The fee tier database includes major exchanges and is updated with common tier structures. Data persists across browser sessions and is isolated per browser profile.