Architecture
LYS Data Stack
──────────────
DECODERS ─────┐
│
├──> ETL: LYS Core
│ └── Decodes and structures Solana blockchain events
│
├──> Real-Time Aggregations
│ └── Triggers: ATH, volume spikes, bundle detection
│ └── Output: Live WSS streams for bots, dashboards
│
├──> Historical Aggregations
│ └── Indexed event storage for backtesting, PnL, token history
│
├──> Solexys ETL
│ └── Specialized decoding for agent insights and AI context
│
├──> Solexys Blockchain API
│ ├── Enriched token data for AI agents
│ └── Solexys Frontend queries live metrics and wallet behavior
│
├──> Solexys Off-Chain API
│ └── Handles chat history, user-defined strats, watchlists
│
└──> Raw Data API & WebSocket
└── Raw decoded Solana block data in real time
Data flow summary
Last updated