Actuator
← Back to Guides

How to Evaluate a Portfolio Tracker

beginner~5 min readUpdated July 15, 2026

Portfolio trackers are the most personal tools in crypto: you hand one your addresses and it shows you your life savings. Most people pick one by interface polish and feature count. This guide is about the questions that actually matter — the trade-offs that are not evident from the page itself, drawn from surveying real trackers in this ecosystem. No tracker is named here, including any this site’s authors may be involved with: the point is a checklist that works on any of them.

Question 1: Where does your address go when you press Enter?

Every tracker needs your address to show your portfolio. The architectures differ enormously:

  • Server-computed: your address is sent to the tracker’s servers, which look up your positions and send back a portfolio. Fast, powerful — and the server now knows your address, your IP, and when you check your money.
  • Browser-computed: the page itself queries the blockchain directly from your device. Slower to build, fewer features at first — and there is no server that ever sees an address.

Here’s the subtlety: many server-computed trackers truthfully say “we never store your wallet addresses.” Read the verb. Not storing is a promise about retention — the address still arrives at the server on every lookup, along with your IP. The promise may be perfectly sincere; the point is that you cannot verify it from outside, and sincerity is not architecture. A browser-computed tracker doesn’t need the promise at all.

The test: open the tracker’s FAQ and find the sentence about your addresses. If it says “we never store,” ask yourself who receives. If the site can show your portfolio while your internet is restricted to just the blockchain’s public endpoints, it’s browser-computed.

Question 2: How does “sync across devices” work?

Syncing your wallet list between phone and laptop without a login sounds like magic. There is only one way it can work: your list is saved on the tracker’s server under an unguessable ID — a bearer token. Whoever holds the ID holds your watchlist, and the server holds it regardless.

The private alternative is an export string or file you carry yourself — copy it, paste it on the other device, done. Less convenient by one paste; owned by you completely. Some tools render it as a QR code to scan across devices, which is the same idea with better ergonomics.

Question 3: Can it move money?

Some trackers build in swaps, often advertising “0% fees.” Two separate things to understand:

  1. Zero-fee usually isn’t. Routed trades commonly earn their operator through the spread — the price you get versus the price that existed. The fee didn’t vanish; it moved somewhere quieter.
  2. More important: a tracker that can transact is a dapp, and it inherits the entire dapp threat model — wallet connections, signature requests, approval exploits, and perfect-looking clones that drain whoever connects. A read-only tracker is structurally incapable of taking anything from you, and so is a clone of it. That’s not a missing feature; it’s a different safety class.

The test: does any button anywhere say Connect, Swap, Send, Approve, or Mint? Then treat the whole site with dapp-level caution — and be certain you’re on the real one.

Question 4: Who profits, and from what?

Free tools have costs. The funding model shapes the tool:

  • Ads and promoted tokens inside a portfolio view mean someone pays to be seen by people looking at their holdings. That is an incentive pointed at your attention, inside the one tool where your guard is down.
  • Paid tiers are honest but mean the tool’s best safety or clarity features may sit behind the paywall.
  • Token-listing breadth as marketing (“120,000+ coins supported!”) sounds generous, but an uncurated list prices scam tokens next to real ones. Curation — fewer tokens, verified against on-chain registries — is a feature wearing the costume of a limitation.
  • No monetization at all is possible for public-good tools, and worth noticing when you find it — but it isn’t proof of virtue by itself. Apply the other questions anyway.

Question 5: Does it show its work?

Any page can display a number. The question is whether the number can be checked. Signals that it can: the tool cites the block height and time its data came from; values unfold into their derivation (amount × price, and where the price came from); projections are labeled as projections and facts as facts; sample or demo data is clearly marked as such. A tracker confident in its numbers lets you recompute them. One that just says “unmatched accuracy” is asking to be believed — and belief is not an audit.

Question 6: Would you notice a fake?

AI scaffolding has made plausible-looking sites nearly free — a working “tracker” with a name, logo, and marketing copy can be generated in minutes. Interface quality is therefore worthless as a trust signal. What a clone cannot copy:

  • One canonical address that the community memorizes and repeats, with common misspellings owned by the same operator and pointing home.
  • A track record at that address — months of the same tool at the same URL.
  • Recomputable receipts — because a fake can copy the layout but not the arithmetic that checks out against the chain.

Bookmark the real address the day you first verify it. Type it thereafter; don’t search for it — search ads have carried impostors for every major crypto brand.

The one-minute checklist

Before entering an address into any tracker, find answers to: Who receives my address? Where does my saved list live? Can this site move money? Who pays for it, and how? Can I check its numbers? How would I know a fake? A good tool answers all six in its own documentation, plainly. If the answers aren’t written down anywhere — that’s an answer too.

Suggest or Correct

Spotted an error? Have an idea? Found something missing? Let us know — this site is community-built and your input matters.

⚠ Never share your seed phrase or personal information.