DeFi Position 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
DeFi Position Tracker is a read-only portfolio tool that scans a wallet address across multiple DeFi protocols and aggregates all active positions. It retrieves token balances (including native ETH), ERC-20 allowances, liquidity pool reserves, LP token balances, reward token balances, vesting schedules, staking contract states, farm contract states, lending market positions, yield aggregator positions, oracle prices, block timestamps, and transaction history. The tool consolidates all these data points into a single, easy-to-read dashboard showing exactly where your assets are deployed and what positions are earning yield.
HOW TO USE
Enter any wallet address and click Track Positions. The tool connects through your wallet's provider and scans the chain for all relevant DeFi activity. No signatures or transactions are required. The results display native balance, token holdings, LP positions with pool share percentages, staking positions, and farm rewards. Each position is shown with the contract address and relevant metrics. All data is presented in a clear, structured format with severity indicators for large positions or unusual activity.
ADAPTIVE LOG-CHUNKING WITH BACKOFF
Public RPC providers enforce wildly different eth_getLogs block range limits — some allow 10,000 blocks, others cap at 1,000, and many reject requests that exceed their internal buffer. Instead of guessing a safe range and failing on the first rejection, this tracker walks backwards from the latest block in exponentially decaying chunks. When a request is rejected, the chunk size is halved and retried immediately. This guarantees that the scan completes on any provider without overwhelming the endpoint, and without giving up after a single refusal. The same backoff strategy is applied to storage reads, token balance queries, and any other RPC call that may hit rate or size limits. This ensures the tracker works reliably even on congested networks or rate-limited endpoints.
WHAT IT CANNOT SEE
This tool cannot estimate impermanent loss precisely without full historical price data across all trading pairs. It cannot detect off-chain yield, cross-chain positions, or positions in protocols that do not emit standard events. It cannot predict future rewards, APY changes, or protocol upgrades. It cannot verify the security or solvency of third-party protocols. The tracker does not analyze contract source code or detect malicious upgrades. All positions are presented as raw on-chain data, and the tool does not provide investment advice or risk assessments beyond what the chain data reveals.
PLEASE NOTE
EVM ONLY. Supports all Ethereum-compatible networks (Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and others). No Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. Always verify protocol addresses and cross-check positions with block explorers and official protocol dashboards. This is a read-only tool and does not execute transactions or approve spending.