Smart Money Wallet Tracker Overlay
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
Smart Money Wallet Tracker Overlay watches the current page for specified smart money wallet addresses, reads their current balances, recent transaction activity, and portfolio composition from the blockchain via eth_call at regular intervals, and displays an overlay with real-time data including balance changes, recent trades, and profit/loss estimates. It helps you track the activity of influential wallets and understand market-moving trends.
WHERE IT RUNS
This tool operates as a userscript within the BotGentz extension framework, running directly in your browser on any website. It works on any EVM-compatible blockchain page—Ethereum, Polygon, Arbitrum, Optimism, and more—where wallet addresses and tokens exist. The tool integrates seamlessly into your workflow, appearing as a draggable panel that stays accessible as you monitor smart money activity.
HOW TO USE
Enter the smart money wallet addresses (or ENS names) you want to track in the "Smart Wallet Setup" section (comma-separated). Optionally, add token addresses to monitor in the portfolio. Configure your tracker settings: set the refresh interval and toggle desktop notifications on or off. Click "Start Tracking" to connect your real wallet extension, which will begin reading smart wallet data at your specified interval. The panel displays each wallet's balance, transaction count, and token holdings. Use "Refresh Now" for an immediate update, "Clear History" to reset balance tracking, or "Stop Tracking" to disconnect.
TECHNICAL OPERATION
Smart Money Wallet Tracker Overlay uses raw JSON-RPC calls via window.ethereum.request() to interact with the blockchain—no external library required for basic operations. It loads ethers at runtime using a simple script tag injection for ABI encoding and contract interactions. The tool resolves ENS names to addresses when provided. It reads native token balances using provider.getBalance, transaction counts via eth_getTransactionCount, and ERC-20 token balances using the balanceOf view function. The tool stores previous balances and calculates percentage changes to detect significant movements. It displays a real-time overlay with each wallet's current ETH balance, transaction count, and tracked token holdings. When a significant balance change is detected (over 10%), it triggers a desktop notification and panel flash. The tool uses setInterval for automatic refreshes based on the user-defined interval.
THE PANEL
The Smart Money Wallet Tracker Overlay panel is fully draggable and remembers its position between sessions using GM_setValue. It snaps to the edge of the viewport for a clean interface and can be collapsed to a small icon when not in use. The panel is resizable to accommodate longer content. Press Escape to quickly close or collapse the panel. The design is optimized for productivity with a dark theme, clear visual hierarchy, and responsive controls that adapt to your workflow.
PLEASE NOTE
This tool requires the free BotGentz extension installed in your browser and a real EVM wallet extension (MetaMask, Rabby, etc.) already installed. EVM chains only—this does not work on non-EVM blockchains. The tool cannot detect off-chain wallet activity, cannot read private transaction data, cannot track cross-chain movements, cannot determine if a wallet is actively managed, and cannot predict future trades or movements. No private keys are stored or transmitted—all data is read-only from the blockchain. Always verify the smart wallet addresses before starting tracking.