degenliquid
  • Getting Started
    • Overview
    • Philosophy
  • Architecture
    • Trade Collection
    • Database Schema
    • Ranking & Filtering Logic
    • Realtime Trade Streaming
    • Strategy Pools (Coming Soon)
  • V1 Scope
    • What's inside
  • Tech Stack
  • Security & Ethics
  • Vision
Powered by GitBook
On this page
  1. Architecture

Ranking & Filtering Logic

Every 24h, a scoring script runs:

  • Pulls all wallet activity from the past 24h

  • Calculates basic performance metrics:

    • Net PnL (realized & unrealized)

    • Win rate

    • Avg. position size

    • Max drawdown

    • Trade frequency

  • Selects the Top 20 wallets per day, per market (spot only for V1)

These wallets are added to the tracking pool, and any trade from them is flagged as a high-confidence signal.

PreviousDatabase SchemaNextRealtime Trade Streaming

Last updated 29 days ago