Reputation Tracker
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
Reputation Tracker gives DeFi protocols, lenders, and users real-time insight into on-chain reputation based on wallet activity and DeFi behavior. It reads live on-chain data including wallet transaction history, DeFi protocol interactions, lending positions, repayment records, collateral management, and protocol-specific reputation scores. The tool analyzes transaction volume, protocol diversity, lending activity, repayment rates, and collateral management to generate a reputation score from 0-100 with tier ratings (High/Good/Medium/Low). The score helps assess trustworthiness and risk for lending, borrowing, and protocol participation.
HOW TO USE
Connect your EVM wallet (optional—the tool can work in read-only mode). Enter the wallet address to evaluate and optionally a protocol address for protocol-specific reputation. Click "Track reputation" to fetch current data from the chain. The tool displays the reputation score, tier, total transactions, DeFi protocols used, lending positions, repayment history, average collateral ratio, and protocol-specific reputation. A visual dashboard shows the score, tier, and component breakdown with color-coded indicators.
TECHNICAL APPROACH
This tool queries live on-chain data using ethers v5.7.2 with robust chunking and retry logic to handle RPC limits. It fetches transfer events for the target address using getLogs() with automatic chunk size halving on failure—starting at 50,000 blocks and reducing by half on each retry, up to 5 attempts. This ensures the tool works across public RPCs with varying block range caps. The tool analyzes transaction activity, protocol diversity, lending positions, repayment history, and collateral management to compute a weighted reputation score. Components include transaction activity (35 points), protocol diversity (20 points), lending positions (15 points), repayment history (15 points), collateral management (10 points), and a bonus for protocol diversity (5 points). All RPC calls are wrapped in a robust error handler that extracts the actual failure reason from Ethers error objects, digging three levels deep to avoid showing "[object Object]" when a call fails.
WHAT IT CANNOT SEE
This tool cannot account for off-chain reputation or identity verification. It cannot predict future behavior. It cannot see transactions on private chains or layer-2 solutions not connected to the current network. It cannot verify the identity of wallet owners or detect Sybil attacks. It cannot account for reputation from protocols not integrated into the analysis. The tool provides a score based on on-chain data, but it does not guarantee that the score reflects the user's true trustworthiness or future behavior.
PLEASE NOTE
This tool supports EVM‑compatible chains only (Ethereum, Goerli, Sepolia, Arbitrum, Optimism, Polygon). Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, and XRP are not supported. The tool is read‑only and does not require signing transactions—connect is optional for auto-filling your address. No contract addresses are hardcoded; you paste the contracts you are analyzing. The tool is free and open under the BotGentz PLAYBOOK‑C specification.