Options Exercise Reminder 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
Options Exercise Reminder Tool watches the current options trading page for the user's wallet address and open position, reads the user's option position data (strike price, expiry timestamp, option type, size, exercise status) from the options contract on-chain, identifies options that are in-the-money and have not been exercised, calculates the profit if exercised, monitors for approaching expiry, and displays alerts with exercise recommendations, profit calculations, and timing recommendations when options are ready to be exercised. The tool connects to the user's wallet via window.ethereum, reads the user's option position data from the options contract, determines if the option is in-the-money based on the current underlying price, calculates the intrinsic value and potential profit, checks if the option has already been exercised, and triggers alerts when profitable options are approaching expiry.
WHERE IT RUNS
The tool runs as a panel inside your browser on options trading pages at https://app.gmx.io/* and https://app.ribbon.finance/*. It works on GMX and Ribbon options pages where the user has an open position. 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 GMX or Ribbon, open an options position, and open the Options Exercise Reminder Tool panel. Set your minimum profit threshold in USD (default $50) — the tool will only recommend exercising options with profit exceeding this amount. Set your exercise reminder threshold in hours (default 6) — the tool will send urgent alerts when profitable options are within this many hours of expiry. Select your monitoring interval from the dropdown — 15, 30, 60, or 120 seconds. Choose your alert preference — Panel only, Browser notification, or Both. Toggle "Auto-check on page load" if you want the tool to analyze automatically when you open the panel. Click "Check Exercise" — the tool reads your option position data from the options contract, determines if the option is in-the-money, calculates the intrinsic value and potential profit, checks the exercise status, and displays a comprehensive exercise analysis with recommendations. When profitable options are approaching expiry, the tool triggers alerts with profit calculations and urgency levels. The exercise monitor updates automatically at your chosen interval. Click "Refresh" to manually update the exercise status.
MECHANISM — OPTIONS EXERCISE ANALYSIS WITH PROFIT CALCULATION AND URGENCY DETECTION
This tool uses an options exercise analysis engine that identifies profitable exercise opportunities and tracks expiry urgency. The system first connects to window.ethereum and requests the user's wallet address. It detects the protocol from the page URL (GMX or Ribbon) to determine the appropriate options contract ABI and data structure. The tool reads the user's option position data (strike price, expiry timestamp, option type, size, exercise status) from the options contract via eth_call. It reads the current underlying price from the price oracle and calculates the intrinsic value using the formula: (CALL: max(price - strike, 0); PUT: max(strike - price, 0)) * size. The urgency classification uses a multi-tier system: URGENT (profitable and remaining time ≤ reminder threshold), RECOMMENDED (profitable and remaining time > reminder threshold), BELOW THRESHOLD (profitable but below profit threshold), or NO ACTION (not profitable or already exercised). Recommendations are generated based on the urgency, helping users exercise their options before expiry.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the options 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 options 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 a monitoring and alert tool only — it does not execute exercise transactions automatically. The tool cannot guarantee that the displayed profit or option status matches the exact moment of execution due to price changes. It cannot account for transaction fees or gas costs. It cannot read option data from protocols other than GMX or Ribbon. It cannot predict price movements or exercise timing. It cannot read private wallet information or trading 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 option details, profit calculations, and exercise deadlines independently before taking any action based on the dashboard.