Whale Tail Your account →
Sort

Wallets you can copy

Every number here is measured from the wallet's own transactions. Nothing is estimated, and a figure that cannot be measured shows as rather than a zero.

Right now the performance columns are mostly empty, and that is honest rather than broken. Computing a win rate means pairing each buy with its sell, which needs a wallet's full history. Free Solana endpoints do not serve it: measured on an active wallet, mainnet-beta returned 1000 signatures covering 5.4 days and publicnode only 223 covering 1.5 days, while getTransaction costs about a second each. A wallet whose positions were opened before that window has visible sells and invisible buys, so nothing pairs and no win rate exists — however long the indexer runs.

What is live and real below: transaction count, failure rate, first and last activity, and how much history was reachable. Filling the rest needs a paid RPC or a wallet-analytics API, which is a cost decision rather than a coding one.

Fee Earned and Total Pools are absent for a different reason. Both are Meteora DLMM properties needing a DLMM indexer and an RPC that permits getProgramAccounts, which free endpoints refuse outright. A zero there would read as "this wallet earned no fees", which would be a claim, not a gap.