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. Getting Started

Philosophy

The fundamental insight behind DegenLiquid is simple:

On a platform like Hyperliquid, every trade is public. That means alpha is visible — if you know where to look.

DegenLiquid takes advantage of this unprecedented transparency to:

  • Collect every trade in real-time via websockets

  • Store them efficiently in a structured PostgreSQL database

  • Analyze short-term (intra-day) performance across all wallets

  • Surface the top-performing traders per day — not over months, but over hours

  • Enable real-time copy trading strategies based on those traders' activity

Why intra-day only? Because:

  • It drastically reduces noise and data bloat

  • It avoids survivorship bias and hindsight-based ranking

  • It focuses on current performers, not outdated legends

PreviousOverviewNextTrade Collection

Last updated 29 days ago