How it works

The actual production pipeline, step by step.

Pipeline

  1. Public Solana wallet

    A pasted public address. No connection, no signature.

  2. Supported transaction retrieval

    Paginated history, capped at 2,500 transactions per analysis.

  3. Transaction classification

    Swap legs become trades; everything else is recorded as excluded.

  4. Spam / airdrop filtering

    Unsolicited and dust tokens are removed before any math.

  5. Measurable position reconstruction

    Per-token replay with weighted average cost.

  6. Supported historical / current pricing

    Missing prices mark a position unmeasurable instead of guessed.

  7. Trading metrics

    Best Buy, Worst Buy, Win Rate, paper hands, dead bags, round trips.

  8. REKT Score

    Deterministic weighted factors, rescaled to 0–100.

  9. Saved analysis snapshot

    Persisted so a shared link never rescans the chain.

  10. Wrapped / Battle / Record Book / sharing

    All read the saved snapshot.

Saved results never rescan

Opening a saved result, a Wrapped page, a Battle or the Record Book loads persisted analysis data. None of those views triggers a new blockchain scan. A rescan only happens when you explicitly refresh an analysis, and a cooldown applies.