How it works & why it's safe
trackdefi shows the liquidity pool positions of any wallet from just its public address. It is a read-only window into the blockchain — nothing more.
Why it's safe
- We never ask for a private key or seed phrase. If any site ever asks you for those to “see your positions,” leave. They are never needed to read public data.
- No wallet connection.You paste an address; you don't connect a wallet. trackdefi has no permission to move, approve, or sign anything.
- Read-only by construction. The app only makes read calls to the blockchain. There is no code path that can send a transaction, because it never holds a key.
- Public data only. A wallet address is public. Anyone can already look it up on a block explorer — trackdefi just makes it readable.
How it works
- You paste a wallet address. We read the supported exchanges' on-chain data across our networks to find every position that wallet holds — classic pools, concentrated positions, and positions staked in gauges that don't appear as tokens in the wallet.
- For each position we compute how much of each token it holds, the pending fees and AERO emissions, and — for concentrated positions — whether the price is inside your chosen range.
- US-dollar values come from public price data (DefiLlama). When a token has no reliable price, we show “—” instead of guessing.
What we don't do
- We don't store your searches or build a profile of you.
- We don't give financial advice. Figures are informational; verify on-chain before acting.
- We don't guarantee prices or completeness — data can lag the chain by up to a minute.
Coverage
Today: Aerodrome on Base, Velodrome on Optimism, and Uniswap v3 on Base, Ethereum, Arbitrum and Optimism. The app is built so more networks and exchanges can be added without changing how it works for you — see the roadmap.