Prediction Market Resolution Claim Helper
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
Prediction Market Resolution Claim Helper watches the current Polymarket market page for the user's wallet address and position, reads the user's claimable winnings from the market contract on-chain, calculates the total claimable amount and gas costs, identifies markets where the user has winnings to claim, determines the optimal claim timing based on gas prices and market conditions, and displays alerts with claimable amounts, estimated gas costs, and execution recommendations when winnings are available to claim. The tool connects to the user's wallet via window.ethereum, reads the user's claimable winnings from the conditional tokens contract, calculates the USD value of the claimable amount, estimates gas costs for the claim transaction, determines the net value after gas costs, compares against the configured threshold, and provides clear recommendations for claiming.
WHERE IT RUNS
The tool runs as a panel inside your browser on Polymarket pages at https://polymarket.com/*. It works on any Polymarket market page where the user has a position and the market has been resolved. 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 any Polymarket market page where you have a position, and open the Prediction Market Resolution Claim Helper panel. Set your minimum claim threshold in USD (default $10) — the tool will only recommend claiming when the net value exceeds this amount. Set your maximum acceptable gas price in Gwei (default 50). 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 Claims" — the tool reads your claimable winnings from the market contract, calculates the USD value, estimates gas costs, determines the net value, and displays a comprehensive analysis with recommendations. If winnings are available and profitable, the tool triggers alerts with the claimable amount and net value. Click "Refresh" to manually update the claim status.
MECHANISM — WINNINGS CLAIM ANALYSIS WITH GAS COST OPTIMIZATION
This tool uses a winnings claim analysis engine that evaluates the profitability of claiming resolved prediction market positions. The system first connects to window.ethereum and requests the user's wallet address. It extracts the market name from the page URL to identify the current market. The tool reads the user's claimable winnings from the conditional tokens contract via eth_call, using the appropriate claim function. It fetches current token prices to convert the claimable amount to USD. The gas cost for the claim transaction is estimated using the current gas price and a standard claim gas estimate (150,000 gas). The tool calculates the net value (claimable value minus gas cost) and compares it against the configured threshold. The recommendation algorithm checks four conditions: claimable amount > 0, net value > 0, net value ≥ threshold, and gas price ≤ max gas limit. Only when all conditions are met does the tool recommend claiming. This approach ensures users only claim winnings when it is profitable to do so.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the Polymarket interface. It includes per-site position memory, so the panel returns to your preferred location each time you visit a market 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 prediction market 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 a monitoring and alert tool only — it does not execute claim transactions automatically. The tool cannot guarantee that the displayed claimable amounts match the exact moment of execution due to on-chain latency. It cannot account for gas price changes during execution. It cannot read claim data from prediction markets other than Polymarket. It cannot verify if the market is finalized or if claims are allowed. It cannot predict future claim opportunities or changes. It cannot read private wallet information or claiming 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 claimable amounts, gas costs, and market finalization independently before taking any action based on the dashboard.