PantherSwarm
  • Introduction
    • What is Pantherswarm?
  • Development Road Map
  • Community Road Map
  • Swarm
    • Cub
  • Truffle Hog (scanner)
  • Panther AI
  • Wild Cat (Wallet Manager)
  • Tokenomics
    • $Panther
    • NFT Investor Pass / Liquidity Raise
  • System Architecture
    • Overview
    • Technology Stack
    • Data Flow
    • Ingestion
  • Ai Agents
  • Delivery
  • Contracts overview
  • Contracts Staking
  • Developers
    • Getting Started
    • Api
    • Security Audits
  • Dictionary
    • Dictionary: Key Terms
Powered by GitBook
On this page
  1. System Architecture

Overview

Panther operates as a multi-component system designed to ingest, process, analyze, and deliver insights from the Hyperliquid ecosystem.

The basic flow involves:

  1. Data Ingestion: Collecting real-time data from Hyperliquid CORE (WebSockets) and EVM (RPC).

  2. Data Queuing: Publishing structured data onto a message queue (Redis) for decoupling and scalability.

  3. Agent Processing: AI agents (elizaOS) subscribe to relevant data streams from the queue.

  4. Insight Generation: Agents analyze the data based on predefined logic and models.

  5. Delivery/Action: Insights are formatted and sent to users (Discord) or used to inform potential future on-chain actions (Phase 3).

PreviousNFT Investor Pass / Liquidity RaiseNextTechnology Stack