Solana to Triple Transaction Size as Apps Get Room for More Complex Trades
Solana plans to raise its transaction-size ceiling from 1,232 bytes to 4,096 bytes, giving developers more room for complex proofs, multisig payments and other data-heavy operations.

Solana is preparing to more than triple its maximum transaction size on Wednesday, expanding the space available for complex on-chain operations. The Transaction v1 format raises the ceiling from 1,232 bytes to 4,096 bytes, while preserving support for existing transaction formats.
A larger canvas for Solana applications
The upgrade allows operations that previously needed to be split across multiple transactions to increasingly fit into a single transaction. Potential use cases include large cryptographic proofs, payments requiring numerous approvals and some confidential transfers.
The change addresses a structural limitation in Solana’s original networking design. The former limit was linked to a roughly 1,280-byte internet data packet, but Solana changed how transaction traffic is transmitted in 2022, reducing the need for that constraint.
The new ceiling is set at four kilobytes, a standard memory-page size used by validator hardware. Going substantially higher could force individual transactions to span multiple pages, increasing the processing burden for the machines that maintain the network.
The feature is defined in SIMD-0296 and SIMD-0385, proposals co-authored by Jacob Creech and Andrew Fitzgerald. It is separate from recent governance votes concerning the pace at which new SOL enters or leaves supply through fees generated by network activity.
Compatibility and implementation requirements
Existing transaction formats will continue to work, meaning wallets and applications do not need to adopt Transaction v1 unless they require the additional capacity. The new format is already running on Solana’s test and development networks ahead of the planned activation.
The more immediate burden falls on services that read and interpret Solana data. Block and transaction-fetching infrastructure must recognize v1, or requests could fail when they encounter the new format. Services also need to look in a different location for priority-fee information under v1.
That change matters because outdated software could report a priority fee of zero even when a user paid one. Wallets, explorers and trading applications often depend on indexing and data services, so an integration problem behind the scenes could become inaccurate information on a user’s screen.
Larger transactions will also consume more network bandwidth. During periods of competition for block space, users may need to offer higher priority fees for large transactions, although the upgrade does not introduce a new per-byte fee.
What This Means
The increase strengthens Solana’s effort to compete with Ethereum on application flexibility while retaining its established speed and cost advantages. Developers gain a simpler path for data-dense operations that once required transaction batching, potentially improving execution flows for sophisticated applications.
The upgrade is not a new fee market or a change to SOL’s monetary policy. Its success will depend partly on ecosystem readiness: validators, data providers, wallets and explorers must correctly process and display Transaction v1 as adoption expands.

















