← All articles
MarketsNeutral context

Solana to triple transaction size limit as Transaction v1 feature goes live

Solana activates Transaction v1 on Wednesday, raising the per-transaction compute limit and forcing RPC providers, indexers, and explorers to update their software.

Adrian Cole

Adrian Cole

Markets & Mining Editor, RefreshCoin

Markets
RefreshCoin · Market deskBrief #M

Solana is set to roll out a long-anticipated change to its core transaction format on Wednesday, with the activation of Transaction v1, a feature that roughly triples the amount of compute a single transaction can consume. The upgrade is the most consequential change to the network's transaction envelope in years and is designed to give decentralized applications room for more complex on-chain operations without splitting them across multiple transactions.

What is changing in Transaction v1?

The headline change is the compute unit cap applied to every Solana transaction. Under the previous format, known as Transaction v0, a single transaction was limited to 1.4 million compute units, a budget that developers had to budget carefully when designing anything beyond a simple token swap. Transaction v1 lifts that ceiling to roughly 3.7 million compute units, giving on-chain programs almost three times more room to execute logic inside one atomic transaction.

In practice, this means a Solana program can run more instructions, perform more cryptographic work, and touch more accounts before hitting the limit. Operations that previously had to be split into several transactions, with the risk of partial failure between them, can now be bundled into one. The format change is backward compatible at the protocol level, but it forces every piece of infrastructure that reads Solana transactions to handle the larger payload.

Why does Solana need a bigger transaction format?

The 1.4 million compute unit ceiling was set when Solana's runtime was less feature rich, and it has acted as a quiet bottleneck for a growing class of applications. As zero-knowledge proofs, on-chain order books, and large multisignature wallets have moved from research papers to production code, their on-chain footprints have grown. A typical ZK proof verifier alone can consume hundreds of thousands of compute units, and a 20-of-20 multisignature operation multiplies signature checks accordingly.

Developers responded by splitting complex actions into multiple transactions, a workaround that introduces extra latency, higher fees, and a worse user experience when one step fails and must be retried. Transaction v1 removes that workaround. It also aligns Solana with a broader trend in smart-contract networks toward giving applications more headroom per atomic operation, a trend Ethereum has approached through Layer 2 rollups and account abstraction rather than a single network-level bump.

Who has to update their software?

The change is not a soft fork that node operators can ignore. Any service that deserializes Solana transactions, including RPC providers, block explorers, wallet backends, indexers, and analytics dashboards, must update its code to recognize the v1 format. Transactions that exceed the old size or compute limits will be rejected by software that has not been updated, which means stale infrastructure could surface errors or miss data after activation.

For end users of mainstream wallets such as Phantom, Backpack, and Solflare, the transition is expected to be invisible, with updates shipped through normal app releases. The operational risk sits with the infrastructure layer, where a missed update can mean missing trades, misreported balances, or failed transaction simulations. Teams running custom indexing pipelines or proprietary trading bots have been the focus of developer warnings in the lead-up to the activation.

What use cases does this unlock?

The clearest beneficiaries are applications that bundle heavy computation into a single user action. Zero-knowledge proof verifiers, a building block for ZK rollups and certain light-client designs, can now fit entirely on-chain without externalizing verification. Large multisignature treasuries, common in DAOs and protocol foundations, can sign with many co-signers in one transaction rather than staging approvals across several.

More broadly, on-chain derivatives, limit-order books, and sophisticated DeFi strategies that combine multiple legs can execute atomically. That reduces the surface area for MEV extraction between legs and lowers the chance that a partially filled strategy leaves a user exposed. For traders, the practical effect is fewer failed or reverted transactions and a wider design space for protocol teams building the next generation of Solana-native apps.

How does this fit Solana's broader roadmap?

Transaction v1 is the network-level prerequisite for a set of upcoming features that Solana core developers have flagged for 2026. Among them is a planned increase in Solana's block-level compute capacity, often discussed under the working title of larger blocks or higher aggregate compute limits, which would let validators process more total work per slot rather than just per transaction. A bigger per-transaction ceiling makes that change safer, because complex applications no longer collide with the per-transaction limit when block capacity rises.

It also sits alongside the Firedancer client rollout, an independent validator implementation developed by Jump Crypto that aims to increase throughput and reduce single-client risk on the network. Together, the compute bump, the planned block capacity changes, and Firedancer form a coordinated push to position Solana as a settlement layer for high-frequency and computationally heavy applications, not just for retail token transfers.

What should traders and developers watch next?

The immediate catalyst is Wednesday's mainnet activation. After that, the metrics to watch are compute unit utilization per slot, the share of transactions that hit the new ceiling, and any spike in failed or reverted transactions as infrastructure catches up. A clean transition would show stable block production and no meaningful rise in error rates reported by major RPC providers.

In the medium term, the market will look for the first wave of applications that actually need 3.7 million compute units: ZK rollups settling to Solana, large multisig treasuries, and complex DeFi strategies that previously could not fit on-chain. Adoption by these categories is the real test of whether the upgrade delivers more than a raw compute number. Regulatory and macro conditions for the wider crypto market remain the same as before the upgrade, so the change should be read as a protocol-level capacity expansion rather than a near-term catalyst for SOL's price.

Comments(0)

No comments yet. Be the first to weigh in.

Related reading