FAQ

General

chevron-rightWhat are the Benefits of a Decoupled Execution Layer?hashtag

When you free the execution layer from the constraints of consensus and other functions, you unlock a new dimension of performance and flexibility.

  • Massive Throughput: A monolithic chain must limit its execution to what can be verified by all consensus nodes. A decoupled execution layer is unbound. It can be architected from the ground up for pure speed, using advanced techniques like granular parallel processing and memory-first storage (SSMT)—solutions that would be impossible to implement in a monolithic environment.

  • Ultra-Low Latency: Because execution is specialized, it's not burdened by waiting for a global consensus mechanism to finalize every block. This allows for near-instant transaction pre-confirmations and a user experience that feels like a Web2 application.

  • VM-Agnosticism: Monolithic chains are defined by their VM (e.g., Ethereum is the EVM). A specialized execution layer's job is simply to compute a state root. This allows it to act as a universal engine, with an abstraction layer (like the Altius Interpreter) that can run any VM—EVM, WASM, MoveVM, and more—side-by-side.

  • Sovereign Interoperability: This VM-agnosticism creates a "hyper-execution" environment. Different applications, and even entire chains (AppChains), can run in their preferred VM while sharing the same underlying execution engine, enabling seamless, bridge-free interoperability.

chevron-rightDoes Altius require specialized hardware?hashtag

No. Altius runs on commodity infrastructure, cloud or on-prem, without the need for GPUs, SGX, or specialized servers. Altius runs on commodity machines (e.g., standard AWS instances). You don’t need high-end SSDs or customized hardware to get peak performance. All performance gains come from software-level parallelism and optimization.

chevron-rightWhat is the meaning behind the name “Altius”?hashtag

“Altius” means “higher” in Latin - echoing the Olympic motto "Citius, Altius, Fortius". It reflects our mission: elevate blockchain performance, scalability, and interoperability to new heights.

Technology

chevron-rightWhat is a VM-Agnostic execution layer?hashtag

Via the Interpreter module, Altius can expand support beyond EVM opcodes, and to SVM, MoveVM, WASM, and future stacks like zkVM and BitVM - ensuring long-term compatibility across the multi-chain world.

chevron-rightHow does Altius improve blockchain performance?hashtag

Altius parallelizes both compute and storage, removing the bottlenecks that plague sequential processing. The result: throughput measured in gigabytes of gas per second, transaction finality under 100ms, and the ability to scale performance linearly with more nodes.

chevron-rightHow is Altius compatible with existing chains?hashtag

Altius integrates via APIs like JSON-RPC or gRPC. It’s already compatible with Ethereum, L2s, and other EVM chains. More VM support is in the works. No consensus changes or major rewrites needed.

chevron-rightCan Altius match Visa/Mastercard speeds for payments?hashtag

Yes. Altius targets hundreds of thousands of transactions per second (TPS) and millisecond-level finality - comparable to legacy card networks, with the added benefits of composability and decentralization.

chevron-rightCan Altius be used by enterprise-level chains?hashtag

Absolutely. Its modular architecture, hardware efficiency, and VM flexibility make it ideal for regulated or enterprise-grade infrastructure.

chevron-rightWhat is the Application Code Assessor (ACA)?hashtag

ACA is a performance oracle built into the Altius stack. It analyzes contracts for execution efficiency, flagging conflicts and measuring gas use. High-scoring contracts can qualify for fee discounts or future token-based rewards.

chevron-rightHow does Altius optimize parallel execution?hashtag

Altius doesn’t just run transactions in parallel - it goes deeper. It analyzes the individual opcodes inside smart contracts to resolve conflicts efficiently. Only the necessary conflicting instructions are rerun, making execution more granular and faster.

chevron-rightDoes Altius solve state bloat?hashtag

Yes. The sharded database architecture (SSMT) allows horizontal scaling of the state database, mitigating memory and storage issues on highly active chains.

Network

chevron-rightWhat is the Open Execution Network (OEN)?hashtag

OEN is a shared execution pool where chains can tap into a decentralized network of compute nodes. It enables elastic scalability - chains get execution capacity on demand, with fees flowing to contributing nodes.

chevron-rightHow does load balancing work in OEN?hashtag

Think AWS auto-scaling, but for blockchains. During peak usage (e.g., major NFT mints), workloads are automatically routed to underutilized nodes in the network, preventing local congestion.

Security & Developer Experience

chevron-rightHow does Altius ensure safe parallel execution?hashtag

Altius uses a deterministic concurrency model: only conflicting instructions are re-executed, not the entire transaction. Every major update is externally audited, and we maintain a fuzzing engine that replays high-volume mainnet traces through our parallel scheduler. Feel free to familiarize how Altius achieves speed without sacrificing securityarrow-up-right.

chevron-rightDo I need to learn a new language to use Altius?hashtag

No. Developers can continue using Solidity, Rust, or other familiar languages. Altius handles the transpilation and optimization internally.

chevron-rightCan I use Altius to deploy an appchain?hashtag

Absolutely. Altius enables mature application developers to launch customized appchains with enterprise-grade performance, without needing deep infrastructure expertise.

chevron-rightCan smart contracts be deployed directly to Altius?hashtag

Smart contracts are still deployed to the host chain (e.g., Ethereum), but Altius acts as a middleware execution engine, optimizing how those contracts run under the hood.

chevron-rightCan existing chains integrate Altius without rewriting everything?hashtag

Yes. Altius integrates at the execution layer and preserves all upstream infrastructure—consensus, DA, settlement, and the VM interface if desired.

Last updated