Skip to content

Introduction

VirtEngine is a secure, transparent, and decentralized cloud computing marketplace that connects those who need computing resources (tenants) with those that have computing capacity to lease (providers).

Instead of a central operator setting prices and controlling access, the marketplace runs as a public blockchain: orders, bids, leases, usage records, and payments are all protocol state, validated by a decentralized set of validators and settled without an intermediary.

The VirtEngine Suite is the reference implementation of the VirtEngine Protocol described in patent AU2024203136B2. It is composed of a single binary, virtengine, which contains:

  • a CometBFT-powered blockchain node implementing the decentralized exchange, and
  • client functionality to access the exchange and network data in general.

The chain is built on the Cosmos SDK, with the marketplace, identity, economics, and infrastructure logic implemented as 27 custom modules under x/ — see the module map for the full inventory.

LayerComponentRole
On-chainvirtengine nodeOrders, bids, leases, escrow, settlement, identity, governance
Off-chainProvider daemonDeploys workloads, meters usage, signs and submits usage reports
Off-chainHPC node agentsReport node health/capacity from SLURM/MOAB clusters
ClientCLI / SDK / portalCreate deployments, submit jobs, query network state

VirtEngine is written in Go and licensed under Apache 2.0. The repository includes some source code derived from the Akash Network decentralized cloud infrastructure marketplace; VirtEngine extends that lineage with identity (VEID), HPC scheduling, settlement/dispute pipelines, fraud and audit systems, and its own economic modules.

The repository ships active development from main. Mainnet launch preparation artifacts are checked in, and the recorded launch decision is planned for the January 2027 launch window. The network should not be described as live before formal launch confirmation — see Mainnet Launch Posture for details.