Research
Solana Alpenglow and Constellation: The Protocol Upgrades Reshaping Blockchain Finance
Alpenglow replaces Solana's consensus engine for 150ms finality. Constellation introduces multiple concurrent proposers to break the leader monopoly. Together, they are the most ambitious upgrade any production blockchain has attempted.
Something is changing underneath Solana. Not the kind of change you see in a price chart — the deeper kind that rewrites what a blockchain can actually do. Two protocol upgrades are converging: Alpenglow, a complete replacement of Solana's consensus mechanism, and Constellation, a redesign of how transactions enter the chain. Together they represent the most ambitious single upgrade any production blockchain has ever attempted.
The timing isn't accidental. Permissioned chains are gaining institutional ground. MEV has matured from an academic curiosity into a multi-billion dollar industry that consistently harms the users it's supposed to serve. Solana's answer to all of these pressures is arriving at once.
The Problem With How Solana Works Today
To appreciate what's changing, you need to understand the current architecture's fundamental tension.
Solana today operates on a rotating leader model. At any given moment, a single validator has sole authority over block production for its assigned slot window — roughly 400 milliseconds. That leader sees all pending transactions, decides which ones to include, can reorder them freely, and can hold them back entirely. Validators then vote on each block to build consensus, and those votes are themselves on-chain transactions competing for block space alongside regular user activity.
This design is elegant in its simplicity. It's also why Solana became the fastest production blockchain on earth. But it comes with real costs.
The first is censorship. A leader who receives your transaction isn't obligated to include it. If your transaction threatens the leader's MEV position, or if you simply didn't pay enough, it can be silently dropped. There's no protocol-enforced guarantee that your transaction ever lands.
The second is latency asymmetry. The leader is wherever it is geographically. If you're in Tokyo and the leader is in Frankfurt, your transaction has to travel across continents before anything happens to it. With a single rotating leader, that location changes every 400 milliseconds in a pattern you can't reliably predict.
The third is MEV concentration. The temporary monopoly that comes with leader status is the origin of every ordering game, sandwich attack, and bundle auction on the network. Infrastructure like Jito was built to monetize this monopoly — and it distributes some of that revenue broadly. But the underlying incentive structure still means that running validators close to Jito's block engines in Europe is worth more economically than serving users in Asia or Latin America.
These three problems are what Alpenglow and Constellation are designed to address at the protocol level.
Alpenglow: Replacing the Consensus Engine
Alpenglow replaces Tower BFT and Proof of History with a new protocol built around two components: Rotor for block distribution and Votor for finality.
The headline number is sub-second finality. Anza's whitepaper and independent simulations show Alpenglow finalizes blocks in roughly 100–150ms — fast-path when 80% of stake votes in a single round, fallback when 60% of stake requires two rounds, with both paths running concurrently. That's a reduction from the current ~12.8 seconds to something that competes with Web2 API response times. The upgrade passed with 98.27% validator approval, with mainnet deployment targeted for Q3 2026.
The key architectural change is what Alpenglow does with votes. Today, validators must post their vote on-chain for every slot and pay roughly 1 SOL per day in vote transaction fees. Under Alpenglow, votes become off-chain BLS-aggregated protocol messages — lightweight, cryptographic, separate from the user transaction pipeline. This removes a meaningful source of congestion. Alpenglow v1.1 introduces a Validator Admission Ticket (VAT) at 1.6 SOL per epoch to prevent Sybil attacks, but the off-chain voting still frees the ~50% of throughput that was previously consumed by the voting process itself.
Alpenglow also introduces lazy execution — the ability to vote on a block before fully executing it. Today validators must execute every transaction before voting, putting execution time on the consensus critical path. With compute unit limits serving as execution cost commitments, validators can vote on a block based on its declared compute budget, then execute asynchronously. This is what makes the 100–150ms finality claim credible: you're finalizing the ordering, not waiting for the full state transition.
The fault tolerance model shifts to a "20+20" design: up to 20% Byzantine stake cannot violate safety, and an additional 20% can crash without halting liveness. This is the 5f+1 bound rather than the classical 3f+1, achievable in Solana's environment because the cost of Byzantine behavior is enormous — billions in staked capital that would be slashable for provable misbehavior.
Constellation: Rewiring Transaction Inclusion
If Alpenglow is about how blocks get finalized, Constellation is about how transactions get into blocks in the first place. This is where the structural revolution lives.
The Constellation whitepaper opens with a sentence worth reading carefully: "Building a blockchain capable of supporting global financial markets requires a protocol design resistant to manipulation." It's not a performance paper. It's a market structure paper.
The core mechanism is Multiple Concurrent Proposers (MCP). Instead of one rotating leader collecting all transactions, Constellation introduces 16 parallel proposers active simultaneously. Users send their transactions to one or multiple proposers. Every 50ms — one cycle — each proposer assembles a batch of transactions and distributes them as erasure-coded fragments (pshreds) to a set of 200 relay-attesters spread across the network.
The attesters are the enforcement layer. Each attester independently receives fragments, timestamps them, and sends cryptographic commitments back to the consensus leader. Once enough attesters — 40% of the relay set — confirm they saw a proposer's data, the leader is forced by protocol to include it. Not incentivized. Not rewarded. Forced. The leader who tries to exclude an attested proposer block produces an invalid block that validators reject.
This is the "selective-censorship resistance" property the whitepaper formally defines. If a correct proposer includes your transaction and the network is functioning, your transaction will land within λ cycles — roughly 300ms — or there's provable evidence of protocol misbehavior. That's a guarantee the current design cannot make.
The fee structure also changes. Priority fees per compute unit are no longer captured by the current leader alone — they flow to all validators proportional to stake. This is a deliberate MEV dilution mechanism. The inclusion fee (a small per-byte fee) goes to the proposer who included you, creating the incentive for proposers to be geographically reachable and competitive. Constellation arrives in stages, with some components expected on mainnet before the full system is deployed.
What This Means for Market Makers
Market makers on Solana today operate in an environment shaped by three painful realities: unpredictable inclusion, geographic latency to the rotating leader, and the constant threat of being sandwiched by MEV bots who live physically closer to the infrastructure.
Constellation changes all three.
Inclusion becomes predictable. Today, a market maker placing a tight quote update needs to hope the current leader is reachable, not congested, and has no competing reason to delay the transaction. Under MCP, you send to your nearest geographically stable proposer. Once your transaction is attested past the 40% threshold, it's in. The protocol says so.
Latency to entry drops. Under MCP, a staking pool with sufficient weight can run a permanent proposer in Tokyo. A Tokyo market maker sends to that proposer in milliseconds. The subsequent hops (attesters to leader to Alpenglow finality) happen in the background — but the critical first step, getting your transaction into the censorship-resistant pipeline, happens locally.
The quote game becomes about bid, not access. Today part of the market maker skill set is knowing how to route transactions, which block engines to use, and how to tip Jito appropriately. Under Constellation, transaction ordering within a batch is strictly by priority fee per compute unit. It's an open, transparent auction rather than an opaque game of infrastructure positioning.
The honest tradeoff: the attester layer does add latency compared to going direct to a cooperative leader who includes you immediately. But for market makers who are geographically distant from current block engines, the net improvement is significant.
What This Means for Validators
The validator economics question is the most underappreciated angle on these upgrades.
Today, Solana validators face a brutal reality: vote costs eat into margins, and priority fee revenue concentrates with leaders during their slots. The result is a stake distribution with a Gini coefficient of 0.93 on profits — a near-perfectly unequal distribution. Small validators run at a deficit unless they're in the Solana Foundation Delegation Program.
Under Alpenglow and Constellation, this changes at multiple levels.
Vote costs effectively disappear from the user transaction pipeline. Freeing up ~50% of throughput that was consumed by on-chain voting has immediate consequences for network capacity and smaller validator economics.
Priority fees are socialized under Constellation. Fees flow proportional to stake, not to whoever happened to be leader. A 0.5% stake validator earns 0.5% of total network priority fees every epoch, consistently, regardless of leader slot frequency. This makes validator revenue more predictable and removes the boom/bust cycle.
Geographic placement becomes alpha. As a potential proposer, your economic incentive is to be where users are. The validator who places a proposer node in São Paulo, Seoul, or Lagos captures local transaction flow before it routes to a more distant proposer, earning inclusion fees from that regional user base. This is a genuine diversification incentive that the current architecture simply doesn't create.
The Solana Foundation has also tightened concentration limits: validators are no longer eligible for foundation stake if they operate under an ASN controlling more than 25% of network stake, or within data centers exceeding 15% concentration.
What This Means for MEV
Constellation doesn't eliminate MEV — it restructures it.
The current MEV stack on Solana is essentially a bundle auction. Jito's block engine collects searcher bundles, which are groups of transactions to be executed atomically in a specific order. Validators run Jito-modified clients, which insert the highest-tipping bundles at the top of each block.
Under Constellation, the single leader who controls bundle placement is replaced by a multi-party system where ordering within a batch is strictly by bid-per-CU. There's no bundle concept in the base protocol — you bid, you get ranked, the leader assembles from the ranked order subject to account conflict constraints.
One meaningful difference: transaction ordering within a batch is transparent and rule-based. A proposer can't secretly reorder transactions to sandwich you — because the leader, not the proposer, does final assembly, and the leader must follow the attested order. The "insert my transaction between your two legs" attack that defines classic sandwich MEV requires controlling ordering at assembly time, which is exactly the capability that's been removed from any single party.
What likely happens: the MEV supply chain reorganizes around proposers rather than the leader. The well-connected, geographically distributed proposers running sophisticated selection logic will capture outsized inclusion fee flow. The economics of the game remain intense; the arena just changes shape.
The Permissioned Chain Question
One of the most pointed institutional critiques goes like this: "Why tolerate MEV, uncertain inclusion, and shared execution with memecoins when we can run a permissioned chain where we control the validator set, inclusion is guaranteed, and latency is deterministic?"
It's a fair question. Until recently, the honest answer was: you probably shouldn't, if your primary concern is execution quality for institutional flows.
Constellation changes that calculus. The selective-censorship resistance it delivers — guaranteed inclusion within a protocol-enforced time window for any fee-competitive transaction — is exactly what permissioned chains are built to provide. The difference is that Constellation provides it on a permissionless network, with 800+ validators, no single controlling entity, and full composability with every DeFi protocol that lives on Solana.
Finality times matter concretely. DTCC-cleared equities settle in T+1. Traditional market makers quote spreads partly as compensation for settlement risk during that window. A blockchain with 150ms finality and guaranteed inclusion eliminates that category of risk entirely — you know within a fraction of a second that your trade happened and cannot be reversed. No T+1 settlement. No counterparty risk window. No central clearinghouse.
The stronger response to the permissioned chain argument is composability. The ability to atomically settle a securities trade against a stablecoin payment against a collateral position across three different protocols in a single transaction is something permissioned chains simply cannot offer without elaborate bridging infrastructure that reintroduces the counterparty risk they were trying to eliminate.
The Geographic Stake Problem
There's a structural tension in Solana's current validator set that deserves direct attention.
Today, a significant portion of staked SOL is concentrated in Frankfurt, Amsterdam, and London. This concentration exists because the current architecture economically rewards it — Jito's European block engines mean validators in those cities capture more MEV tips, and Stake-Weighted Quality of Service creates a flywheel where high-stake validators attract more transaction flow.
Meanwhile, trading activity on Solana peaks in US and Asian time zones. The validators serving those users are, by economic necessity, physically far away from them.
MCP breaks this dynamic by separating the economic value of geographic placement from the MEV capture game. If inclusion fees accrue to the proposer who reached the user, there's finally a real financial return to placing infrastructure in Tokyo, São Paulo, or Lagos. For Starke, operating a Solana validator, this shift creates a genuine strategic opening: geographic positioning becomes economic alpha in a way the current architecture simply doesn't allow.
As Asian and Latin American crypto adoption continues growing, the demand for low-latency Solana infrastructure in those regions will increase. MCP is the first version of Solana's architecture where there's a protocol-level economic rationale for operators to meet that demand.
What Gets Harder
No honest assessment omits the genuine challenges.
The attester layer adds latency to the happy path. When everything works and the leader is cooperative, the direct current path is faster than the MCP path. The protocol is trading worst-case censorship resistance for a small increase in best-case latency.
MEV infrastructure needs to rebuild. Jito is one of the most important pieces of infrastructure on Solana. The block engine model doesn't port directly to MCP. The ecosystem has a rebuilding period ahead, and the transition carries real risk of MEV dynamics becoming temporarily more opaque.
RPC infrastructure evolves. Today, RPCs forward transactions to the current leader. Under MCP, the target becomes one or more proposers. RPC providers need to maintain routing tables for 16 proposers that rotate on longer timescales than the current 400ms leader schedule, but still rotate.
The 50ms cycle floor is absolute. For applications requiring sub-20ms response — think HFT-style arbitrage between Solana and a CEX — the minimum inclusion commitment of one full cycle plus batch assembly time is a hard floor that the current architecture can in principle beat if you're co-located with a cooperative leader.
Putting It Together
Alpenglow and Constellation aren't separate upgrades that happen to be shipping around the same time. They're two halves of a coherent design.
Alpenglow solves the finality problem: once a block is assembled, it becomes irreversible in 150ms through a clean, bandwidth-optimal consensus mechanism that removes votes from the user transaction pipeline and enables async execution.
Constellation solves the inclusion problem: before a block is assembled, it provides a protocol-enforced guarantee that fee-competitive transactions submitted to any correct proposer will land within a bounded time window, with ordering determined by an open bid process rather than by whoever controls the current leader.
Together they describe a system where you submit a transaction to your nearest proposer, it's attested and committed within a 50ms cycle, the block assembles, and finality arrives roughly 150ms after that. Total observable time from submission to irreversibility: somewhere in the 200–400ms range, depending on conditions. Compare that to today's ~400ms optimistic confirmation plus 13 seconds full finality, with no inclusion guarantee in between.
For a market maker, this means tight quotes that land reliably. For a validator, predictable revenue and a reason to place infrastructure where users actually are. For an institutional participant evaluating a public blockchain versus a permissioned one, the public option now offers execution guarantees previously only available through centralized control.
The competition Solana is positioning against isn't really other L1s. It's the existing financial infrastructure — the clearing houses, prime brokers, and matching engines that intermediate every significant financial transaction on earth. The argument Constellation makes is that you can have censorship resistance, composability, and deterministic execution quality at the same time.
Whether it works depends on implementation, adoption, and the ecosystem's willingness to rebuild around new primitives. But the design is coherent, the research is serious, and the ambition is clear.
Data as of March 2026. Protocol specifications are subject to change prior to mainnet deployment. This content is for informational purposes only and does not constitute investment advice.
Sources: Solana Alpenglow White Paper v1.1 (Kniep, Sliwinski, Wattenhofer, Anza, July 2025) · Solana Constellation White Paper (Kniep, Resnick, Sliwinski, Wattenhofer, Anza, March 2026) · Alpenglow SIMD Proposal · Helius: Alpenglow Deep Dive · Placeholder/Volt Capital: Leveling the Stakes on Solana · Four Pillars: Constellation — Dismantling the Leader Monopoly · Chainflow: Solana Validator Discussions March 2026 · Figment: Q2 2025 Solana Validator Report
Contributors

Oscar GarciaFounder & CEO