{"id":1766,"date":"2026-07-09T21:09:30","date_gmt":"2026-07-09T21:09:30","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=1766"},"modified":"2026-07-09T21:22:19","modified_gmt":"2026-07-09T21:22:19","slug":"ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/","title":{"rendered":"Ethereum Fusaka Upgrade: What It Changed &amp; What&#8217;s Next"},"content":{"rendered":"<h1 class=\"wp-block-heading\" id=\"ethereum-fusaka-upgrade-explained-what-changed-what-it-did-and-what-comes-next\">Ethereum Fusaka Upgrade Explained: What Changed, What It Did, and What Comes Next<\/h1>\n\n\n<p class=\"wp-block-paragraph\">Fusaka is live. Ethereum&#8217;s biggest data-scaling upgrade since Dencun activated on mainnet on December 3, 2025, and by early January 2026 the network had already tripled its blob capacity through two follow-up mini-forks. If you searched for a &#8220;Fusaka launch date,&#8221; that moment has passed \u2014 so this guide covers what the upgrade actually delivered, the numbers behind it, and how it changes what you build on.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The short version: Fusaka introduced PeerDAS, a smarter way for nodes to check that Layer 2 data is available without downloading all of it, plus a new mechanism to raise capacity in small, safe steps. The result is cheaper rollup transactions and a base layer prepared for far higher throughput. Here&#8217;s how each piece fits together, starting from the ground up.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-ethereum-fusaka-upgrade\">What Is the Ethereum Fusaka Upgrade?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Fusaka is a hard fork \u2014 a coordinated, backward-incompatible change to Ethereum&#8217;s protocol that every node must adopt to stay on the canonical chain. It shipped as Ethereum&#8217;s second major upgrade of 2025, following Pectra in May, and continues the network&#8217;s long scaling arc from the Merge (2022) through Dencun (2024).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The name follows Ethereum&#8217;s convention of pairing two upgrades that ship together. &#8220;Fulu&#8221; refers to the consensus-layer changes, named after a star; &#8220;Osaka&#8221; covers the execution-layer changes, named after the city that hosted a recent Devcon. Combine them and you get \u2014 one upgrade, two layers moving in tandem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What makes Fusaka distinct from user-facing upgrades is its focus. It re-engineers how the network handles the data that Layer 2 rollups post to Ethereum \u2014 the plumbing beneath the fees you actually pay. That backend focus is exactly why its impact took a few weeks to show up on-chain rather than landing all at once.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Hard fork:<\/strong> a protocol change that isn&#8217;t backward-compatible, requiring all node operators to update their software. Nodes running old versions get disconnected from the network at the fork block. See the <a href=\"https:\/\/ethereum.org\/roadmap\/fusaka\/\">Ethereum Foundation&#8217;s Fusaka overview<\/a> for the full technical scope.<\/p>\n<\/blockquote>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-ethereum-needed-fusaka-the-blob-bottleneck\">Why Ethereum Needed Fusaka: The Blob Bottleneck<\/h2>\n\n\n<p class=\"wp-block-paragraph\">To see why it mattered, you have to go back to Dencun in March 2024. That upgrade introduced <strong>blobs<\/strong> \u2014 temporary data containers where rollups like Arbitrum, Optimism, and Base post their transaction data cheaply, then have it discarded after roughly 18 days. Blobs cut Layer 2 fees dramatically, in many cases by 90% or more.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The problem was success. As rollup activity grew through 2024 and 2025, the ecosystem kept bumping against Ethereum&#8217;s blob ceiling. Before Fusaka, the network handled a target of 6 blobs per block with a maximum of 9 \u2014 and during peak usage, L2s were saturating that space, pushing fees back up. The cheap data lane was filling faster than it could grow.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The obvious fix \u2014 just raise the blob limit \u2014 carried a hidden cost. Under the old design, <strong>every full node had to download every blob<\/strong> to confirm the data was available. Doubling or tripling blob capacity would have doubled or tripled the bandwidth and storage burden on ordinary nodes, quietly pricing out home stakers and pushing the network toward centralization. Ethereum needed a way to scale data <em>without<\/em> making nodes heavier. That&#8217;s the puzzle PeerDAS solves.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-fusaka-works-the-core-changes\">How Fusaka Works: The Core Changes<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Fusaka bundled roughly 12 Ethereum Improvement Proposals (EIPs). Most are quiet efficiency and safety tweaks, but three changes carry the weight of the upgrade. Here&#8217;s each one, from the headliner down.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"peerdas-eip7594-sampling-instead-of-downloading\">PeerDAS (EIP-7594): Sampling Instead of Downloading<\/h3>\n\n\n<p class=\"wp-block-paragraph\">PeerDAS \u2014 Peer Data Availability Sampling \u2014 is Fusaka&#8217;s flagship. Instead of forcing every node to store every blob, it splits blob data into columns and distributes them across the network, so each full node custodies only about <strong>one-eighth<\/strong> of the total data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The clever part is the guarantee. Any portion of the data can be reconstructed from any existing 50% of the whole, which drives the probability of missing or fraudulent data down to a cryptographically negligible level. Nodes verify availability by <em>sampling<\/em> small slices from their peers rather than downloading everything \u2014 which is why the upgrade&#8217;s mascot is a zebra, its stripes echoing PeerDAS&#8217;s column-based structure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The bandwidth savings are substantial. For a home validator, PeerDAS cuts the blob data they need to download by roughly <strong>85%<\/strong> \u2014 one CoinGecko analysis put it at a drop from around 750 MB of blob data per day to about 112 MB. That reduction is what makes scaling blob capacity safe: you can add far more data lanes without asking solo stakers to move into a data center.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Data availability sampling:<\/strong> a method of confirming that data exists and is retrievable by checking small random samples rather than downloading the full set. It underpins Ethereum&#8217;s long-term path toward full Danksharding. Details in <a href=\"https:\/\/eips.ethereum.org\/EIPS\/eip-7594\">EIP-7594<\/a>.<\/p>\n<\/blockquote>\n\n\n<h3 class=\"wp-block-heading\" id=\"blob-parameter-only-forks-eip7892-a-dial-not-a-fork\">Blob Parameter Only Forks (EIP-7892): A Dial, Not a Fork<\/h3>\n\n\n<p class=\"wp-block-paragraph\">The second key change is procedural but powerful. Historically, raising blob capacity meant waiting 12 to 18 months for the next full hard fork. EIP-7892 introduced <strong>Blob Parameter Only (BPO) forks<\/strong> \u2014 lightweight, config-only upgrades that adjust the blob target and maximum without touching anything else in the protocol.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Think of it as a dial rather than a switch. Alex Stokes of the Ethereum Foundation described the design on the EthStaker launch livestream: developers <em>could<\/em> have turned capacity up 8x instantly, but chose not to. As he put it on the stream, sampling is a very new technique and cranking the dial to maximum on day one would not be the wisest decision. BPO forks let the network step capacity up in measured increments, watching telemetry between each move.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The BPO model came directly out of the Layer 2 world \u2014 OP Labs engineers proposed it, and it shipped as EIP-7892. That origin matters: it&#8217;s a scaling mechanism designed by the teams whose rollups depend on the extra capacity.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-60m-gas-limit-and-safety-caps-eip7935-and-friends\">The 60M Gas Limit and Safety Caps (EIP-7935 and friends)<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Fusaka also raised the default block gas limit target to <strong>60 million<\/strong>, up from 36 million \u2014 a coordinated client setting rather than a hard rule, letting the base layer fit roughly 20\u201330% more computation per block. Paired with that increase are several safety EIPs: a per-transaction gas cap of about 16.7 million gas (2\u00b2\u2074) so no single transaction can hog a block, and a strict block-size limit to prevent oversized blocks from slowing propagation. Capacity up, abuse vectors down.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"the-numbers-what-fusaka-delivered-by-january-2026\">The Numbers: What Fusaka Delivered by January 2026<\/h2>\n\n\n<p class=\"wp-block-paragraph\">This is where the refresh matters most \u2014 the upgrade didn&#8217;t finish on day one. Fusaka rolled out as <strong>three sequential events<\/strong> over 35 days, each dependent on the last landing cleanly.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Event<\/th><th>Date<\/th><th>Blob target<\/th><th>Blob max<\/th><\/tr><\/thead><tbody><tr><td><strong>Fusaka mainnet<\/strong><\/td><td>Dec 3, 2025, 21:49 UTC<\/td><td>6<\/td><td>9<\/td><\/tr><tr><td><strong>BPO1<\/strong><\/td><td>Dec 9, 2025<\/td><td>10<\/td><td>15<\/td><\/tr><tr><td><strong>BPO2<\/strong><\/td><td>Jan 7, 2026<\/td><td>14<\/td><td>21<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Both BPO forks activated on schedule. BPO1 lifted the target from 6 to 10 blobs; BPO2 pushed it to 14, with the maximum reaching 21. Together, the two forks roughly <strong>tripled blob capacity within a month<\/strong> \u2014 the most meaningful expansion of Ethereum&#8217;s data availability since blobs were introduced.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The transitions were smooth. Network telemetry showed the participation rate holding near 99% through BPO1, with only a brief dip around the activation epoch, and finality never interrupted. Blob demand has since climbed steadily without approaching the new ceiling, which is exactly the &#8220;spare capacity&#8221; outcome developers were aiming for.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reliability data does carry one caveat worth watching. Independent telemetry suggests the baseline block-miss rate sits near 0.5%, but climbs as blocks fill with blobs \u2014 reaching roughly 1.79% (about 3.5x baseline) at the 21-blob ceiling. That miss-rate curve is precisely why core developers are holding further increases (BPO3 and BPO4) pending review rather than pushing the dial higher on a fixed timetable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the L2 economics: a typical Layer 2 transaction that cost around $0.50 in late 2025 dropped to roughly $0.20\u2013$0.30 in the weeks after Fusaka, with further room as capacity gets used. The combined L2 ecosystem currently processes on the order of 5,600 TPS, with developers projecting 24,000+ TPS as the BPO schedule progresses.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-fusaka-means-for-developers-and-node-operators\">What Fusaka Means for Developers and Node Operators<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Strip away the acronyms and the practical picture is straightforward. If you build on a rollup, your users&#8217; data-posting costs fell and have more headroom to keep falling. If you run infrastructure, the resource math changed in your favor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For <strong>node operators and home stakers<\/strong>, PeerDAS is the headline benefit. Because each node now custodies a fraction of blob data instead of all of it, disk usage and download bandwidth for blobs can drop by 50% or more compared to pre-Fusaka \u2014 even as total network capacity climbs. A solo staker running 32 ETH stays comfortably within home-hardware bandwidth ranges at BPO2 levels. Keeping solo staking viable while scaling is the whole point; it&#8217;s how Ethereum avoids &#8220;scale by centralization.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For <strong>application developers<\/strong>, Fusaka also shipped smaller quality-of-life additions: native support for the secp256r1 signature curve (EIP-7951), which opens the door to signing transactions with smartphone biometrics like Face ID, and a new CLZ opcode for cheaper on-chain math. These won&#8217;t headline a marketing page, but they matter if you&#8217;re building wallets or gas-sensitive contracts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One operational note if you run your own node: Fusaka required updates to <strong>both<\/strong> the execution-layer and consensus-layer clients, and validators needed to update their beacon node and validator client together. Anyone relying on managed infrastructure \u2014 for example, a <a href=\"https:\/\/nownodes.io\/nodes\/ethereum-eth\">dedicated Ethereum node<\/a> \u2014 inherited Fusaka support without touching client software, which is one reason teams offload this. If you&#8217;re newer to how these two layers split responsibilities, our <a href=\"https:\/\/nownodes.io\/nodes\">guide to running and connecting to blockchain nodes<\/a> walks through the basics.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"where-fusaka-fits-in-ethereums-roadmap\">Where Fusaka Fits in Ethereum&#8217;s Roadmap<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Fusaka isn&#8217;t an endpoint \u2014 it&#8217;s the data-availability chapter of a longer story. Placing it in sequence makes its role clear:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Merge (2022):<\/strong> moved Ethereum from proof-of-work to proof-of-stake.<\/li>\n\n\n\n<li><strong>Shapella (2023):<\/strong> enabled validators to withdraw staked ETH.<\/li>\n\n\n\n<li><strong>Dencun (2024):<\/strong> introduced blobs and the modern L2 fee era.<\/li>\n\n\n\n<li><strong>Pectra (May 2025):<\/strong> refined validator mechanics and execution.<\/li>\n\n\n\n<li><strong>Fusaka (Dec 2025):<\/strong> scaled data availability via PeerDAS and BPO forks.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">PeerDAS is also the technical foundation for <strong>full Danksharding<\/strong>, Ethereum&#8217;s long-term data-scaling design, with core developers targeting far higher blob counts over time \u2014 plans point toward 48 blobs per block by mid-2026 and 128 under full Danksharding. Each BPO fork doubles as a live stress test validating whether the network can safely handle the next jump.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enterprise Ethereum Alliance&#8217;s Paul Brody captured Fusaka&#8217;s forward-looking nature on the launch livestream, noting that upgrades like PeerDAS aren&#8217;t visible the next day but lay the groundwork for the road toward a trillion transactions a day. It&#8217;s infrastructure you feel later, not immediately.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-comes-after-fusaka-glamsterdam\">What Comes After Fusaka: Glamsterdam<\/h2>\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re reading this in 2026 and wondering what&#8217;s <em>next<\/em>, the answer is <strong>Glamsterdam<\/strong> \u2014 Ethereum&#8217;s next major hard fork and the upgrade now dominating core-developer attention.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Where Fusaka scaled data, Glamsterdam targets execution efficiency and the validator economy. Its two headline proposals are <strong>EIP-7732 (Enshrined Proposer-Builder Separation, or ePBS)<\/strong>, which moves block-building rules that currently rely on external relays like MEV-Boost directly into the protocol, and <strong>EIP-7928 (Block-Level Access Lists, or BALs)<\/strong>, which enables parallel transaction execution and supports raising the gas limit from 60M toward 200M. A gas-repricing cluster rounds out the package.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On timing, be careful with any &#8220;date&#8221; you see \u2014 the target has moved. Glamsterdam was originally aimed at June 2026, but after the Sold\u00f8gn interop devnet concluded around May 2, 2026, the realistic window shifted to the second half of the year, most often cited as <strong>Q3 2026 (around end of August)<\/strong>. No firm mainnet block has been locked. Ethereum Foundation engineer Parithosh Jayanthi has described the current phase as the last step before hardening and shipping to testnets, and called Glamsterdam &#8220;probably the largest fork we&#8217;ve had since the Merge.&#8221; The clearest leading indicators to watch are the Sepolia and Hoodi public testnet activations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you operate validator infrastructure, Glamsterdam carries a heavier lift than Fusaka: ePBS introduces a new Payload Timeliness Committee attestation duty, so you&#8217;ll need both clients updated and your setup audited well ahead of activation.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Fusaka did the unglamorous, essential work of scaling Ethereum&#8217;s data layer without compromising the decentralization that makes it worth using. PeerDAS let nodes sample data instead of downloading all of it, the BPO mechanism turned capacity increases into a safe, tunable dial, and by January 2026 the network had tripled blob capacity while keeping home stakers in the game.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The practical takeaways are few. Rollup data is cheaper and has more room to fall. Running a node got lighter, not heavier. And the next chapter \u2014 Glamsterdam \u2014 is already in final development, aiming at execution efficiency rather than data. Whether you&#8217;re deploying contracts, running a validator, or just tracking where Ethereum is headed, Fusaka is the upgrade that quietly reset the ceiling. For teams that want a consistent, upgrade-ready view of the chain without managing client releases themselves, reliable <a href=\"https:\/\/nownodes.io\/for-developers\">Ethereum node infrastructure from NOWNodes<\/a> keeps that connection stable through every fork.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-ethereum-fusaka-upgrade\"><strong>What is the Ethereum Fusaka upgrade?<\/strong> <\/h3>\n\n\n<p class=\"wp-block-paragraph\">It is an Ethereum hard fork that activated on mainnet on December 3, 2025. Its headline feature is PeerDAS, which lets nodes verify Layer 2 blob data by sampling small slices instead of downloading everything, alongside a Blob Parameter Only (BPO) mechanism that raises blob capacity in safe steps. It scaled data availability for rollups without increasing node hardware requirements.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"when-did-fusaka-go-live\">When did Fusaka go live? <\/h3>\n\n\n<p class=\"wp-block-paragraph\">It activated on December 3, 2025, at 21:49 UTC (epoch 411,392). Two follow-up Blob Parameter Only forks completed the rollout: BPO1 on December 9, 2025, and BPO2 on January 7, 2026. Together they tripled blob capacity within roughly a month.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"what-does-fusaka-do-for-gas-fees\"><strong>What does Fusaka do for gas fees?<\/strong> <\/h3>\n\n\n<p class=\"wp-block-paragraph\">It mainly reduces the <em>data-posting<\/em> cost for Layer 2 rollups, which is the largest component of many L2 fees. A typical L2 transaction that cost around $0.50 in late 2025 fell to roughly $0.20\u2013$0.30 after Fusaka. It does not directly slash Ethereum mainnet (L1) gas fees \u2014 that&#8217;s more the focus of the next upgrade, Glamsterdam.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"do-i-need-to-do-anything-with-my-eth-because-of-fusaka\"><strong>Do I need to do anything with my ETH because of Fusaka?<\/strong> <\/h3>\n\n\n<p class=\"wp-block-paragraph\">No. Update doesn&#8217;t change your balance, wallet address, or how you hold ETH. If you use an exchange or wallet, there&#8217;s nothing to do. Anyone telling you to &#8220;upgrade&#8221; your ETH is attempting a scam. Only node operators and validators needed to update their client software.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-much-does-peerdas-reduce-node-bandwidth\"><strong>How much does PeerDAS reduce node bandwidth?<\/strong> <\/h3>\n\n\n<p class=\"wp-block-paragraph\">PeerDAS cuts the blob data a validator must download by roughly 85%, because each node custodies only about one-eighth of blob data and samples the rest from peers. This is what allowed Ethereum to raise blob capacity without pushing home stakers off the network.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-difference-between-fusaka-and-glamsterdam\"><strong>What is the difference between Fusaka and Glamsterdam?<\/strong> <\/h3>\n\n\n<p class=\"wp-block-paragraph\">Fusaka (December 2025) scaled Ethereum&#8217;s data availability through PeerDAS and BPO forks. Glamsterdam, Ethereum&#8217;s next major hard fork targeted for the second half of 2026, focuses instead on execution efficiency \u2014 introducing Enshrined Proposer-Builder Separation (ePBS) and Block-Level Access Lists (BALs) for parallel processing. Different problems, sequential upgrades.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-many-blobs-can-ethereum-handle-after-fusaka\"><strong>How many blobs can Ethereum handle after Fusaka?<\/strong> <\/h3>\n\n\n<p class=\"wp-block-paragraph\">After BPO2 (January 7, 2026), Ethereum targets 14 blobs per block with a maximum of 21, up from a target of 6 and maximum of 9 before Fusaka. Core developers plan to continue raising this through future BPO forks, with a long-term goal of 128 blobs per block under full Danksharding.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe0a7de2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/nownodes.io\/nodes\">Connect to ETH Nodes NOW<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ethereum Fusaka Upgrade Explained: What Changed, What It Did, and What Comes Next Fusaka is live. Ethereum&#8217;s biggest data-scaling upgrade since Dencun activated on mainnet on December 3, 2025, and by early January 2026 the network had already tripled its blob capacity through two follow-up mini-forks. If you searched for a &#8220;Fusaka launch date,&#8221; that [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1768,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[59,7],"tags":[203,90,40,123,331],"class_list":["post-1766","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ethereum","category-node-guides","tag-api","tag-ethereum","tag-mainnet","tag-rpc-nodes","tag-update"],"blocksy_meta":{"has_hero_section":"enabled","hero_elements":[{"id":"custom_title","enabled":false,"heading_tag":"h1","title":"Home","__id":"9okP5mcwpaqoq0z3W5K9u"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false},"__id":"Z7Lk53tmVKLyVY6MgqSBj"},{"id":"custom_meta","enabled":true,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"updated_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"categories","enabled":true,"label":"In","style":"simple"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true},"__id":"IrxoL4IceJf5qVhETDopW"},{"id":"breadcrumbs","enabled":false,"__id":"VQuos1di5ynhPKtNilta-"}],"styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_blog_post\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"single_blog_post\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;}","tablet":"","mobile":""},"google_fonts":{"Lexend Deca":["n3","n6"]},"version":6}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ethereum Fusaka Hard Fork: The Next Upgrade Explained<\/title>\n<meta name=\"description\" content=\"Ethereum Fusaka hard fork is here! Explore the next upgrade, its features, and impact. Discover how Fusaka will revolutionize rollups and peerdas.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ethereum Fusaka Hard Fork: The Next Upgrade Explained\" \/>\n<meta property=\"og:description\" content=\"Ethereum Fusaka hard fork is here! Explore the next upgrade, its features, and impact. Discover how Fusaka will revolutionize rollups and peerdas.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-09T21:09:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T21:22:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/09\/coin_13-12.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"\u0410nastasia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0410nastasia\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\"},\"author\":{\"name\":\"\u0410nastasia\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\"},\"headline\":\"Ethereum Fusaka Upgrade: What It Changed &amp; What&#8217;s Next\",\"datePublished\":\"2026-07-09T21:09:30+00:00\",\"dateModified\":\"2026-07-09T21:22:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\"},\"wordCount\":2517,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"API\",\"Ethereum\",\"Mainnet\",\"RPC Nodes\",\"Update\"],\"articleSection\":[\"Ethereum\",\"Node Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\",\"url\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\",\"name\":\"Ethereum Fusaka Hard Fork: The Next Upgrade Explained\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2026-07-09T21:09:30+00:00\",\"dateModified\":\"2026-07-09T21:22:19+00:00\",\"description\":\"Ethereum Fusaka hard fork is here! Explore the next upgrade, its features, and impact. Discover how Fusaka will revolutionize rollups and peerdas.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Node Guides\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/node-guides\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ethereum Fusaka Upgrade: What It Changed &amp; What&#8217;s Next\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\",\"name\":\"\u0410nastasia\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"caption\":\"\u0410nastasia\"},\"url\":\"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ethereum Fusaka Hard Fork: The Next Upgrade Explained","description":"Ethereum Fusaka hard fork is here! Explore the next upgrade, its features, and impact. Discover how Fusaka will revolutionize rollups and peerdas.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/","og_locale":"en_US","og_type":"article","og_title":"Ethereum Fusaka Hard Fork: The Next Upgrade Explained","og_description":"Ethereum Fusaka hard fork is here! Explore the next upgrade, its features, and impact. Discover how Fusaka will revolutionize rollups and peerdas.","og_url":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/","og_site_name":"NOWNodes Blog","article_published_time":"2026-07-09T21:09:30+00:00","article_modified_time":"2026-07-09T21:22:19+00:00","og_image":[{"width":2400,"height":1200,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/09\/coin_13-12.png","type":"image\/png"}],"author":"\u0410nastasia","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"\u0410nastasia","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/"},"author":{"name":"\u0410nastasia","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8"},"headline":"Ethereum Fusaka Upgrade: What It Changed &amp; What&#8217;s Next","datePublished":"2026-07-09T21:09:30+00:00","dateModified":"2026-07-09T21:22:19+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/"},"wordCount":2517,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["API","Ethereum","Mainnet","RPC Nodes","Update"],"articleSection":["Ethereum","Node Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/","url":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/","name":"Ethereum Fusaka Hard Fork: The Next Upgrade Explained","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2026-07-09T21:09:30+00:00","dateModified":"2026-07-09T21:22:19+00:00","description":"Ethereum Fusaka hard fork is here! Explore the next upgrade, its features, and impact. Discover how Fusaka will revolutionize rollups and peerdas.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/ethereums-fusaka-hard-fork-why-december-2025-will-be-a-turning-point\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Node Guides","item":"https:\/\/nownodes.io\/blog\/category\/node-guides"},{"@type":"ListItem","position":3,"name":"Ethereum Fusaka Upgrade: What It Changed &amp; What&#8217;s Next"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8","name":"\u0410nastasia","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","caption":"\u0410nastasia"},"url":"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes"}]}},"modified_by":"Arseniy","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=1766"}],"version-history":[{"count":4,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1766\/revisions"}],"predecessor-version":[{"id":2467,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1766\/revisions\/2467"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/1768"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=1766"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=1766"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=1766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}