PROOF/OF/COPY
// methodology — version 2026.07.21

How a verdict is made

Everything below is what the code does — no more, no less. Every parameter that can change a verdict is stated here and version-stamped on every report. When this document changes, the version changes, and prior reports remain attributable to the version that produced them.

1. Principles

Three rules govern every measurement:

2. Data sources

Trade histories are decoded from Solana transaction data (token balance diffs and parsed swap transactions). Prices come from public minute-resolution OHLCV candles across three independent providers, cross-checked. Current prices for mark-to-market use the deepest live pool per token; ghost pools under $100 liquidity are ignored. Leaderboard appearances are our own periodic captures of public leaderboards, timestamped.

3. Decoding trades

A swap event is recognized when a wallet's token balance moves opposite to its cash leg (SOL/wSOL/USDC/USDT) in one transaction — which filters airdrops, transfers, and LP operations. The decoder is DEX-agnostic (routing and multi-hop included). Where swap activity exists but no events decode as the address's own retail trades, the address is ruled NOT A STANDARD WALLET rather than scored.

4. The follower simulation (FSP)

Every completed round trip (FIFO-paired buy→sell) is re-executed as a follower would experience it:

5. Abandoned-position accounting (survivorship correction)

Round trips only cover trades a wallet chose to complete — the exact survivorship bias leaderboards monetize. So every FIFO-leftover buy older than a 3-day grace period is marked to current price at the same $500 sizing, with entry costs applied. Dead and unpriceable tokens mark toward zero: a follower holds those bags too. Entries with sub-$1 recorded cost (dust and airdrop-shaped events a follower could not mirror) are excluded. Mark-to-market gains are clamped at +2000% — anything past that is degenerate price data, not edge (§8).

The report's blended expectancy per mirrored buy combines completed trips and abandoned positions — the single number closest to "what does copying this wallet pay?"

6. All-positions win rate

Closed-trade win rates ignore the never-sold tail. Ours doesn't: closed winners ÷ (closed trades + never-sold positions). A wallet that sprays 2,000 buys, closes 15 winners, and abandons the rest shows ~1% here — regardless of what its realized-only win rate claims.

7. Statistical gating

A positive average is not evidence; variance is enormous. Per-trade expectancy at the gating delay is bootstrapped (1,000 resamples, 95% interval). COPYABLE requires the entire interval above zero, plus profit factor ≥ 1.3 and a minimum trade sample. The bootstrap is seeded deterministically from the wallet address itself, so identical inputs reproduce the interval — and the whole report — bit-for-bit.

8. Sanity clamps (we assume our own data can be wrong)

9. Validation — how we check ourselves

10. Verdict definitions

What we do not claim. No measurement system is perfect and we don't claim to be. We claim bounded, published error; stated assumptions; deterministic reproduction; and continuous self-auditing whose results we publish — including when they embarrass us. Past behavior does not predict future results, and a COPYABLE verdict is a measurement of history, not a recommendation.

11. Versioning

Any change that can alter a verdict or a printed figure — thresholds, cost model, clamps, decoder behavior, statistical method — bumps the methodology version. The version appears on every report and is stored with every verdict in our history, so any past report can be audited against the exact rules that produced it.