Stellar (XLM) Enables RISC Zero zkVM Proof Verification in Smart Contracts
The post Stellar (XLM) Enables RISC Zero zkVM Proof Verification in Smart Contracts appeared on BitcoinEthereumNews.com.
James Ding
Feb 12, 2026 06:24
Stellar (XLM) now supports RISC Zero zero-knowledge proof verification on-chain via Groth16, enabling complex off-chain computations with on-chain validation.
Stellar (XLM) has rolled out support for verifying RISC Zero zkVM execution directly within its smart contracts, a technical upgrade that significantly expands what developers can build on the network. The integration uses Groth16 proof verification and became possible after bn254 cryptographic functions launched on Stellar Futurenet on January 22nd, 2026. The practical implication? Developers can now run computationally intensive operations off-chain—processing megabytes of data if needed—and then verify the results on Stellar with a single transaction. That’s a capability the network simply didn’t have before. How It Actually Works RISC Zero’s zkVM creates a verifiable execution environment. Think of it as running code in a secure black box that produces cryptographic proof the computation happened correctly. The Stellar smart contract doesn’t need to re-run the entire computation—it just checks the proof. Nethermind built the verifier contract that makes this possible. The workflow breaks down into three components: a “guest” program running inside the zkVM, a “host” application generating proofs locally, and the on-chain verifier contract that validates everything. When a proof verifies successfully, the contract returns a simple unit type. No fancy confirmation message—just cryptographic certainty that the off-chain computation was legitimate. Technical Requirements and Current Limitations Right now, this only works on Stellar Futurenet. The bn254 functions required for Groth16 verification haven’t hit Testnet or Mainnet yet, which limits immediate production use. Developers need a Unix environment (Windows users can run WSL), Rust installed, and the Stellar CLI. The proof generation process takes a couple minutes on standard hardware. Once generated, you get three hex values—the seal, image ID, and journal SHA-256 hash—which get passed…
Filed under: News - @ February 13, 2026 2:27 am