Monad’s mainnet upgrade makes storing data together 98% cheaper
Monad, an EVM-compatible blockchain, activated its MonadTen revision on mainnet at 14:30 UTC on Sept. 2. The MIP-8 upgrade modifications how the community expenses contracts for studying storage, changing slot-by-slot warming with teams of 128 consecutive slots.
Monad’s mainnet block 101672712 measured 8,100 gasoline to learn slot 0, 100 gasoline to learn slot 1 on the identical web page, and eight,100 gasoline once more at slot 128, the primary slot of the following web page.
The official MonadTen release record units activation at Unix timestamp 1788359400. Below that timestamp, Monad9 guidelines remained in pressure.
Storage format now modifications the invoice
The final MIP-8 specification defines a storage web page as 128 phrases of 32 bytes every, or 4,096 bytes. The first SLOAD wherever on a web page prices 8,100 gasoline. Later reads wherever inside that warmed web page price 100 gasoline for the remainder of the transaction, topic to rollback when a name body reverts.
Under Monad’s prior schedule, two beforehand untouched slots every price 8,100 gasoline even after they sat subsequent to one another. Under the new opcode pricing, the identical pair prices 8,100 gasoline after which 100 gasoline if each fall inside one web page.

Common Solidity layouts can inherit that low cost mechanically. Sequential state variables, struct fields, and array parts occupy consecutive slots, so repeated reads usually tend to keep inside a warmed web page.
A mapping key typically resolves to a separate, dispersed web page, however fields inside a struct saved beneath that key stay contiguous and may share the page-level low cost.
Hashed or unaligned storage retains Monad’s existing cold baseline. Reads that cross web page boundaries nonetheless price 8,100 gasoline every, whereas financial savings rely upon what number of slots a transaction touches and whether or not these slots cluster inside the similar 128-slot boundary.
MIP-8 preserves EVM execution semantics whereas altering the assumptions utilized by tooling that builds entry lists, storage proofs, or gasoline estimates. EIP-2930 entries now heat pages, and proof codecs should signify the web page mannequin. The specification identifies contracts that hardcode storage-opcode gasoline prices as the principle compatibility-risk class.
For builders, the motivation is that data learn together is cheaper when it’s saved shut together.
The publish Monad’s mainnet upgrade makes storing data together 98% cheaper appeared first on CryptoSlate.
