Breaking
USWeek 1 College Football Schedule Features High-Stakes Matchups and Betting PredictionsTRAn argument between a shuttle driver in Arnavutköy led to murderSAIsraeli army kills two Palestinian teenagers in West Bank villageKR16th Gwangju Biennale to Open This Weekend with Theme of TransformationAUAlex de Minaur loses to Botic van de Zandschulp in US Open second roundINTLZelenskyy Announces Upcoming US Negotiator Visits to Moscow and Kyiv Amid Ongoing ConflictCNDebris flow disaster in Jilong County, Tibet: the hard work and rescue efforts behind the construction of National Highway 216BRFederal District asks the STF to force the Union to guarantee a loan to help BRBBRRenan Santos, from Missão, participates in the presidential campaign in São PauloVNVietnam's real estate market is under financial pressure: reduced liquidity, increased interest rates, tight creditUSWeek 1 College Football Schedule Features High-Stakes Matchups and Betting PredictionsTRAn argument between a shuttle driver in Arnavutköy led to murderSAIsraeli army kills two Palestinian teenagers in West Bank villageKR16th Gwangju Biennale to Open This Weekend with Theme of TransformationAUAlex de Minaur loses to Botic van de Zandschulp in US Open second roundINTLZelenskyy Announces Upcoming US Negotiator Visits to Moscow and Kyiv Amid Ongoing ConflictCNDebris flow disaster in Jilong County, Tibet: the hard work and rescue efforts behind the construction of National Highway 216BRFederal District asks the STF to force the Union to guarantee a loan to help BRBBRRenan Santos, from Missão, participates in the presidential campaign in São PauloVNVietnam's real estate market is under financial pressure: reduced liquidity, increased interest rates, tight credit
BackMonad activates MonadTen upgrade on mainnet, changing storage gas pricing to warm 128-slot pages
Monad activates MonadTen upgrade on mainnet, changing storage gas pricing to warm 128-slot pages
Developing
CryptoSlate47 minutes agoTech2 min read

Monad activates MonadTen upgrade on mainnet, changing storage gas pricing to warm 128-slot pages

Quick Look

  • Monad activated its MonadTen revision on mainnet at 14:30 UTC on Sept.
  • 2, implementing MIP-8 to change storage gas pricing from slot-by-slot warming to groups of 128 consecutive slots, reducing gas costs for repeated reads within the same storage page under certain conditions.

AI-generated summary

Why It Matters

Monad is an EVM-compatible blockchain that previously operated under MonadNine rules, which charged 8,100 gas for each storage slot read regardless of adjacency. The MonadTen upgrade introduces MIP-8 to change storage pricing by warming 128-slot pages, reducing costs for repeated reads within the same page.

Font size

Monad, an EVM-compatible blockchain, activated its MonadTen revision on mainnet at 14:30 UTC on Sept. 2. The MIP-8 upgrade changes how the network charges contracts for reading storage, replacing slot-by-slot warming with groups of 128 consecutive slots.

Monad's mainnet block 101672712 measured 8,100 gas to read slot 0, 100 gas to read slot 1 on the same page, and 8,100 gas again at slot 128, the first slot of the next page.

The official MonadTen release record sets activation at Unix timestamp 1788359400. Below that timestamp, MonadNine rules remained in force.

Storage layout now changes the bill

The final MIP-8 specification defines a storage page as 128 words of 32 bytes each, or 4,096 bytes. The first SLOAD anywhere on a page costs 8,100 gas. Later reads anywhere inside that warmed page cost 100 gas for the rest of the transaction, subject to rollback when a call frame reverts.

Under Monad’s prior schedule, two previously untouched slots each cost 8,100 gas even when they sat next to each other. Under the new opcode pricing, the same pair costs 8,100 gas and then 100 gas if both fall within one page.

Common Solidity layouts can inherit that discount automatically. Sequential state variables, struct fields, and array elements occupy consecutive slots, so repeated reads are more likely to stay inside a warmed page.

A mapping key generally resolves to a separate, dispersed page, but fields inside a struct stored under that key remain contiguous and can share the page-level discount.

Hashed or unaligned storage keeps Monad’s existing cold baseline. Reads that cross page boundaries still cost 8,100 gas each, while savings depend on how many slots a transaction touches and whether those slots cluster within the same 128-slot boundary.

MIP-8 preserves EVM execution semantics while changing the assumptions used by tooling that builds access lists, storage proofs, or gas estimates. EIP-2930 entries now warm pages, and proof formats must represent the page model. The specification identifies contracts that hardcode storage-opcode gas costs as the main compatibility-risk class.

For developers, the incentive is that data read together is cheaper when it is stored close together.

Open Questions

  • What is the expected adoption rate of the new storage layout among Solidity developers?
  • How will the change affect existing contracts that hardcode storage-opcode gas costs?
  • What tools or frameworks will need updates to support the new page-based access list model?

Related Topics

This article was originally published by CryptoSlate.

Related Stories

BIS Prototype Uses XRP Ledger to Authenticate Official Statistics
Developing·

BIS Prototype Uses XRP Ledger to Authenticate Official Statistics

The Bank for International Settlements released a working paper describing a prototype that uses the XRP Ledger to verify the authenticity of official statistics by anchoring cryptographic fingerprints of SDMX files on-chain, enabling independent integrity checks without exposing confidential data, while analyzing the implications for XRP token burn and reserve requirements under various batching scenarios.

CryptoSlate
3 min read
OpenAI releases GPT-6 Astra, claims it achieves artificial general intelligence
BREAKING·

OpenAI releases GPT-6 Astra, claims it achieves artificial general intelligence

OpenAI unveiled GPT-6 Astra, with President Greg Brockman declaring it a generational leap and the arrival of artificial general intelligence. The model autonomously discovers and exploits zero-day vulnerabilities, scored 100% on ExploitBench, and outperforms predecessors in scientific and cybersecurity benchmarks. Its capabilities are initially restricted to cybersecurity defenders via the Daybreak Blue program due to safety concerns.

Decrypt
2 min read
ChatGPT, Claude, and Grok Experience Simultaneous Service Outages
BREAKING·

ChatGPT, Claude, and Grok Experience Simultaneous Service Outages

Major AI platforms ChatGPT, Claude, and Grok experienced simultaneous service disruptions on Thursday morning, affecting millions of users worldwide. OpenAI, Anthropic, and xAI acknowledged the outages, with OpenAI citing a routing error, Anthropic reporting two separate incidents affecting Claude models, and xAI confirming issues with Grok's web, mobile, and API services. Service was restored by early afternoon EST, marking another chapter in the ongoing reliability challenges faced by leading AI assistants amid intensifying competition.

Decrypt
2 min read
More on this topicmonad