Vistara's permissionless network allows anyone to register their hardware for public use. The network guarantees security, isolated execution, and scalability through a unit called a spacecore, which operates in a secure, virtualized environment. The instructions for distributing hardware resources are outlined in the hardware as code (HAC) file.
hal.toml
[spacecore]name ="AI Inference Node"description ="AI inference node."[hardware] # resource allocationcpu_cores =4# Number of CPU coresmemory_gb =16# Memory in GBstorage_gb =500# Storage in GBbandwidth_mbps =100# Network bandwidth in Mbpspcie_devices = [ "NVIDIA GRID vGPU" ] # GPU[environment]os ="linux"runtime ="microvm"image ="decentralized/llm-node:latest"[network]public_ip =truep2p_port =30303api_port =8080