On-Chain Tipping Quick-Send 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
On-Chain Tipping Quick-Send Tool watches the current Twitter/X page for the user's wallet address and recipient addresses, reads the user's token balances and gas price from the blockchain, calculates the optimal tip amount based on user's balance and gas costs, detects tip request patterns from the page (e.g., wallet addresses in bios or tweets), and displays alerts with suggested tip amounts, recipient details, and execution recommendations when tipping opportunities are detected. The tool connects to the user's wallet via window.ethereum, scans the page for wallet addresses, reads the user's token balance, calculates the optimal tip amount based on balance and gas costs, and provides recommendations for sending tips to detected addresses.
WHERE IT RUNS
The tool runs as a panel inside your browser on Twitter/X pages at https://twitter.com/* and https://x.com/*. It works on any Twitter/X page where wallet addresses may be displayed, such as user bios, tweets, or profile descriptions. 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 Twitter/X with your wallet connected, and open the On-Chain Tipping Quick-Send Tool panel. Set your default tip amount in USD (default $5) — the tool will suggest this amount for each detected address. Select your preferred tip token from the dropdown — ETH, USDC, USDT, or DAI. 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 "Scan Tipping" — the tool scans the page for wallet addresses, reads your token balance, calculates the optimal tip amount, checks if you have sufficient balance, and displays a comprehensive analysis with tipping recommendations. When tipping opportunities are detected, the tool triggers alerts with suggested tip amounts and recipient details. Click "Refresh" to manually update the tipping scan.
MECHANISM — TIPPING OPPORTUNITY DETECTION WITH BALANCE AND GAS ANALYSIS
This tool uses a tipping opportunity detection engine that identifies potential tip recipients and calculates appropriate tip amounts. The system first connects to window.ethereum and requests the user's wallet address. It scans the page DOM for wallet addresses using pattern matching for Ethereum addresses (0x...), searching in user bios, tweet content, and profile descriptions. The tool reads the user's token balance via eth_call and fetches current gas prices via eth_gasPrice. It calculates the optimal tip amount using the formula: tipAmount = defaultTipUsd / tokenPrice, then checks if the user has sufficient balance to cover the tip plus estimated gas costs. The urgency classification uses a multi-tier system: READY (sufficient balance and address not owned by user), OWN ADDRESS (address belongs to user), or INSUFFICIENT BALANCE (not enough funds). Recommendations are generated based on the balance check, helping users quickly send tips to detected addresses.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the Twitter/X interface. It includes per-site position memory, so the panel returns to your preferred location each time you visit the platform. 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 social media 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 tip transactions automatically. The tool cannot guarantee that the displayed wallet address is the intended recipient. It cannot account for gas price changes during execution. It cannot read wallet addresses that are not visible on the page. It cannot verify recipient identity or reputation. It cannot read private wallet information or tipping 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 recipient addresses and tip amounts independently before sending any transactions based on the alerts.