# What is EIP-1153 and how does it improve Ethereum's transaction efficiency?

Jessica Washington · August 4, 2026

> EIP-1153 introduces transient storage to Ethereum, which allows data to exist temporarily during a transaction without being permanently stored, making...

EIP-1153 introduces transient storage to Ethereum, which allows data to exist temporarily during a transaction without being permanently stored, making it similar to a volatile memory in computing.

The new opcodes TLOAD and TSTORE, proposed in EIP-1153, facilitate the manipulation of this transient storage, allowing developers to manage data without incurring the high costs typically associated with permanent storage.

**Also worth reading:** [What is the Illinois crypto tax compliance checklist for 2026 and how does the new transaction tax affect traders?](https://cryptgo.co/knowledge/what_is_the_illinois_crypto_tax_compliance_checklist_for_2026_and_how_does_the_new_transaction_tax_affect_traders.php) · [How do smart account gas optimization techniques reduce transaction costs on EVM chains in 2026?](https://cryptgo.co/knowledge/how_do_smart_account_gas_optimization_techniques_reduce_transaction_costs_on_evm_chains_in_2026.php) · [How does the Sidrachain blockchain differ from traditional blockchain networks in terms of scalability, security, and transaction processing speed?](https://cryptgo.co/knowledge/how_does_the_sidrachain_blockchain_differ_from_traditional_blockchain_networks_in_terms_of_scalability_security_and_transaction_processing_speed.php)

Transient storage is discarded after each transaction, which eliminates the need for disk access, resulting in significant gas savings for developers when executing smart contracts.

The motivation behind EIP-1153 stems from the limitations of the Ethereum Virtual Machine (EVM) that developers faced, particularly regarding the inefficiencies of storage operations.

The addressing scheme for TSTORE and TLOAD is identical to that of existing storage opcodes SSTORE and SLOAD, which allows for easier integration into current smart contract codebases.

By reducing gas costs associated with storage operations, EIP-1153 enables cleaner smart contract designs, as developers can prioritize efficiency without complicating their code.

The transient storage model can enhance various aspects of smart contract functionality, including reentrancy locks, which improve security by preventing unforeseen interactions during contract execution.

EIP-1153 has been recognized as a necessary improvement for Ethereum, aiming to streamline transactions and enhance the overall user experience on the platform.

The proposal was first introduced in 2018 by developers Alexey Akhunov and Moody Salem, reflecting a long-standing need for improved efficiency in the Ethereum ecosystem.

Transient storage can be particularly useful for temporary data that does not need to be accessed after the transaction concludes, such as intermediate calculations or temporary flags.

Implementing EIP-1153 allows for a new data location in the EVM, which expands the types of storage available to developers beyond memory, storage, calldata, and return data.

The efficiency improvements from EIP-1153 are expected to support larger and more complex decentralized applications (dApps), as they can operate with lower costs and reduced complexity.

As of April 2025, the implementation of EIP-1153 is anticipated to be part of the upcoming Cancun hard fork, signaling its integration into the Ethereum protocol.

EIP-1153 serves as a response to the growing demand for scalable solutions in blockchain technology, reflecting the ongoing evolution of the Ethereum network.

The use of transient storage aligns with principles of functional programming, where data is only kept as long as necessary, promoting cleaner and more maintainable code.

The introduction of transient storage means that developers can avoid unnecessary state changes in their contracts, leading to fewer potential vulnerabilities.

The reduced complexity of managing storage through EIP-1153 can lead to faster transaction processing times, as fewer resources are consumed during execution.

EIP-1153 highlights a fundamental shift in how state management is approached in blockchain development, emphasizing efficiency and performance.

The adoption of transient storage is expected to simplify the design of smart contracts, which often struggle with gas price fluctuations and storage limitations.

The successful implementation of EIP-1153 could inspire further improvements to the EVM, potentially leading to additional opcodes that enhance transaction efficiency and overall network performance.

Canonical: https://cryptgo.co/knowledge/what_is_eip-1153_and_how_does_it_improve_ethereums_transaction_efficiency.php
Markdown: https://cryptgo.co/knowledge/what_is_eip-1153_and_how_does_it_improve_ethereums_transaction_efficiency.php/index.md
