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

Realtime Trade Streaming

To ensure scalability and instant reaction, all filtered trades from watched wallets are:

  • Published via Redis pub/sub system

  • Subscribed to by various frontend or trading automation clients

  • Grouped by strategy pools (see below)

This allows instant propagation of copy signals across trading bots or dashboards.

PreviousRanking & Filtering LogicNextStrategy Pools (Coming Soon)

Last updated 29 days ago