Solana’s Transaction V1 Goes Live on Testnet, Tripling Maximum Transaction Size
Solana’s new V1 transaction format expands the serialized transaction limit from 1,232 to 4,096 bytes, enabling larger multisigs, single-transaction zero-knowledge proofs and confidential transfers ahead of a planned September 9 mainnet activation.

Solana has launched its new Transaction V1 format on testnet, expanding the maximum serialized transaction size from 1,232 bytes to 4,096 bytes. The 3.3x increase is designed to remove a long-standing capacity constraint for advanced cryptographic operations and complex multi-signature transactions.
What Transaction V1 Changes
The upgrade is defined by two Solana Improvement Documents, SIMD-0296 and SIMD-0385. SIMD-0296 raises the transaction size limit, while SIMD-0385 introduces the V1 message format, identified by a 0x81 version byte and a configuration mask.
The larger envelope is intended to support several use cases that were difficult or impractical under the legacy format:
- Single-transaction zero-knowledge proofs, reducing the need for multi-step verification flows.
- Larger multisig transactions for DAOs and institutional treasuries with dozens of signers.
- Confidential transfers with encrypted but verifiable amounts.
- BLS signatures, which aggregate multiple signatures into a compact proof for applications such as bridges and validator attestations.
The new format does not support Address Lookup Tables, or ALTs. However, legacy transactions remain fully supported, meaning existing applications are not expected to break as the network adopts the new format.
Testnet Runway and Infrastructure Work
Local testing became available on August 24 through Solana CLI v4.2+ and Surfpool v1.5+, followed by testnet activation in late August. Mainnet activation is scheduled for September 9, 2026, giving developers roughly two weeks to identify implementation issues before the upgrade reaches production.
The protocol change also requires updates across Solana’s broader tooling ecosystem. RPC providers, indexers, SDKs, wallets, block explorers and analytics platforms must learn to parse V1 transactions correctly. Delays among infrastructure providers could lead to incomplete transaction displays or a fragmented user experience, even if the underlying protocol performs as expected.
For developers, the expansion is particularly relevant to applications that previously had to split proof verification, compress signature data or create custom workarounds. A single atomic transaction can simplify those designs and reduce latency, while larger multisig envelopes may improve treasury and governance operations.
What This Means
Transaction V1 strengthens Solana’s case as a platform for sophisticated cryptography, privacy-oriented transfers and institutional-grade coordination. The upgrade does not directly change market liquidity or token economics, but it could broaden the types of applications that can run natively on the network.
The immediate test is execution: whether developers and infrastructure providers complete their updates before September 9. If the rollout is smooth, the higher limit could become an important foundation for zero-knowledge applications, large-scale multisigs and cross-chain systems on Solana.

















