The name Fusaka comes from a combination of the execution layer upgrade Osaka and the consensus layer version Fula Star. This upgrade is expected to be activated on December 3, 2025 at 21:49 UTC. This upgrade includes 12 EIPs, covering data availability, Gas/block capacity, security optimization, signature compatibility, transaction fee structure, etc. It is a systematic upgrade to achieve L1 capacity expansion, reduce L2 costs, reduce node costs, and improve user experience. I. Fusaka's two core objectives: to improve Ethereum performance and to enhance user experience. Objective 1: Significantly improve the underlying performance and scalability of Ethereum. Core keywords: Data availability expansion Reduced node load Blob is more flexible Improved execution capabilities A more efficient and secure consensus mechanism In short: to further improve Ethereum performance. Objective 2: Improve user experience and drive the next generation of wallet and account abstraction. Core keywords: Block preconfirmation P-256 (device native signature) support mnemonic wallet A more modern account system Essentially, Ethereum is moving closer to the experience of mainstream internet software. II. Five Key Changes in Fusaka 1. PeerDAS: Reduces the data storage burden on nodes PeerDAS is a core new feature of the Fusaka upgrade. Currently, Layer 2 nodes use blobs (a temporary data type) to publish data to Ethereum. Before the Fusaka upgrade, each full node had to store every blob to ensure data existence. As blob throughput increases, downloading all this data becomes extremely resource-intensive, making it difficult for nodes to handle. PeerDAS employs a data abailability sampling scheme, allowing each node to store only a subset of data blocks instead of the entire dataset. To ensure data availability, any subset of data can be reconstructed from 50% of the existing data, reducing the probability of errors or missing data to a cryptographically negligible level. PeerDAS works by applying Reed-Solomon erasure coding to blob data. In traditional applications, DVDs use the same encoding technology—even with scratches, the player can still read the disc; similarly, QR codes can still be fully recognized even when partially obscured. Therefore, the PeerDAS solution can ensure that the hardware and bandwidth requirements of the nodes are within an acceptable range, while also enabling blob expansion, thereby supporting more and larger-scale Layer2 nodes at a lower cost. 2. Flexibly increase the number of blobs as needed: Adapt to ever-changing L2 data requirements. To ensure consistent upgrades across all nodes, clients, and validator software, a gradual approach is necessary. To more quickly adapt to evolving Layer 2 data block requirements, a mechanism of blob-parameter-only forks is introduced. When blobs were first added to the network during the Dencun upgrade, there were 3 (max 6), which was later increased to 6 (max 9) in the Pectra upgrade. After Fusaka, they can be added at a sustainable rate without requiring major network upgrades. 3. Supports historical record expiration: reduces node costs. To reduce the disk space required by node operators during Ethereum's continued growth, clients are required to begin supporting the expiration of some historical records. In fact, clients already have this function enabled in real-time; this upgrade simply adds it to the to-do list. 4. Pre-confirmation of blocks: Enables faster transaction confirmation. Using EIP7917, the Beacon Chain will be able to identify the block proposers for the next epoch. Knowing in advance which validators will propose future blocks enables pre-confirmation. A commitment can be made with the upcoming block proposer to guarantee that user transactions will be included in that block, without waiting for the actual block to be generated. This feature benefits client implementation and network security because it prevents extreme situations such as validators manipulating proposer scheduling. Furthermore, the look-ahead feature reduces implementation complexity. 5. Native P-256 signature: Ethereum directly aligns with 5 billion mobile devices. A built-in, pass-key-like secp256r1 (P-256) signature checker is introduced at a fixed address. This is the native signature algorithm used by systems such as Apple, Android, FIDO2, and WebAuthn. For users, this upgrade unlocks native device signing and passkey functionality. Wallets can directly access Apple's Secure Vault, Android Keystore, Hardware Security Module (HSM), and FIDO2/WebAuthn—no mnemonic phrase required, a smoother registration process, and a multi-factor authentication experience comparable to modern applications. This will result in a better user experience, more convenient account recovery methods, and an account abstraction model that matches the existing functionality of billions of devices. For developers, it accepts 160 bytes of input and returns 32 bytes of output, making it very easy to port existing libraries and L2 contracts. Its underlying implementation includes pointers to infinity and modulo comparison checks to eliminate tricky boundary cases without breaking valid callers. III. The Long-Term Impact of the Fusaka Upgrade on the Ethereum Ecosystem 1. Impact on L2: Expansion enters the second curve. Through PeerDAS and the on-demand increase of Blob numbers, as well as a fairer data pricing mechanism, the data availability bottleneck has been resolved, and Fusaka has accelerated the decline in L2 costs. 2. Impact on nodes: Operating costs continue to decrease. Reduced storage requirements and shorter synchronization times lower operating costs. Furthermore, in the long run, this ensures the continued participation of nodes with weaker hardware, thereby guaranteeing the continued decentralization of the network. 3. Impact on DApps: More complex on-chain logic becomes possible. More efficient mathematical opcodes and more predictable block proposal schedules may drive high-performance AMMs, more complex derivative protocols, and fully on-chain applications. 4. Impact on ordinary users: Finally, they can use blockchain like Web2. P-256 signatures mean that there is no need for mnemonic phrases, mobile phones can be used as wallets, login is more convenient, recovery is simpler, and multi-factor authentication is naturally integrated. This is a revolutionary change in user experience and one of the necessary conditions for driving 1 billion users to the blockchain. IV. Conclusion: Fusaka is a key step towards DankSharding and large-scale user adoption. Dencun ushered in the era of Blob (Proto-Dank Sharding), Pectra optimized execution and had an impact on EIP-4844, while Fusaka allowed Ethereum to take a key step towards "sustainable scaling + mobile-first". TLDR: This upgrade will incorporate 12 EIPs, mainly including: EIP-7594: Employs PeerDAS to reduce the data storage burden on nodes. This is a key foundation for expanding Ethereum's data capacity. PeerDAS has built the infrastructure needed to implement Danksharding, and future upgrades are expected to increase data throughput from 375kb/s to several MB/s. It also directly implements Layer 2 scaling, enabling nodes to process more data efficiently without overwhelming individual participants. EIP-7642: Introduces the history expiration function to reduce the disk space required by nodes. This is equivalent to changing how receipts are processed, removing old data from node synchronization, thus saving approximately 530GB of bandwidth during synchronization. EIP-7823: Sets the upper limit for MODEXP to prevent consensus vulnerabilities. This limits the length of each input to 1024 bytes for the MODEXP cryptographic precompiled code. Previously, MODEXP had been a source of consensus vulnerabilities due to its unrestricted input length. By setting practical limits covering all real-world application scenarios, the scope of testing is reduced, paving the way for future replacement with more efficient EVM code. EIP-7825: Introduces a transaction gas cap to prevent a single transaction from consuming most of the block space. This measure introduces a gas cap of 167,777,216 per transaction, preventing any single transaction from consuming most of the block space. This ensures a fairer allocation of block space, thereby improving network stability and the ability to defend against DoS attacks, and enabling more predictable block verification times. EIP-7883: Increases the gas cost of ModExp cryptographic precompiled code to prevent potential denial-of-service attacks due to excessively low pricing. To address the issue of excessively low pricing for operations, the gas cost of ModExp cryptographic precompilers has been increased. The minimum cost has increased from 200 gas to 500 gas, and the cost doubles for large inputs exceeding 32 bytes. This ensures reasonable pricing for cryptographic precompilers, improves network economic sustainability, and prevents potential denial-of-service attacks caused by excessively low pricing. EIP-7892: Supports on-demand elastic scaling of blob counts to adapt to evolving Layer 2 requirements. Ethereum can adjust blob storage parameters more frequently by creating a new, lightweight process. This allows for smaller adjustments to blob capacity to adapt to the evolving needs of Layer 2 without waiting for major upgrades. EIP-7917: Enables block preconfirmation, improving the predictability of transaction order. Currently, validators cannot know who will propose blocks until the next epoch begins, introducing uncertainty into MEV mitigation and the pre-acknowledgment protocol. This change pre-calculates and stores the proposer schedule for future epochs, making it deterministic and accessible to applications. EIP-7918: Introduces a base blob fee linked to execution costs, thereby addressing the market problem of data block fees. This solution addresses the block fee market problem by introducing a reserve price linked to execution costs. This prevents the block fee market from failing at 1 wei when the Layer 2 execution cost is significantly higher than the block cost. This is crucial for L2, ensuring that sustainable Blob pricing reflects true costs and maintains effective price discovery as L2 usage scales up. EIP-7934: Limits the maximum RLP execution block size to 10MB to prevent network instability and denial-of-service attacks. Currently, block sizes can be very large, which slows down network propagation and increases the risk of temporary forks. This limitation ensures that block sizes remain within a reasonable range that the network can process and propagate efficiently. This improves network reliability, reduces the risk of temporary forks, and thus achieves more stable transaction confirmation times. EIP-7935: Increases the default gas limit to 60M to expand L1 execution capabilities. The proposal suggests increasing the gas cap from 36M to 60M to expand L1 execution capacity. While this change does not require a hard fork (the gas cap is a parameter chosen by validators), extensive testing is needed to ensure network stability under high computational loads. Therefore, including this EIP in a hard fork ensures that this work is prioritized and continues. By allowing each data block to perform more computations, the overall network throughput is directly improved, which is the most direct way to extend L1 execution capabilities. EIP-7939: Added CLZ opcode to make on-chain computation more efficient. This update adds a new CLZ (Calculate Leading Zeros) opcode to the EVM for efficiently calculating the number of leading zeros in a 256-bit number. This significantly reduces the gas cost of mathematical operations requiring bit manipulation, improves computational efficiency, and enables more complex on-chain computations. This allows for cheaper and more efficient mathematical operations, benefiting DeFi protocols, gaming applications, and any contracts that require complex mathematical calculations. EIP-7951: Adds support for pre-compiled secp256r1 curves to improve user experience. This update adds support for the widely used cryptographic curve secp256r1 (also known as P-256) to Ethereum. Currently, Ethereum only supports the secp256k1 curve for signatures, but many devices and systems use secp256r1. This update enables Ethereum to verify signatures from iPhones, Android phones, hardware wallets, and other systems using this standard curve, making it easier to integrate with existing infrastructure.The name Fusaka comes from a combination of the execution layer upgrade Osaka and the consensus layer version Fula Star. This upgrade is expected to be activated on December 3, 2025 at 21:49 UTC. This upgrade includes 12 EIPs, covering data availability, Gas/block capacity, security optimization, signature compatibility, transaction fee structure, etc. It is a systematic upgrade to achieve L1 capacity expansion, reduce L2 costs, reduce node costs, and improve user experience. I. Fusaka's two core objectives: to improve Ethereum performance and to enhance user experience. Objective 1: Significantly improve the underlying performance and scalability of Ethereum. Core keywords: Data availability expansion Reduced node load Blob is more flexible Improved execution capabilities A more efficient and secure consensus mechanism In short: to further improve Ethereum performance. Objective 2: Improve user experience and drive the next generation of wallet and account abstraction. Core keywords: Block preconfirmation P-256 (device native signature) support mnemonic wallet A more modern account system Essentially, Ethereum is moving closer to the experience of mainstream internet software. II. Five Key Changes in Fusaka 1. PeerDAS: Reduces the data storage burden on nodes PeerDAS is a core new feature of the Fusaka upgrade. Currently, Layer 2 nodes use blobs (a temporary data type) to publish data to Ethereum. Before the Fusaka upgrade, each full node had to store every blob to ensure data existence. As blob throughput increases, downloading all this data becomes extremely resource-intensive, making it difficult for nodes to handle. PeerDAS employs a data abailability sampling scheme, allowing each node to store only a subset of data blocks instead of the entire dataset. To ensure data availability, any subset of data can be reconstructed from 50% of the existing data, reducing the probability of errors or missing data to a cryptographically negligible level. PeerDAS works by applying Reed-Solomon erasure coding to blob data. In traditional applications, DVDs use the same encoding technology—even with scratches, the player can still read the disc; similarly, QR codes can still be fully recognized even when partially obscured. Therefore, the PeerDAS solution can ensure that the hardware and bandwidth requirements of the nodes are within an acceptable range, while also enabling blob expansion, thereby supporting more and larger-scale Layer2 nodes at a lower cost. 2. Flexibly increase the number of blobs as needed: Adapt to ever-changing L2 data requirements. To ensure consistent upgrades across all nodes, clients, and validator software, a gradual approach is necessary. To more quickly adapt to evolving Layer 2 data block requirements, a mechanism of blob-parameter-only forks is introduced. When blobs were first added to the network during the Dencun upgrade, there were 3 (max 6), which was later increased to 6 (max 9) in the Pectra upgrade. After Fusaka, they can be added at a sustainable rate without requiring major network upgrades. 3. Supports historical record expiration: reduces node costs. To reduce the disk space required by node operators during Ethereum's continued growth, clients are required to begin supporting the expiration of some historical records. In fact, clients already have this function enabled in real-time; this upgrade simply adds it to the to-do list. 4. Pre-confirmation of blocks: Enables faster transaction confirmation. Using EIP7917, the Beacon Chain will be able to identify the block proposers for the next epoch. Knowing in advance which validators will propose future blocks enables pre-confirmation. A commitment can be made with the upcoming block proposer to guarantee that user transactions will be included in that block, without waiting for the actual block to be generated. This feature benefits client implementation and network security because it prevents extreme situations such as validators manipulating proposer scheduling. Furthermore, the look-ahead feature reduces implementation complexity. 5. Native P-256 signature: Ethereum directly aligns with 5 billion mobile devices. A built-in, pass-key-like secp256r1 (P-256) signature checker is introduced at a fixed address. This is the native signature algorithm used by systems such as Apple, Android, FIDO2, and WebAuthn. For users, this upgrade unlocks native device signing and passkey functionality. Wallets can directly access Apple's Secure Vault, Android Keystore, Hardware Security Module (HSM), and FIDO2/WebAuthn—no mnemonic phrase required, a smoother registration process, and a multi-factor authentication experience comparable to modern applications. This will result in a better user experience, more convenient account recovery methods, and an account abstraction model that matches the existing functionality of billions of devices. For developers, it accepts 160 bytes of input and returns 32 bytes of output, making it very easy to port existing libraries and L2 contracts. Its underlying implementation includes pointers to infinity and modulo comparison checks to eliminate tricky boundary cases without breaking valid callers. III. The Long-Term Impact of the Fusaka Upgrade on the Ethereum Ecosystem 1. Impact on L2: Expansion enters the second curve. Through PeerDAS and the on-demand increase of Blob numbers, as well as a fairer data pricing mechanism, the data availability bottleneck has been resolved, and Fusaka has accelerated the decline in L2 costs. 2. Impact on nodes: Operating costs continue to decrease. Reduced storage requirements and shorter synchronization times lower operating costs. Furthermore, in the long run, this ensures the continued participation of nodes with weaker hardware, thereby guaranteeing the continued decentralization of the network. 3. Impact on DApps: More complex on-chain logic becomes possible. More efficient mathematical opcodes and more predictable block proposal schedules may drive high-performance AMMs, more complex derivative protocols, and fully on-chain applications. 4. Impact on ordinary users: Finally, they can use blockchain like Web2. P-256 signatures mean that there is no need for mnemonic phrases, mobile phones can be used as wallets, login is more convenient, recovery is simpler, and multi-factor authentication is naturally integrated. This is a revolutionary change in user experience and one of the necessary conditions for driving 1 billion users to the blockchain. IV. Conclusion: Fusaka is a key step towards DankSharding and large-scale user adoption. Dencun ushered in the era of Blob (Proto-Dank Sharding), Pectra optimized execution and had an impact on EIP-4844, while Fusaka allowed Ethereum to take a key step towards "sustainable scaling + mobile-first". TLDR: This upgrade will incorporate 12 EIPs, mainly including: EIP-7594: Employs PeerDAS to reduce the data storage burden on nodes. This is a key foundation for expanding Ethereum's data capacity. PeerDAS has built the infrastructure needed to implement Danksharding, and future upgrades are expected to increase data throughput from 375kb/s to several MB/s. It also directly implements Layer 2 scaling, enabling nodes to process more data efficiently without overwhelming individual participants. EIP-7642: Introduces the history expiration function to reduce the disk space required by nodes. This is equivalent to changing how receipts are processed, removing old data from node synchronization, thus saving approximately 530GB of bandwidth during synchronization. EIP-7823: Sets the upper limit for MODEXP to prevent consensus vulnerabilities. This limits the length of each input to 1024 bytes for the MODEXP cryptographic precompiled code. Previously, MODEXP had been a source of consensus vulnerabilities due to its unrestricted input length. By setting practical limits covering all real-world application scenarios, the scope of testing is reduced, paving the way for future replacement with more efficient EVM code. EIP-7825: Introduces a transaction gas cap to prevent a single transaction from consuming most of the block space. This measure introduces a gas cap of 167,777,216 per transaction, preventing any single transaction from consuming most of the block space. This ensures a fairer allocation of block space, thereby improving network stability and the ability to defend against DoS attacks, and enabling more predictable block verification times. EIP-7883: Increases the gas cost of ModExp cryptographic precompiled code to prevent potential denial-of-service attacks due to excessively low pricing. To address the issue of excessively low pricing for operations, the gas cost of ModExp cryptographic precompilers has been increased. The minimum cost has increased from 200 gas to 500 gas, and the cost doubles for large inputs exceeding 32 bytes. This ensures reasonable pricing for cryptographic precompilers, improves network economic sustainability, and prevents potential denial-of-service attacks caused by excessively low pricing. EIP-7892: Supports on-demand elastic scaling of blob counts to adapt to evolving Layer 2 requirements. Ethereum can adjust blob storage parameters more frequently by creating a new, lightweight process. This allows for smaller adjustments to blob capacity to adapt to the evolving needs of Layer 2 without waiting for major upgrades. EIP-7917: Enables block preconfirmation, improving the predictability of transaction order. Currently, validators cannot know who will propose blocks until the next epoch begins, introducing uncertainty into MEV mitigation and the pre-acknowledgment protocol. This change pre-calculates and stores the proposer schedule for future epochs, making it deterministic and accessible to applications. EIP-7918: Introduces a base blob fee linked to execution costs, thereby addressing the market problem of data block fees. This solution addresses the block fee market problem by introducing a reserve price linked to execution costs. This prevents the block fee market from failing at 1 wei when the Layer 2 execution cost is significantly higher than the block cost. This is crucial for L2, ensuring that sustainable Blob pricing reflects true costs and maintains effective price discovery as L2 usage scales up. EIP-7934: Limits the maximum RLP execution block size to 10MB to prevent network instability and denial-of-service attacks. Currently, block sizes can be very large, which slows down network propagation and increases the risk of temporary forks. This limitation ensures that block sizes remain within a reasonable range that the network can process and propagate efficiently. This improves network reliability, reduces the risk of temporary forks, and thus achieves more stable transaction confirmation times. EIP-7935: Increases the default gas limit to 60M to expand L1 execution capabilities. The proposal suggests increasing the gas cap from 36M to 60M to expand L1 execution capacity. While this change does not require a hard fork (the gas cap is a parameter chosen by validators), extensive testing is needed to ensure network stability under high computational loads. Therefore, including this EIP in a hard fork ensures that this work is prioritized and continues. By allowing each data block to perform more computations, the overall network throughput is directly improved, which is the most direct way to extend L1 execution capabilities. EIP-7939: Added CLZ opcode to make on-chain computation more efficient. This update adds a new CLZ (Calculate Leading Zeros) opcode to the EVM for efficiently calculating the number of leading zeros in a 256-bit number. This significantly reduces the gas cost of mathematical operations requiring bit manipulation, improves computational efficiency, and enables more complex on-chain computations. This allows for cheaper and more efficient mathematical operations, benefiting DeFi protocols, gaming applications, and any contracts that require complex mathematical calculations. EIP-7951: Adds support for pre-compiled secp256r1 curves to improve user experience. This update adds support for the widely used cryptographic curve secp256r1 (also known as P-256) to Ethereum. Currently, Ethereum only supports the secp256k1 curve for signatures, but many devices and systems use secp256r1. This update enables Ethereum to verify signatures from iPhones, Android phones, hardware wallets, and other systems using this standard curve, making it easier to integrate with existing infrastructure.

What will the Fusaka upgrade bring to Ethereum?

2025/12/04 09:00
10 min di lettura
Per feedback o dubbi su questo contenuto, contattateci all'indirizzo crypto.news@mexc.com.

The name Fusaka comes from a combination of the execution layer upgrade Osaka and the consensus layer version Fula Star. This upgrade is expected to be activated on December 3, 2025 at 21:49 UTC.

This upgrade includes 12 EIPs, covering data availability, Gas/block capacity, security optimization, signature compatibility, transaction fee structure, etc. It is a systematic upgrade to achieve L1 capacity expansion, reduce L2 costs, reduce node costs, and improve user experience.

I. Fusaka's two core objectives: to improve Ethereum performance and to enhance user experience.

Objective 1: Significantly improve the underlying performance and scalability of Ethereum.

Core keywords:

  • Data availability expansion

  • Reduced node load

  • Blob is more flexible

  • Improved execution capabilities

  • A more efficient and secure consensus mechanism

In short: to further improve Ethereum performance.

Objective 2: Improve user experience and drive the next generation of wallet and account abstraction.

Core keywords:

  • Block preconfirmation

  • P-256 (device native signature) support

  • mnemonic wallet

  • A more modern account system

Essentially, Ethereum is moving closer to the experience of mainstream internet software.

II. Five Key Changes in Fusaka

1. PeerDAS: Reduces the data storage burden on nodes

PeerDAS is a core new feature of the Fusaka upgrade. Currently, Layer 2 nodes use blobs (a temporary data type) to publish data to Ethereum. Before the Fusaka upgrade, each full node had to store every blob to ensure data existence. As blob throughput increases, downloading all this data becomes extremely resource-intensive, making it difficult for nodes to handle.

PeerDAS employs a data abailability sampling scheme, allowing each node to store only a subset of data blocks instead of the entire dataset. To ensure data availability, any subset of data can be reconstructed from 50% of the existing data, reducing the probability of errors or missing data to a cryptographically negligible level.

PeerDAS works by applying Reed-Solomon erasure coding to blob data. In traditional applications, DVDs use the same encoding technology—even with scratches, the player can still read the disc; similarly, QR codes can still be fully recognized even when partially obscured.

Therefore, the PeerDAS solution can ensure that the hardware and bandwidth requirements of the nodes are within an acceptable range, while also enabling blob expansion, thereby supporting more and larger-scale Layer2 nodes at a lower cost.

2. Flexibly increase the number of blobs as needed: Adapt to ever-changing L2 data requirements.

To ensure consistent upgrades across all nodes, clients, and validator software, a gradual approach is necessary. To more quickly adapt to evolving Layer 2 data block requirements, a mechanism of blob-parameter-only forks is introduced.

When blobs were first added to the network during the Dencun upgrade, there were 3 (max 6), which was later increased to 6 (max 9) in the Pectra upgrade. After Fusaka, they can be added at a sustainable rate without requiring major network upgrades.

3. Supports historical record expiration: reduces node costs.

To reduce the disk space required by node operators during Ethereum's continued growth, clients are required to begin supporting the expiration of some historical records. In fact, clients already have this function enabled in real-time; this upgrade simply adds it to the to-do list.

4. Pre-confirmation of blocks: Enables faster transaction confirmation.

Using EIP7917, the Beacon Chain will be able to identify the block proposers for the next epoch. Knowing in advance which validators will propose future blocks enables pre-confirmation. A commitment can be made with the upcoming block proposer to guarantee that user transactions will be included in that block, without waiting for the actual block to be generated.

This feature benefits client implementation and network security because it prevents extreme situations such as validators manipulating proposer scheduling. Furthermore, the look-ahead feature reduces implementation complexity.

5. Native P-256 signature: Ethereum directly aligns with 5 billion mobile devices.

A built-in, pass-key-like secp256r1 (P-256) signature checker is introduced at a fixed address. This is the native signature algorithm used by systems such as Apple, Android, FIDO2, and WebAuthn.

For users, this upgrade unlocks native device signing and passkey functionality. Wallets can directly access Apple's Secure Vault, Android Keystore, Hardware Security Module (HSM), and FIDO2/WebAuthn—no mnemonic phrase required, a smoother registration process, and a multi-factor authentication experience comparable to modern applications. This will result in a better user experience, more convenient account recovery methods, and an account abstraction model that matches the existing functionality of billions of devices.

For developers, it accepts 160 bytes of input and returns 32 bytes of output, making it very easy to port existing libraries and L2 contracts. Its underlying implementation includes pointers to infinity and modulo comparison checks to eliminate tricky boundary cases without breaking valid callers.

III. The Long-Term Impact of the Fusaka Upgrade on the Ethereum Ecosystem

1. Impact on L2: Expansion enters the second curve. Through PeerDAS and the on-demand increase of Blob numbers, as well as a fairer data pricing mechanism, the data availability bottleneck has been resolved, and Fusaka has accelerated the decline in L2 costs.

2. Impact on nodes: Operating costs continue to decrease. Reduced storage requirements and shorter synchronization times lower operating costs. Furthermore, in the long run, this ensures the continued participation of nodes with weaker hardware, thereby guaranteeing the continued decentralization of the network.

3. Impact on DApps: More complex on-chain logic becomes possible. More efficient mathematical opcodes and more predictable block proposal schedules may drive high-performance AMMs, more complex derivative protocols, and fully on-chain applications.

4. Impact on ordinary users: Finally, they can use blockchain like Web2. P-256 signatures mean that there is no need for mnemonic phrases, mobile phones can be used as wallets, login is more convenient, recovery is simpler, and multi-factor authentication is naturally integrated. This is a revolutionary change in user experience and one of the necessary conditions for driving 1 billion users to the blockchain.

IV. Conclusion: Fusaka is a key step towards DankSharding and large-scale user adoption.

Dencun ushered in the era of Blob (Proto-Dank Sharding), Pectra optimized execution and had an impact on EIP-4844, while Fusaka allowed Ethereum to take a key step towards "sustainable scaling + mobile-first".

TLDR:

This upgrade will incorporate 12 EIPs, mainly including:

EIP-7594: Employs PeerDAS to reduce the data storage burden on nodes.

This is a key foundation for expanding Ethereum's data capacity. PeerDAS has built the infrastructure needed to implement Danksharding, and future upgrades are expected to increase data throughput from 375kb/s to several MB/s. It also directly implements Layer 2 scaling, enabling nodes to process more data efficiently without overwhelming individual participants.

EIP-7642: Introduces the history expiration function to reduce the disk space required by nodes.

This is equivalent to changing how receipts are processed, removing old data from node synchronization, thus saving approximately 530GB of bandwidth during synchronization.

EIP-7823: Sets the upper limit for MODEXP to prevent consensus vulnerabilities.

This limits the length of each input to 1024 bytes for the MODEXP cryptographic precompiled code. Previously, MODEXP had been a source of consensus vulnerabilities due to its unrestricted input length. By setting practical limits covering all real-world application scenarios, the scope of testing is reduced, paving the way for future replacement with more efficient EVM code.

EIP-7825: Introduces a transaction gas cap to prevent a single transaction from consuming most of the block space.

This measure introduces a gas cap of 167,777,216 per transaction, preventing any single transaction from consuming most of the block space. This ensures a fairer allocation of block space, thereby improving network stability and the ability to defend against DoS attacks, and enabling more predictable block verification times.

EIP-7883: Increases the gas cost of ModExp cryptographic precompiled code to prevent potential denial-of-service attacks due to excessively low pricing.

To address the issue of excessively low pricing for operations, the gas cost of ModExp cryptographic precompilers has been increased. The minimum cost has increased from 200 gas to 500 gas, and the cost doubles for large inputs exceeding 32 bytes. This ensures reasonable pricing for cryptographic precompilers, improves network economic sustainability, and prevents potential denial-of-service attacks caused by excessively low pricing.

EIP-7892: Supports on-demand elastic scaling of blob counts to adapt to evolving Layer 2 requirements.

Ethereum can adjust blob storage parameters more frequently by creating a new, lightweight process. This allows for smaller adjustments to blob capacity to adapt to the evolving needs of Layer 2 without waiting for major upgrades.

EIP-7917: Enables block preconfirmation, improving the predictability of transaction order.

Currently, validators cannot know who will propose blocks until the next epoch begins, introducing uncertainty into MEV mitigation and the pre-acknowledgment protocol. This change pre-calculates and stores the proposer schedule for future epochs, making it deterministic and accessible to applications.

EIP-7918: Introduces a base blob fee linked to execution costs, thereby addressing the market problem of data block fees.

This solution addresses the block fee market problem by introducing a reserve price linked to execution costs. This prevents the block fee market from failing at 1 wei when the Layer 2 execution cost is significantly higher than the block cost.

This is crucial for L2, ensuring that sustainable Blob pricing reflects true costs and maintains effective price discovery as L2 usage scales up.

EIP-7934: Limits the maximum RLP execution block size to 10MB to prevent network instability and denial-of-service attacks.

Currently, block sizes can be very large, which slows down network propagation and increases the risk of temporary forks. This limitation ensures that block sizes remain within a reasonable range that the network can process and propagate efficiently. This improves network reliability, reduces the risk of temporary forks, and thus achieves more stable transaction confirmation times.

EIP-7935: Increases the default gas limit to 60M to expand L1 execution capabilities.

The proposal suggests increasing the gas cap from 36M to 60M to expand L1 execution capacity. While this change does not require a hard fork (the gas cap is a parameter chosen by validators), extensive testing is needed to ensure network stability under high computational loads. Therefore, including this EIP in a hard fork ensures that this work is prioritized and continues.

By allowing each data block to perform more computations, the overall network throughput is directly improved, which is the most direct way to extend L1 execution capabilities.

EIP-7939: Added CLZ opcode to make on-chain computation more efficient.

This update adds a new CLZ (Calculate Leading Zeros) opcode to the EVM for efficiently calculating the number of leading zeros in a 256-bit number. This significantly reduces the gas cost of mathematical operations requiring bit manipulation, improves computational efficiency, and enables more complex on-chain computations. This allows for cheaper and more efficient mathematical operations, benefiting DeFi protocols, gaming applications, and any contracts that require complex mathematical calculations.

EIP-7951: Adds support for pre-compiled secp256r1 curves to improve user experience.

This update adds support for the widely used cryptographic curve secp256r1 (also known as P-256) to Ethereum. Currently, Ethereum only supports the secp256k1 curve for signatures, but many devices and systems use secp256r1. This update enables Ethereum to verify signatures from iPhones, Android phones, hardware wallets, and other systems using this standard curve, making it easier to integrate with existing infrastructure.

Opportunità di mercato
Logo Solayer
Valore Solayer (LAYER)
$0.08006
$0.08006$0.08006
+0.26%
USD
Grafico dei prezzi in tempo reale di Solayer (LAYER)
Disclaimer: gli articoli ripubblicati su questo sito provengono da piattaforme pubbliche e sono forniti esclusivamente a scopo informativo. Non riflettono necessariamente le opinioni di MEXC. Tutti i diritti rimangono agli autori originali. Se ritieni che un contenuto violi i diritti di terze parti, contatta crypto.news@mexc.com per la rimozione. MEXC non fornisce alcuna garanzia in merito all'accuratezza, completezza o tempestività del contenuto e non è responsabile per eventuali azioni intraprese sulla base delle informazioni fornite. Il contenuto non costituisce consulenza finanziaria, legale o professionale di altro tipo, né deve essere considerato una raccomandazione o un'approvazione da parte di MEXC.

Potrebbe anche piacerti

Nvidia Faces Class Action Over Alleged Hidden Crypto GPU Revenue

Nvidia Faces Class Action Over Alleged Hidden Crypto GPU Revenue

Nvidia faces class action over alleged $1B undisclosed crypto GPU revenue; investors gain approval to proceed as a group. Nvidia faces a certified class action
Condividi
LiveBitcoinNews2026/03/27 02:30
Ethereum koers toont zeldzaam dubbel koopsignaal en richt zich op $4.550

Ethereum koers toont zeldzaam dubbel koopsignaal en richt zich op $4.550

Connect met Like-minded Crypto Enthusiasts! Connect op Discord! Check onze Discord   Ethereum laat op de uurgrafiek twee opeenvolgende TD Sequential koopsignalen zien. Deze indicator meet uitputting in een trend en geeft vaak een signaal dat de verkoopdruk kan afnemen. Dit dubbele signaal verschijnt rond het niveau van $4.516, waar de ETH prijs kortstondig steun vindt. Dit type formatie komt zelden voor en wordt daarom extra nauwlettend gevolgd. Wat gaat de Ethereum koers hiermee doen? Ethereum koers test steun rond $4.516 De scherpe daling van de Ethereum koers vanaf de prijszone rond $4.800 bracht de ETH prijs in korte tijd naar ongeveer $4.516. Op dit niveau trad duidelijke koopactiviteit op, waardoor de neerwaartse beweging tijdelijk werd gestopt. Het dubbele signaal dat door de TD Sequential indicator is gegenereerd, viel precies samen met dit prijspunt. De TD Sequential is opgebouwd uit negen candles die een trend meetellen. Wanneer de negende candle verschijnt, kan dit duiden op een trendomslag. In dit geval verschenen zelfs twee signalen kort na elkaar, wat aangeeft dat de verkoopdruk mogelijk uitgeput is. Het feit dat dit gebeurde in een zone waar ETH kopers actief bleven, maakt het patroon extra opvallend. TD Sequential just flashed two buy signals for Ethereum $ETH! pic.twitter.com/JPO8EhiEPi — Ali (@ali_charts) September 16, 2025 Welke crypto nu kopen?Lees onze uitgebreide gids en leer welke crypto nu kopen verstandig kan zijn! Welke crypto nu kopen? Fed-voorzitter Jerome Powell heeft aangekondigd dat de rentes binnenkort zomaar eens omlaag zouden kunnen gaan, en tegelijkertijd blijft BlackRock volop crypto kopen, en dus lijkt de markt klaar om te gaan stijgen. Eén vraag komt telkens terug: welke crypto moet je nu kopen? In dit artikel bespreken we de munten die… Continue reading Ethereum koers toont zeldzaam dubbel koopsignaal en richt zich op $4.550 document.addEventListener('DOMContentLoaded', function() { var screenWidth = window.innerWidth; var excerpts = document.querySelectorAll('.lees-ook-description'); excerpts.forEach(function(description) { var excerpt = description.getAttribute('data-description'); var wordLimit = screenWidth wordLimit) { var trimmedDescription = excerpt.split(' ').slice(0, wordLimit).join(' ') + '...'; description.textContent = trimmedDescription; } }); }); Technische indicatoren schetsen herstelkans voor ETH Naast de dubbele koopsignalen verstrekken ook andere indicatoren belangrijke aanwijzingen. Tijdens de daling van de ETH koers waren grote rode candles zichtbaar, maar na de test van $4.516 stabiliseerde de Ethereum koers. Dit wijst op een mogelijke verschuiving in het evenwicht tussen de bears en bulls. Als deze opwaartse beweging doorzet, liggen de eerste weerstanden rond $4.550. Daarboven wacht een sterkere zone rond $4.650. Deze niveaus zijn in eerdere Ethereum sessies al meerdere keren getest. Een doorbraak zou ruimte openen richting de all-time high van ETH rond $4.953. Wanneer de prijs toch opnieuw onder $4.516 zakt, liggen er zones rond $4.500 en $4.450 waar grotere kooporders worden verwacht. Deze niveaus kunnen als een vangnet fungeren, mocht de druk opnieuw toenemen. Marktdynamiek bevestigt technische indicatoren De huidige situatie volgt op een bredere correctie in de cryptomarkt. Verschillende vooraanstaande crypto tokens zagen scherpe koersdalingen, waarna traders op zoek gingen naar signalen voor een mogelijke ommekeer. Dat juist Ethereum nu een dubbel TD Sequential signaal toont, versterkt de interesse in dit scenario. Fundamenteel blijft Ethereum sterk. Het aantal ETH tokens dat via staking is vastgezet, blijft groeien. Dat verkleint de vrije circulatie en vermindert verkoopdruk. Tegelijk blijft het netwerk intensief gebruikt voor DeFi, NFT’s en stablecoins. Deze activiteiten zorgen voor een stabiele vraag naar ETH, ook wanneer de prijs tijdelijk onder druk staat. Fundamentele drijfveren achter de Ethereum koers De Ethereum koers wordt echter niet alleen bepaald door candles en patronen, maar ook door bredere factoren. Een stijgend percentage van de totale ETH supply staat vast in staking contracten. Hierdoor neemt de liquiditeit op exchanges af. Dit kan prijsschommelingen versterken wanneer er plotseling meer koopdruk ontstaat. Daarnaast is Ethereum nog steeds het grootste smart contract platform. Nieuwe standaarden zoals ERC-8004 en ontwikkelingen rond layer-2 oplossingen houden de activiteit hoog. Deze technologische vooruitgang kan de waardepropositie ondersteunen en zo indirect bijdragen aan een ETH prijsherstel. Het belang van de korte termijn dynamiek De komende handelsdagen zullen duidelijk maken of de bulls genoeg kracht hebben om door de weerstandszone rond $4.550 te breken. Voor de bears ligt de focus juist op het verdedigen van de prijsregio rond $4.516. De whales, die met grote handelsorders opereren, kunnen hierin een beslissende rol spelen. Het dubbele TD Sequential signaal blijft hoe dan ook een zeldzame gebeurtenis. Voor cryptoanalisten vormt het een objectief aanknopingspunt om de kracht van de huidige Ethereum trend te toetsen. Vooruitblik op de ETH koers Ethereum liet twee opeenvolgende TD Sequential signalen zien op de uurgrafiek, iets wat zelden voorkomt. Deze formatie viel samen met steun rond $4.516, waar de bulls actief werden. Als de Ethereum koers boven dit niveau blijft, kan er ruimte ontstaan richting $4.550 en mogelijk $4.650. Zakt de prijs toch opnieuw onder $4.516, dan komen $4.500 en $4.450 in beeld als nieuwe steunzones. De combinatie van zeldzame indicatoren en een sterke fundamentele basis maakt Ethereum interessant voor zowel technische als fundamentele analyses. Of de bulls het momentum echt kunnen overnemen, zal blijken zodra de Ethereum koers de eerstvolgende weerstanden opnieuw test. Koop je crypto via Best Wallet Best wallet is een topklasse crypto wallet waarmee je anoniem crypto kan kopen. Met meer dan 60 chains gesupport kan je al je main crypto coins aanschaffen via Best Wallet. Best wallet - betrouwbare en anonieme wallet Best wallet - betrouwbare en anonieme wallet Meer dan 60 chains beschikbaar voor alle crypto Vroege toegang tot nieuwe projecten Hoge staking belongingen Lage transactiekosten Best wallet review Koop nu via Best Wallet Let op: cryptocurrency is een zeer volatiele en ongereguleerde investering. Doe je eigen onderzoek. Het bericht Ethereum koers toont zeldzaam dubbel koopsignaal en richt zich op $4.550 is geschreven door Dirk van Haaster en verscheen als eerst op Bitcoinmagazine.nl.
Condividi
Coinstats2025/09/17 23:31
Next-Gen Payments, Prediction Markets, and the Future of US iGaming Infrastructure

Next-Gen Payments, Prediction Markets, and the Future of US iGaming Infrastructure

Payments infrastructure is quietly becoming one of the most important battlegrounds in digital finance.  It rarely gets the same attention as user interfaces or
Condividi
Techbullion2026/03/27 01:59