Track Record Portability — What Moves With a Trader, What Stays Behind
Portability is the property of a track record that lets it survive a change of platform, broker, or employer. The label is meaningful only when the underlying primary records can travel with the trader.
- Track record portability is the property of a performance history that lets a trader carry the verifiable record across platform, broker, or employer changes.
- A track record is portable when the trader controls the underlying primary data — typically through direct ownership of the venue account.
- Prop firm history, exchange leaderboard rankings, and most operator-rendered surfaces are not portable: the legal account, the API access, and the historical database all live with the operator.
Definition
Track record portability is the degree to which a trader can carry a verifiable performance history across a change of platform, broker, employer, or operator without losing the ability to prove the figures from primary records. A portable track record stays third-party-verifiable even after the trader has stopped using the original infrastructure. A non-portable record either survives only as screenshots and reputation, or disappears entirely when the underlying operator chooses to stop cooperating.
What makes a record portable
- Trader-owned venue account — the brokerage or exchange account is in the trader's name, so historical statements name the trader as the legal counterparty.
- Trader-controlled API access — read-only credentials remain valid regardless of operator goodwill, allowing fresh verification at any future date.
- External archival surface — at least one independent record of the chain history exists outside the original operator's database, ideally with an external timestamp anchor.
- Documented methodology — the calculation that produced the headline figure is openly published so any future reviewer can re-derive the number from the same primary data.
What makes a record non-portable
- Prop firm accounts. The legal account is in the firm's name; only the firm can grant API access; the firm controls the historical database. The methodology guide on prop firm track record portability covers the structural limits in detail.
- Exchange-rendered leaderboards. The data lives in the exchange's private database; the operator decides what is visible; there is no external archive a trader can carry to a new venue.
- Hosted-platform copy-trading lead pages. The platform is both the venue and the publisher; departure means losing the published profile.
- Influencer-tracker profiles run by third parties. The operator chooses what to retain and what to delete; a trader who falls out of favour can lose the visible record overnight.
Why portability matters for due diligence
Outside readers — allocators, fund-of-funds analysts, hiring committees, regulators — increasingly want to confirm that a trader's record exists in a form that does not depend on the trader's good standing with a single operator. A history that disappears the moment a relationship sours is a weak verification surface. A history that is anchored to an independent external surface (a programmatically verified registry, an open-protocol timestamp, a regulator-mandated retention) survives the relationship and gives the reader something durable to inspect.
How NakedPnL implements portability
A NakedPnL profile is structurally portable by design. The underlying venue accounts (Binance, Bybit, OKX, IBKR, Kalshi, Polymarket) are in the trader's name; only the trader can grant or revoke read-only API access. Every NavSnapshot row is hashed with SHA-256 and chained to the previous day; the daily Merkle root of all chain heads is committed to Bitcoin via OpenTimestamps. The chain bundle is exposed at /verify/chain/[handle] and recomputable in the browser using the Web Crypto API, so even if NakedPnL itself disappeared tomorrow, any third party who saved an earlier chain head and the bundle of NAV rows could re-derive the published figures from primary venue records.
Related terms
- Verified track record — the four properties that make a track record stand up to outside review.
- Hash chain — the data structure that makes the historical record append-only and re-verifiable.
- OpenTimestamps — the Bitcoin anchor that lets a third party confirm a record was published before a given block height.
- Track record verification — the procedure for confirming a stated figure matches the primary records that produced it.