Multi-Chain Delegate Performance Comparator
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
This tool connects to your EVM wallet and compares delegate performance across multiple governance protocols and DAOs on different EVM chains. It fetches key metrics for each delegate address you specify, including voting power, proposal participation rates, and proposal success rates. The tool aggregates data from protocols such as Uniswap, Aave, Compound, and other governance frameworks, presenting a side-by-side comparison of delegate effectiveness. Each delegate is evaluated across all configured protocols, with results displayed in a clear, comparative format.
HOW TO USE
Connect your Web3 wallet using the Connect button. In the Protocol Configurations textarea, enter each governance protocol you want to query in the format name:contract:chain—one per line. For example, "Uniswap:0x408ed6354d4973f66138C91495F2f2FCbd8724C3:1" for Uniswap on Ethereum mainnet or "Aave:0xEC568fffba86c094cf06b22134B23074DFE2252c:137" for Aave on Polygon. In the Delegate Address(es) textarea, enter the delegate addresses you wish to compare, one per line. Click "Compare Delegates" to fetch and display performance metrics. Results appear in the Results card with a summary of delegates compared, total voting power, and average proposal success rate, followed by a detailed breakdown for each delegate across all protocols.
TECHNICAL MECHANISM: MULTI-PROTOCOL DELEGATE METRICS AGGREGATION
The tool uses ethers.js to interact with governance protocol contracts through a tiered function detection system. For voting power, it attempts getVotes(address), falls back to votingPower(address), and then votes(address) as a last resort. For success rate, it attempts delegateInfo(address) which returns total proposals and passed proposals, calculating a percentage. Each delegate is queried against every configured protocol contract, with results aggregated into a unified view. All data is fetched through the connected provider, with proper error handling ensuring that a failure on one protocol does not halt the entire comparison. Raw BigNumber values are parsed to human-readable format using ethers.utils.formatEther for voting power.
WHAT IT CANNOT SEE
This tool cannot evaluate off-chain delegate influence, qualitative performance, or reputation beyond on-chain activity. It cannot predict future voting behavior, proposal outcomes, or delegate strategy. It cannot verify delegate identity—an address may represent a person, organization, or bot, and the tool cannot distinguish between them. It cannot access off-chain proposal discussions, social signals, or community sentiment. The tool relies on protocol-specific governance interfaces and may not support all DAO structures—if a protocol uses a non-standard interface, delegate data may not be detected. It cannot access historical voting records that are not exposed through standard view functions.
PLEASE NOTE
This is a read-only tool—it never signs transactions or requests write permissions. All data is fetched on-demand and stored only in memory; nothing is persisted across page reloads. The tool supports EVM chains only—Ethereum, Polygon, BSC, Arbitrum, Optimism, Avalanche, Base, and Fantom. Always verify that the contract addresses you enter are correct and correspond to the governance protocols you intend to query. The example addresses shown are placeholders—replace them with actual contract addresses from the respective protocols.