The Unified
Multi-VM Blockchain Kernel
Execute Solidity (EVM), Rust Anchor (Solana SVM), Move, and PolkaVM smart contracts side-by-side in one Substrate runtime. Synchronous atomic cross-VM calls, zero wrapped tokens, and 0% inflation.
The Architectural Foundation of InterLayer
A sovereign Substrate L1 multi-VM kernel paired with the LiteVerse DePIN watcher mesh and the native pallet-agent runtime execution engine.
InterLayer Multi-VM Kernel (L1)
Sovereign Substrate State Transition Engine
A sovereign Layer-1 execution kernel natively hosting 5 virtual machine standards in a single state trie with synchronous atomic bundles, 100% snapshot rollback protection, sub-500ms HotStuff BFT, and 0% inflation.
LiteVerse DePIN Watcher Mesh
Client-Side Compute & Threshold MPC Custody
Turns ordinary Android smartphones (native APK) and web browser tabs into zero-overhead light clients that verify external Bitcoin, Ethereum, and Solana deposits with Threshold MPC, eliminating bridge honeypots.
Native On-Chain AI Engine (pallet-agent)
Autonomous Intent Solver & Scoped Session Keys
A native Substrate runtime module providing delegated, session-scoped cryptographic keys with daily gas budgets and contract whitelists, empowering AI agents and dApps (like InterClaw) to execute cross-VM workflows safely.
One Kernel. Five Native Engines.
All five virtual machines run natively inside the Substrate runtime kernel, sharing a single unified state trie, account balance, and atomic rollback engine.
EVM
SVM
PolkaVM
Move VM
CosmWasm
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
interface IMelBus {
function dispatchSvmCall(bytes32 programId, bytes calldata data) external returns (bytes memory);
}
contract CrossVmArbitrage {
IMelBus public constant MEL_BUS = IMelBus(0x0000000000000000000000000000000000000801);
// Call Solana SVM Raydium pool synchronously from Solidity!
function executeSwap(bytes32 svmProgram, bytes calldata swapIx) external {
// Synchronous atomic cross-VM call with state snapshot rollback on revert
bytes memory result = MEL_BUS.dispatchSvmCall(svmProgram, swapIx);
require(result.length > 0, "SVM Execution Failed");
}
}Universal Handles & Zero-Wrapped-Token Custody
Eliminating communal bridge honeypots through FROST-style Threshold MPC and single-domain user handles across all external chains.
Single-Domain Universal Handles
No more copying 64-character hexadecimal addresses. When you register a handle on InterLayer, it deterministically maps to your identity across all major networks:
Zero Communal Honeypots
Over $3.5B has been lost in bridge exploits because legacy bridges store billions in a single smart contract pool. InterLayer discards the lock-and-mint model entirely:
3-Chain HotStuff BFT & 36 FRAME Pallets
Engineered from low-level cryptographic primitives to provide sub-500ms block target, post-quantum security, and deterministic finality.
HotStuff BFT Consensus
Custom pipelined 3-Chain HotStuff BFT engine replacing legacy Aura/Grandpa for ultra-low latency and instant finality.
Substrate Kernel Pallets
36 core active FRAME runtime modules (173 KB lib.rs)
Real Yield Tokenomics
Zero inflation. 100% of fees distributed to participants.
Block production, consensus, finality, staking rewards
Watcher and lite-client task rewards
Development, grants, protocol maintenance
Explore the Gravity Network
All 8 production dApps are fully operational on Gravity Testnet today. Connect, test, stake, and deploy across the unified multi-VM kernel.
InterLayer Portal & Console
Claim your universal handle (alice@btc), stake IL with real yield, and bind multi-VM accounts.
Multi-VM Web Wallet
Manage EVM, SVM, and Native accounts with client-side encrypted key custody and handle transfers.
Multi-VM Block Explorer
Inspect sub-500ms HotStuff blocks, atomic cross-VM transaction bundles, tokens, and validator status.
OpenGov Governance
Decentralized OpenGov governance console for technical proposals, parameter changes, and treasury grants.
Developer Faucet
Automated testnet token distribution backed on-chain by pallet-faucet for developers and builders.
LiteVerse Web Watcher Node
Turn any web browser tab into a Tier 0 light client verifying Bitcoin & Ethereum headers in 3 seconds.
LiteVerse DePIN Dashboard
Live telemetry, mobile node health, watcher task rewards, and external chain confirmation metrics.
InterClaw Autonomous AI Agents
Decentralized personal AI assistants executing intent-based cross-VM arbitrage and portfolio management.
https://node.interlayer.oneProtocol Research & Engineering Papers
Systems architecture specifications, Multi-VM execution models, and mobile DePIN research published by InterLayer Foundation.
Frequently Asked Questions
Technical answers from the InterLayer Core Architecture Specification.
InterLayer integrates five production virtual machine engines (revm for EVM, solana_rbpf for SVM, move-vm-runtime for Move, polkavm for RISC-V, and wasmi for CosmWasm) directly inside a single Substrate runtime kernel. All VMs access a shared state trie and unified native balances through the MelStorage trait.
Build on the Unified Kernel
Deploy your first Solidity contract, Anchor program, or Move module to Gravity Testnet in under 5 minutes.


