For providers
Lease your capacity into an open marketplace
Datacenter operators, cloud providers, and HPC facilities earn revenue by serving on-chain leases — with metering, billing, and payment handled by the protocol.
Why provide
What the protocol does for an operator
Monetize idle capacity
Settlement without invoicing
Verified counterparties
Reputation that compounds
Economics
Usage in, payment out
The settlement pipeline connects your running workloads to escrowed tenant funds. Every hop is signed, windowed for disputes, and reconciled.
Settlement runs on a default one-hour interval. Reported usage sits in a 24-hour dispute window during which either party can raise corrections; anomaly detection flags outliers automatically before they ever reach the chain. After the window closes, line items settle against lease escrow and the agreed funds transfer to your provider account with no marketplace commission deducted. Low validator transaction fees apply only to the on-chain actions involved.
Provider daemon
One daemon between the chain and your infrastructure
The provider daemon is the protocol's on-premises agent. You configure it; it handles the marketplace.
-
Bid engine
Watches open orders on-chain and places bids per your configured pricing and capacity rules.
-
Workload orchestration
Instantiates leased workloads through Kubernetes, or through SLURM / MOAB / Open OnDemand for HPC jobs.
-
Usage metering
Collects per-workload resource metrics on an hourly cadence and batches them into signed usage records.
-
Chain submission
Submits MsgRecordUsage batches with retry and backoff; reconciles against platform metrics and flags anomalies.
HPC
Supercomputing capacity is a first-class citizen
If you run SLURM, MOAB, or Open OnDemand, the daemon's HPC integration executes on-chain jobs on your cluster — with usage reporting, state recovery, audit logging, and retry built in.
slurm · moab · ood
Scheduler adapters
x/hpc
Job lifecycle service
usage · security
Audit trail
Requirements
What you need to bring
- Infrastructure: a Kubernetes cluster, or an HPC cluster behind SLURM / MOAB / Open OnDemand.
- A Linux (amd64/arm64) or macOS host for the
virtenginebinary and provider daemon. - A funded chain account and provider key for registration, bidding, and gas.
- VEID identity verification, since marketplace participation is identity-gated.
- Network reachability for tenants to consume the services you host.
Onboarding
Five steps to your first lease
-
Verify your identity
Complete VEID verification. Marketplace access is identity-gated so tenants and providers can trust the other side of every lease.
-
Register on-chain
Create your provider record with attributes — region, hardware classes, certifications — via the x/provider module.
-
Deploy the provider daemon
Install and configure the daemon against your Kubernetes cluster or HPC scheduler; connect your chain key and set bid pricing.
-
Get audited & benchmarked
Optional but valuable: auditor-signed attributes and published hardware benchmarks make your offers stand out to tenants that filter on them.
-
Bid, serve, settle
The daemon bids on matching orders. Won leases run on your infrastructure, usage settles hourly, and escrow pays out after the 24-hour dispute window.
By operator type