logo
supersol

Overview

SuperSol is a next-generation Layer 2 solution built on Solana, designed to significantly improve scalability, throughput, and cross-chain interoperability.
I led the architecture and development of its core components, focusing on building a modular rollup-based system that offloads execution from Solana L1 while preserving its security guarantees.

The system introduces an evolution from optimistic rollups to zero-knowledge-based validation, enabling high-performance decentralized applications across GameFi, DePIN, and DeFi ecosystems.

Core Innovation

  • Designed and implemented Evanescent Rollups, a stateless rollup model that processes transactions off-chain and commits only aggregated results on-chain.
  • Reduced L1 computational and storage overhead by minimizing state commitments
  • Enabled near real-time execution for high-frequency applications

This approach allows SuperSol to achieve high throughput with low latency, while maintaining trust through cryptographic proofs.

Technical Architecture

Layered System Design

Architected a modular multi-layer system:

  • Batching / Rollup Layer
    • Aggregates and processes transactions off-chain
    • Handles rollup execution and proof generation
  • Appchain Layer (CDK-based)
    • Custom L2 chains tailored per application
    • Supports parallel execution and isolated state
  • Settlement Layer
    • Finalizes state on Solana L1
    • Ensures data availability, validation, and security

This separation enables scalability without overloading Solana’s base layer.

Node Infrastructure

Designed a specialized node architecture:

  • Sequencer Nodes
    • Order transactions and produce rollup blocks
    • Initially centralized → planned decentralized transition
Sequencer Node
  • Validator Nodes
    • Re-execute transactions and verify correctness
    • Trigger fraud proofs when inconsistencies occur
  • Data Availability Nodes
    • Store off-chain data (integrated with DA layers like Celestia)

This model ensures scalability while maintaining decentralization and verifiability.

Execution & Validation Model

  • Built an optimistic execution model with fraud-proof mechanism
  • Designed transition path toward zk-based validation
  • Implemented:
    • Sparse Merkle Tree (SMT) for state commitment
    • Interactive proof system for dispute resolution
    • Transaction replay verification for fraud detection

This hybrid approach balances performance and security during system evolution.

Developer Infrastructure (CDK)

Developed a Chain Development Kit (CDK) enabling:

  • Creation of application-specific L2 chains
  • Custom consensus, tokenomics, and execution logic
  • Parallel execution leveraging Solana runtime
  • Native cross-chain communication between L2s

This allows developers to deploy scalable appchains without managing low-level infrastructure.

Key Engineering Contributions

  • Architected full L2 system design (rollup + node + bridge + CDK)
  • Designed off-chain execution + on-chain settlement pipeline
  • Built scalable infrastructure for high-frequency applications
  • Defined transition strategy from centralized → decentralized sequencing
  • Optimized system for low latency, high throughput, and cost efficiency