Poly Wallet Analysis Platform
A full-stack analytics platform for Solana wallets providing trading performance analysis, token behavior insights, and transaction-level monitoring. The system combines high-volume blockchain ingestion, analytics pipelines, and a real-time dashboard UI.
Note: This project never left the MVP-Stage, therefore some UI/UX Designs might be not optimal.
Dashboard & Analytics
High-level trading metrics, activity feeds, and performance visualizations designed for rapid evaluation of wallet behavior.

Wallet Summaries
A concise overview of key performance metrics. The summary can be filtered server-side to display only the data relevant to your current selection.

Transaction & Token Analysis
Detailed breakdown of trades, token performance, ROI calculations, and behavioral patterns across large transaction sets.

Filtering & Data Exploration
Advanced filtering and querying tools allowing granular inspection of token history and wallet behavior.

System Architecture
The platform consists of several interconnected services, including ingestion pipelines, caching layers, and analytics storage. Redis is used as a shared state layer across replicated microservices to deduplicate requests and avoid repeatedly fetching identical blockchain transactions and market data.

Type-Safe Analytics Engine
The analytics tables are built using advanced TypeScript type inference. Nested paths, sorting, filtering, and rendering are all strongly typed, allowing complex datasets to be explored while preserving full compile-time safety.

