A bare metal validator is a blockchain validator that runs on a dedicated physical server. The operator leases or owns the machine outright and has full control over how it is configured, from the BIOS firmware and CPU core assignments to how storage drives are formatted and how network traffic is routed. Nobody else runs workloads on the machine, so all of its resources go toward running the validator.
The “bare metal” part of the name refers to the hardware itself. There is no virtualization layer, no hypervisor, and no shared hosting environment sitting between the validator software and the physical components of the server. The software talks directly to the CPU, the memory, and the storage. That means the operator can tune performance in ways that cloud setups don’t allow.
Bare metal validators are typically housed in colocation data centers where the operator selects the facility, negotiates power and cooling, and manages the physical security relationship directly. The server hardware is purpose-built for the workload it runs, which on high-throughput blockchains like Solana means high clock-speed CPUs, fast NVMe storage, and low-latency network connectivity. The operator decides where the machine lives, what it runs, and how it connects to the rest of the network.
Bare metal vs Cloud

Most internet services run on cloud platforms with providers renting out slices of shared physical servers to many customers at once. The customer never touches the actual machine, and the provider handles maintenance, networking, and hardware allocation behind the scenes. Cloud environments share resources across tenants, so when another customer on the same physical server spikes their CPU or storage usage, it can cause latency jitter for everyone else on that machine. This is commonly called the “noisy neighbor” problem, and container orchestration layers used in cloud environments can add another 10 to 50 milliseconds of latency on top of that.
Bare metal is the opposite arrangement. There is no resource contention from other tenants, and the operator controls CPU core allocation, storage behavior, and network prioritization directly.
Solana validators process transactions, organize them into blocks, and vote on whether those blocks are valid, with a new block arriving roughly every 400 milliseconds. On a chain with 15-second block times, those extra milliseconds from cloud are rounding errors, but on Solana they eat into a real percentage of the window a validator has to receive, process, and vote on a block. Missed windows mean missed votes, fewer rewards, and a rising skip rate. Bare metal gets rid of that problem.
Why bare metal is becoming the standard for Solana validators

Major staking operators that have migrated from cloud to bare metal have reported skip rates below 0.1%, well under network averages, and higher staking rewards to go with it. The gains are consistent across different operators and regions, showcasing the boost that bare metal operations have over cloud competitors.
Solana’s validator network currently spans roughly 800 active validators across more than 40 countries, and the two largest hosting providers by staked SOL are both bare metal operators. Major cloud platforms account for less than 10% of total stake combined. The migration toward dedicated hardware has been accelerating since 2024, as performance and cost metrics continue favoring these dedicated operations.
People who hold SOL can delegate their tokens to a validator they trust, which increases that validator’s voting weight and its share of rewards. Since a validator’s skip rate, uptime, and commission rate are all publicly visible on-chain, delegators tend to move their stake toward more reliable operators. Better hardware means better performance, better performance means more delegation, and more delegation means more revenue. As bare metal operations continue to be the most performative form of validator, more validators will opt for bare metal.


