Overview
Panther operates as a multi-component system designed to ingest, process, analyze, and deliver insights from the Hyperliquid ecosystem.
The basic flow involves:
Data Ingestion: Collecting real-time data from Hyperliquid CORE (WebSockets) and EVM (RPC).
Data Queuing: Publishing structured data onto a message queue (Redis) for decoupling and scalability.
Agent Processing: AI agents (elizaOS) subscribe to relevant data streams from the queue.
Insight Generation: Agents analyze the data based on predefined logic and models.
Delivery/Action: Insights are formatted and sent to users (Discord) or used to inform potential future on-chain actions (Phase 3).