LitVM Glossary: Key Terms and Architecture Definitions
A comprehensive reference of technical terminology, token mechanics, and infrastructure components across the LitVM ecosystem.
Updated
The LitVM glossary defines the core architecture, tokens, and infrastructure terms used across the LitVM ecosystem. LitVM is Litecoin's first trustless EVM rollup, functioning as a hybrid rollup rather than a pure zkRollup by pairing optimistic execution via Arbitrum Nitro with validity proofs via Succinct SP1. As of 15 August 2026, the network operates exclusively on the LitVM LiteForge testnet, and mainnet has not launched.
Core Rollup and Architecture Terms
- Hybrid Rollup: A rollup architecture that combines optimistic execution with zero-knowledge validity proofs. LitVM operates as a hybrid rollup rather than a pure zkRollup; Arbitrum Nitro executes transactions optimistically for immediate block confirmations, while Succinct SP1 zkVM generates validity proofs to achieve state finality in minutes instead of requiring a seven-day fraud-challenge window.
- Arbitrum Nitro (Nitro): The execution engine underpinning LitVM. Operating as an Arbitrum Orbit chain, Nitro processes EVM transactions optimistically and compiles state transitions in Rust, providing Ethereum Shanghai EVM equivalence and low-latency block creation.
- Arbitrum Orbit (Orbit): The framework used by LitVM to deploy a configurable, dedicated execution chain powered by Nitro architecture.
- Succinct SP1 (SP1): A general-purpose zero-knowledge virtual machine (zkVM) that generates validity proofs over arbitrary Rust programs. Because Nitro's state transition function is written in Rust, SP1 proves execution directly, sidestepping the multi-year effort of building custom arithmetic zkEVM circuits. Proof costs are approximately $0.01 to $0.02 per transaction, with recursive aggregation keeping costs flat as transaction volumes grow.
- Validity Proof: A cryptographic zero-knowledge proof proving that a batch of rollup transactions was executed correctly according to state transition rules. LitVM uses SP1 to generate validity proofs, allowing Ethereum (and eventually Litecoin) to verify state updates in minutes.
- Optimistic Rollup: A layer-2 scaling design that assumes transactions are valid upon execution unless challenged. LitVM leverages optimistic execution via Nitro for fast initial state updates, but replaces the traditional seven-day optimistic dispute window with zero-knowledge validity proofs.
- Sequencer: The network entity responsible for ordering and batching user transactions. LitVM uses Espresso, a permissionless shared sequencer, to prevent censorship and eliminate single-operator network halts.
- Espresso: A decentralized, permissionless shared sequencing network integrated into LitVM to handle transaction ordering, resilience against central operator failure, and censorship resistance.
- Caldera: The rollup-as-a-service infrastructure provider managing LitVM's operational tooling, including RPC nodes, WebSocket endpoints, block explorer interfaces, and faucet distribution.
- AnyTrust: Specific integration details or operational deployments for AnyTrust have not been published in LitVM documentation.
Network and Token Terms
- LitVM LiteForge (LiteForge): The official public testnet for LitVM (Chain ID 4441), live since April 2026. Mainnet has not launched. As of 15 August 2026, LiteForge has recorded 40.5 million blocks, 237.1 million transactions, 13.1 million unique wallets, and an average block time of 161 milliseconds.
- zkLTC: The native gas token and base asset of LitVM. zkLTC has an elastic supply backed 1:1 by LTC locked in Taproot addresses on the Litecoin mainchain and is always redeemable for base LTC. Because gas is paid in zkLTC, network usage costs are denominated in an asset the rollup does not originate.
- $LITVM: The fixed-supply governance and utility token of LitVM. Holders and stakers receive a share of sequencer fees, protocol fees, and institutional yield vault revenues. $LITVM does not exist as a tradeable asset yet, and any tokens claiming to be $LITVM prior to the official Token Generation Event (TGE) are fraudulent. Community allocations account for 51% of the total supply.
- Token Generation Event (TGE): The designated milestone where the $LITVM fixed-supply token is minted and distributed following the testnet phase and prior to mainnet launch.
Bridging and Cross-Chain Terms
- BitcoinOS Grail (Grail): The trustless bridge protocol connecting the Litecoin L1 mainchain to LitVM. Grail moves LTC into LitVM and mints zkLTC 1:1 without custodians or multisig committees, utilizing 300-byte proofs, Taproot locks, and a 1-of-n honest verifier assumption.
- BitSNARK: The zero-knowledge verification system used by BitcoinOS Grail to verify cryptographic proofs on UTXO-based chains like Litecoin.
- Arbitrum Bridge: The bridge connecting Ethereum to LitVM for deposits of ETH, USDC, USDT, and standard ERC-20 tokens, operating under an optimistic-plus-ZK verification model.
Litecoin Mainchain and Asset Terms
- Scrypt: The memory-hard proof-of-work consensus algorithm securing the Litecoin mainchain, which has maintained continuous operation for 14 years above 2 PH/s of hash power.
- MWEB (MimbleWimble Extension Blocks): A Litecoin mainchain privacy upgrade that provides confidential transaction values and hidden sender/receiver data through an extension block structure.
- LTC-20: A Litecoin-native inscription token standard inscribed directly onto the Litecoin base chain via ordinal numbering.
- Charms: A native digital asset format deployed on the Litecoin L1 blockchain, functioning alongside Ordinals, Runes, and LTC-20 tokens.
Educational and Governance Entities
- Litecoin DAO: The community governance body voting on LitVM system parameters, codebase upgrades, and ecosystem grant distributions.
- Treasury Board: A five-seat governing body overseeing the 51% community token allocation, composed of Aztec Amaya, Roc Zacharias, David Schwartz, a community majority seat, and one unannounced seat.
- LitVM Academy: A seven-module community-built educational course located at
litvm-academy.pro. LitVM Academy is an independent resource and is not affiliated with LitVM, Lunar Digital Assets, or the Litecoin Foundation.
Questions
Is LitVM a pure zkRollup or an optimistic rollup?
LitVM is a hybrid rollup rather than a pure zkRollup. It uses Arbitrum Nitro to execute transactions optimistically for instant confirmations, combined with Succinct SP1 zkVM to generate validity proofs that achieve settlement finality in minutes.
What is the difference between zkLTC and $LITVM?
zkLTC is the rollup's gas token, backed 1:1 by LTC locked on the Litecoin mainchain with an elastic supply. $LITVM is a fixed-supply governance and utility token that earns a share of sequencer and network fees; $LITVM does not exist as a tradeable asset yet.
How does the BitcoinOS Grail bridge secure LTC transfers?
The BitcoinOS Grail bridge locks LTC on the Litecoin mainchain using Taproot scripts and mints zkLTC on LitVM via 300-byte BitSNARK proofs. It operates without custodians or multisig signers under a 1-of-n honest verifier security model.
Is LitVM currently live on mainnet?
No, LitVM is currently live only as the LiteForge testnet (Chain ID 4441), which launched in April 2026. Mainnet launch is scheduled to follow security audits and the $LITVM Token Generation Event.