Litecoin Ordinals, Runes, and Programmable Assets on LitVM
A technical reference on Litecoin native asset formats and how LitVM introduces smart contract execution to the network.
Updated
Litecoin ordinals are digital artifacts inscribed directly onto individual litoshis on the Litecoin base layer using its native scripting and SegWit architecture. Along with Runes, LTC-20, and Charms, they represent Litecoin's native token and inscription standards. LitVM introduces trustless EVM programmability alongside these assets, enabling smart contract execution, sub-cent transaction costs, and fast finality for the wider Litecoin ecosystem.
LitVM is a hybrid rollup, not a pure zkRollup. It uses Arbitrum Nitro to execute transactions optimistically with immediate confirmations and Succinct SP1 zkVM to generate validity proofs over that execution. LitVM is currently operating on its LiteForge testnet; mainnet has not launched, and the network's native governance token, $LITVM, does not exist as a tradeable asset.
Native Asset Standards on Litecoin
Litecoin's base layer relies on Scrypt proof of work, 2.5-minute block times, SegWit, and MimbleWimble Extension Blocks (MWEB) for privacy. Over time, several asset protocols have emerged directly on the Litecoin base chain:
- Litecoin Ordinals: Inscriptions attached directly to discrete satoshis/litoshis on the Litecoin blockchain using SegWit data fields.
- Runes: An alternative fungible asset protocol designed to issue tokens on UTXO-based networks with lower footprint than traditional inscription formats.
- LTC-20: An experimental fungible token standard on Litecoin adapted from Bitcoin's BRC-20, using text-based ordinal inscriptions to track balances and state changes.
- Charms: An asset protocol designed for specific on-chain data encoding and tokenized mechanics on Litecoin.
Because the Litecoin base chain lacks a native, Turing-complete virtual machine, state transitions for these assets are processed off-chain or constrained by standard transaction scripts.
Base Layer Constraints vs. Rollup Execution
The Litecoin base layer is optimized for payments and security, providing over 14 years of proof of work with hashrates exceeding 2 PH/s. However, execution constraints limit the scope of native asset logic on Layer 1.
| Property | Litecoin L1 | LitVM Rollup | Ethereum L1 |
|---|---|---|---|
| Throughput | ~56 TPS | Thousands of TPS | ~15 TPS |
| Finality | ~2.5 minutes | Minutes (via ZK validity proofs) | 12+ minutes |
| Execution Model | Script / UTXO | EVM-equivalent (Shanghai) | EVM (Shanghai) |
| Typical Fees | Sub-cent | Sub-cent | $1.00–$100.00 |
| Block Time | 2.5 minutes | 161 ms | ~12 seconds |
LitVM changes this dynamic by offering high-throughput batching—handling up to 10,000 transactions per rollup block with parallel proof generation and calldata compression.
Programmability via LitVM
LitVM provides a developer environment where contracts compiled for Ethereum deploy unchanged. Developers can use standard tooling such as Hardhat, Foundry, Remix, ethers.js, and viem. Oracles are provided by DIA, and Arbitrum precompiles (including ArbSys) are supported.
While the base layer handles Ordinals, Runes, LTC-20, and Charms via basic transactions, LitVM allows developers to write arbitrary logic, decentralized finance protocols, and asset management systems in Solidity or Vyper. Technical implementations for directly bridging or wrapping base-layer Ordinals, Runes, LTC-20, and Charms into EVM-compatible formats on LitVM have not been published beyond the core LTC bridging architecture.
Asset Transfers and the Grail Bridge
The primary asset bridging mechanism between the Litecoin mainchain and LitVM is the BitcoinOS Grail Bridge. Grail allows users to deposit native LTC and mint zkLTC 1:1 on the rollup. It features:
- 1-of-n Security: The bridge requires only a single honest verifier among participants.
- Zero Custodians: No centralized multisig or custodian holds the locked funds.
- BitSNARK & Taproot: Locked directly in Taproot scripts on the Litecoin mainchain, verified by 300-byte validity proofs.
zkLTC serves as the gas and base asset on LitVM, ensuring transaction costs remain denominated in an asset backed 1:1 by mainchain LTC. Non-LTC assets, such as ETH, USDC, USDT, and standard ERC-20 tokens, move onto LitVM via the Arbitrum Bridge.
Settlement Roadmap
LitVM links to the underlying security of Layer 1 across three planned settlement phases:
- Phase 1 (Current): Settlement occurs on Ethereum, while LTC is bridged via BitcoinOS Grail and transactions are sequenced by Espresso.
- Phase 2: Finalized batches are additionally anchored to the Litecoin mainchain. SP1 validity proofs are inscribed into standard extended Litecoin transactions without requiring soft forks or protocol changes to Litecoin.
- Phase 3: Canonical settlement migrates entirely off Ethereum to Litecoin, making Litecoin's Scrypt proof of work the final settlement and consensus authority.
Network Status
As of 15 August 2026, LitVM operates on the LitVM LiteForge testnet (Chain ID 4441). Network metrics recorded as of 15 August 2026 include:
- Total Blocks: 40.5 million
- Total Transactions: 237.1 million
- Unique Wallets: 13.1 million
- Average Block Time: 161 milliseconds
The testnet has been live since April 2026. Mainnet launch will occur following security audits and the $LITVM Token Generation Event (TGE). Users can review developer resources at docs.litvm.com.
Questions
What are Litecoin ordinals?
Litecoin ordinals are digital artifacts and inscriptions created directly on individual litoshis on the Litecoin blockchain. They utilize Litecoin's SegWit capacity and UTXO model to store data directly on-chain.
How does LitVM interact with native Litecoin assets like Ordinals and Runes?
LitVM provides an EVM-equivalent execution environment capable of executing smart contracts at thousands of transactions per second. While native assets like Ordinals, Runes, LTC-20, and Charms exist on the base chain, specific protocol bridges for directly wrapping these non-LTC assets onto LitVM have not yet been published.
Is LitVM a pure zkRollup?
No. LitVM is a hybrid rollup that pairs Arbitrum Nitro execution for instant, optimistic confirmations with Succinct SP1 zkVM validity proofs to finalize state transitions in minutes without a seven-day challenge window.
Can I trade the $LITVM token today?
No. The $LITVM token does not exist as a tradeable asset, and any listing claiming to be $LITVM is fraudulent. The Token Generation Event (TGE) will occur after the LiteForge testnet concludes and security audits are completed.