Reward Token Auto-Compound 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-Compound Tool watches the current Yearn vault page for the vault address, reads the user's current vault share balance and earned rewards, monitors current APY and gas prices, calculates the optimal compounding frequency and gas cost vs. reward value, and displays a compound plan with estimated returns over time. The tool extracts the vault address from the URL, queries the vault contract for the user's share balance via balanceOf, reads pricePerShare to calculate the underlying token value, fetches the underlying token address and decimals, reads current gas prices from the network, and estimates the current APY from the vault's strategy or performance data. It then calculates daily, weekly, monthly, and yearly earnings projections, computes the gas cost of a compound transaction, determines the compound efficiency ratio (reward value vs gas cost), and evaluates whether compounding is worthwhile based on user-defined thresholds and strategy preferences.
WHERE IT RUNS
The tool runs as a panel inside your browser on Yearn vault pages at https://app.yearn.fi/vault/*. It works on any Yearn vault page where the vault address is visible in the URL path. 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 Yearn vault page where you hold positions, and open the Reward Token Auto-Compound Tool panel. Set your minimum compound value threshold in USD (default $100) to avoid compounding small positions where gas costs outweigh rewards. Set your maximum acceptable gas cost in ETH (default 0.005). Select your preferred compounding strategy — Aggressive, Balanced, or Conservative — which adjusts the assumed APY and compounding frequency. Toggle "Auto-analyze on page load" if you want the tool to run automatically when you open the panel. Click "Analyze Compound Plan" — the tool reads the vault address from the URL, queries your wallet for your vault position and value, reads current gas prices, calculates earnings projections and compound efficiency, and displays a complete compound plan with clear recommendations. Review the results and execute manually through the Yearn interface using the recommended parameters.
MECHANISM — VAULT POSITION ANALYSIS WITH COMPOUND EFFICIENCY MODELING
This tool uses a vault position analysis engine that models compound efficiency across different market conditions. The system first extracts the vault address from the page URL, then uses ethers to create a Web3Provider connected to window.ethereum. It queries the vault contract using balanceOf to read the user's share balance, token() to get the underlying token address, decimals() to determine token precision, and pricePerShare() to calculate the conversion rate from shares to underlying tokens. The tool reads current gas prices from the network via getGasPrice() and estimates total gas costs for a compound transaction based on standard vault interaction complexity. It projects earnings using the current APY (estimated from vault strategy performance or user-selectable strategy APYs), calculates daily, weekly, monthly, and yearly returns, and computes the compound efficiency ratio by comparing the value that would be earned over a month against the gas cost of a single compound transaction. The system also validates the position value against the minimum threshold and gas cost against the maximum acceptable, providing a clear compound/don't compound recommendation with supporting metrics.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the Yearn interface. It includes per-site position memory, so the panel returns to your preferred location each time you visit a vault 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 vault management 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 compound transactions automatically. The tool cannot guarantee that the calculated APY remains constant due to changing market conditions. It cannot account for protocol fee changes or strategy shifts during the compound window. It cannot read private vault performance data not exposed on-chain. It cannot predict optimal compound timing based on future gas price movements. 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 projections and parameters directly on-chain before executing any transactions.