The Platform
LYS is more than just a data feed or analytics dashboard - it’s a composable, real-time data infrastructure stack. This section breaks down the functional layers of the LYS system - from how raw block
Layered design philosophy
Everything in LYS is modular. Each component is purpose-built for a specific part of the data pipeline, and they all connect seamlessly.
Layer
What It Does
Raw Data Capture
Collect Solana blocks, transactions, logs
Decoders
Parse and classify events from protocol activity
Aggregators
Compute trends, metrics, signals
APIs & WSS
Deliver insights in real time or on demand
Apps / Agents
Built on the data: Solexys, dashboards, alerts
These layers can be consumed individually or as a whole - from bare metal streaming to AI-ready insight generation.
Core components
1. Indexer
Built on Solana Geyser + custom fallbacks
Streams blocks every 400ms
Fully stateless, event-driven design
2. Decoders
Protocol-specific logic: Pump.fun, Raydium, Meteora, LaunchLab, Jito, and others
Extract swap actions, bonding curves, governance events, wallet flows etc.
Normalized into shared schemas for consistency
3. Aggregators
Real-time and historical metrics computed on decoded events
Designed for:
Price signals (ATH, volume spike)
Wallet stats (PnL, buy/sell ratio)
Token diagnostics (creator behavior, rug flags)
4. Delivery layer
WSS Streams for live subscriptions
REST APIs for structured querying
GraphQL (coming soon)
5. Applications (Built on top)
Solexys: AI agent for research, alerts, and predictive modeling
Dev Portal: Portal for querying live/historical Solana data
Fully programmatic access also available for power users
Platform flow, from block-to-bot
Let’s walk through a simplified real-time journey:
Integration options
You Are...
You Should Use...
Building a trading bot
Subscribe to real-time alerts via WSS
Doing quant research
Query historical APIs with full filters
Training an AI model
Use structured JSON from decoders
Creating dashboards
Embed REST calls or use Sandbox directly
Monitoring token risks
Filter by creator, sniper, bundle flags
Composability by design
Every layer of the LYS platform is:
Modular: Swap in your own models, frontends, or indicators
Low-latency: Engineered for millisecond decision-making
Schema-first: All decoded data adheres to a common structure
Graph-ready: Enables multi-hop reasoning and clustering
AI-optimized: Built to power both supervised models and agents
What’s Next
Now that you understand how the platform is structured, it’s time to dig into the technical architecture - the services, pipelines, and infrastructure that make this all work.
Continue to Architecture
Last updated