Termina
  • Overview
    • Introduction
    • Quickstart
  • Solana Primer
    • Solana Virtual Machine (SVM)
    • Existing Scaling Solutions
    • Why Termina
  • Network Extension Stack
    • Overview
    • FAQs
    • Modules
      • SVM Engine
        • Engine Internals
        • Launching an Instance
      • zkSVM Prover
        • Prover Mechanics
        • Leveraging the zkSVM
      • Data Anchor
        • Data Flow
        • Using the Data Anchor
        • Indexing Data
          • Getting Blobs
            • get_blobs_by_network
            • get_blobs_by_namespace
            • get_blobs_by_blober
            • get_blobs_by_payer
            • get_blobs
          • Getting Payers
            • get_payers_by_network
          • Getting Proofs
            • get_proof_for_blob
            • get_proof
    • Rollups
  • Socials
    • Twitter
    • Discord
    • Website
Powered by GitBook
On this page
  1. Network Extension Stack

Modules

PreviousFAQsNextSVM Engine

Last updated 16 days ago

Network Extension (NE) modules integrate directly with the L1 to extend Solana’s execution by adding specialized capabilities for custom processing, zero-knowledge proofs, and scalable data handling.

Cover

SVM Engine

A system that runs dedicated execution environments for faster and more predictable transaction processing.

Cover

zkSVM Prover

A proving system that generates and verifies ZKPs (Zero-Knowledge Proofs) for offloaded execution.

Cover

Data Anchor

A storage layer that records execution commitments on Solana for state verification and retrieval.