Everything You Need to Know About the Ethereum Pectra Upgrade

Intermediate5/16/2025, 6:14:46 AM
Explore Ethereum's Pectra upgrade, activated on May 7, 2025, introducing 11 EIPs to enhance scalability, user experience, and validator efficiency. Discover how this significant update sets the stage for future advancements in the Ethereum ecosystem.

Introduction

Ethereum’s Pectra upgrade, activated on May 7, 2025, represents a significant advancement in the network’s ongoing development. This upgrade integrates enhancements to both the execution and consensus layers, aiming to improve scalability, user experience, and validator efficiency.

Named by combining “Prague” (execution layer) and “Electra” (consensus layer), Pectra introduces 11 Ethereum Improvement Proposals (EIPs), marking it as the most extensive upgrade since the Merge in 2022. Key changes include increasing the maximum validator stake from 32 ETH to 2,048 ETH, implementing account abstraction features, and optimizing data handling for Layer-2 solutions.

The Pectra upgrade is part of Ethereum’s broader roadmap, which includes phases like the Surge, Verge, Purge, and Splurge, each targeting specific improvements in scalability, efficiency, and decentralization. By addressing current limitations and laying the groundwork for future enhancements, Pectra plays a crucial role in Ethereum’s evolution as a leading blockchain platform.

What is the Pectra Upgrade?

The Pectra Upgrade spans 11 EIPs that enhance Ethereum’s performance across staking, execution efficiency, and developer usability. Notably, the upgrade does not radically alter Ethereum’s consensus or application layers but refines their interaction and feature sets. It introduces:

  • A higher validator staking limit (EIP-7251)
  • Faster onboarding (EIP-6110)
  • Execution-layer exits (EIP-7002)
  • Temporary smart contract logic in EOAs (EIP-7702)
  • Under-the-hood EVM and cryptographic optimizations

These updates help Ethereum better serve both individual users and developers building scalable Web3 applications.

Background: Ethereum’s Evolution

Since its inception in 2015, Ethereum has undergone a series of significant upgrades to enhance its scalability, security, and efficiency. These upgrades have been pivotal in transitioning Ethereum from its original Proof-of-Work (PoW) consensus mechanism to the more energy-efficient Proof-of-Stake (PoS) model, and in preparing the network for future innovations.

Major Milestones in Ethereum’s Development

Shapella Upgrade (April 2023)
Shapella — a combination of “Shanghai” (execution layer) and “Capella” (consensus layer) — enabled withdrawals of staked ETH for the first time. It introduced EIP-4895, allowing both partial and full withdrawals for validators. Shapella completed Ethereum’s PoS transition by making staking a fully liquid and reversible process. It also included technical improvements like gas optimizations (e.g., EIP-3651, EIP-3855) that made smart contract deployment more efficient.

The Merge (September 2022)
This upgrade marked Ethereum’s transition from PoW to PoS, significantly reducing the network’s energy consumption by over 99% . The Merge integrated the Ethereum Mainnet with the Beacon Chain, laying the foundation for subsequent scalability improvements.

Dencun Upgrade (March 2024)
Also known as the Deneb-Cancun upgrade, Dencun introduced EIP-4844, which implemented “proto-danksharding.” This feature enabled the use of “blobs” for data storage, reducing Layer-2 transaction fees and enhancing the scalability of the Ethereum network.

Pectra Upgrade (May 2025)
The most recent and extensive upgrade, Pectra, combines enhancements to both the execution and consensus layers. It introduces 11 Ethereum Improvement Proposals (EIPs), focusing on improving user experience, staking operations, and Layer-2 scalability .

Technical Overview of the Pectra Upgrade


Source: Ethereum.org

The Pectra Upgrade includes several critical technical changes to Ethereum’s protocol stack, particularly the Ethereum Virtual Machine (EVM), validator operations, and consensus-execution communication. These adjustments not only improve current functionality but also lay the groundwork for future architectural upgrades.

EVM Object Format Enhancements

One of the more foundational changes comes from a suite of proposals collectively referred to as the Ethereum Object Format (EOF). These changes restructure how the EVM handles smart contract bytecode. Instead of treating contract code as a flat blob of instructions, EOF introduces distinct sections for code and data.

This separation makes it easier for clients to validate contracts before execution and opens the door to new features such as embedded metadata and contract versioning. These structural upgrades make the EVM more auditable, modular, and future-proof, which will be important for implementing features like Verkle trees and further optimizations in contract execution.

Blob Capacity Optimization for Layer-2 Scaling

Although proto-danksharding was introduced in the Dencun upgrade through EIP-4844, Pectra fine-tunes the blob data capacity per block. This adjustment helps Layer-2 rollups, such as Optimism and Arbitrum, reduce their operational costs by enabling them to store more data on Ethereum at lower prices.

While the increase in blob capacity is not assigned to a new EIP, it reflects deeper coordination between the execution and consensus layers to better support Ethereum’s scaling ecosystem.

Validator Deposit Flow Improvements

EIP-6110 overhauls the validator onboarding process by enabling validator deposits to be processed directly within the execution layer. Previously, deposits required consensus-layer clients to poll logs for activation, creating delays and complexity.

With Pectra, deposits are embedded directly into blocks produced by execution clients, dramatically shortening activation times and improving reliability. This change also simplifies validator DevOps by aligning Ethereum’s staking workflow more closely with enterprise and custodial use cases.

Cryptographic Precompiles for BLS Operations

EIP-2537 adds support for new cryptographic precompiles using the BLS12-381 curve. This upgrade is particularly relevant for validators and zero-knowledge applications, as it allows for more efficient BLS signature aggregation.

With native support at the protocol level, Ethereum now enables faster cryptographic operations, which is essential for upcoming features like light clients and improved privacy-preserving protocols. The inclusion of these precompiles demonstrates Ethereum’s ongoing effort to modernize its cryptographic backbone.

Opcode Adjustments and Gas Optimization

The Pectra Upgrade also includes targeted improvements to EVM opcodes. EIP-6780 modifies the behavior of the SELFDESTRUCT opcode by restricting its use to contract creation transactions. This change reduces unexpected behavior and eliminates a number of edge cases that developers had to work around.

Another proposal, EIP-5656, introduces a new opcode for memory copying, known as MCOPY, which increases gas efficiency for contracts performing large memory operations. These updates help developers write more predictable, secure, and cost-efficient smart contracts.

Temporary Execution for EOAs

One of the most forward-looking proposals in Pectra is EIP-7702, which introduces a new transaction type that allows externally owned accounts (EOAs) to temporarily adopt executable code during a single transaction. This enables EOAs to behave like smart contract accounts without deploying a persistent contract.

The temporary code execution is scoped to one transaction and reverts to standard account behavior immediately after. This transaction type supports advanced features such as custom authentication methods, batched operations, and alternative fee payments, pushing Ethereum closer to full account abstraction while maintaining compatibility with existing infrastructure.

Client Software and Protocol Coordination

To implement these changes, both execution and consensus clients were updated. Execution clients like Geth, Besu, and Nethermind integrated support for the new EVM structures, validator deposit processing, and EIP-7702 transactions.

Consensus clients such as Lighthouse, Prysm, and Teku adopted improved validator exit logic and more responsive staking APIs. Updates to the Engine API — the core interface connecting consensus and execution layers — also reflect these changes, ensuring consistent operation during and after the upgrade.

Key Features of the Pectra Upgrade

EIP-7251: Increased Validator Staking Limit

This proposal raises the maximum effective balance for validators from 32 ETH to 2,048 ETH. Previously, validators had to operate multiple nodes to stake more than 32 ETH, leading to increased complexity and resource consumption. With the new limit, validators can consolidate their stakes into fewer nodes, simplifying operations and reducing network overhead.

EIP-7002: Execution Layer Triggerable Exits

EIP-7002 allows validators to initiate exits through the execution layer using their withdrawal credentials. This provides more flexibility and reduces reliance on the consensus layer for withdrawal operations. It enhances security and streamlines exit procedures, especially in cases where validator keys are compromised or lost.

EIP-7702: Temporary Smart Contract Functionality for EOAs

This proposal enables externally owned accounts (EOAs) to temporarily adopt smart contract functionalities within a single transaction. It introduces a new transaction type that allows an EOA to include executable code, facilitating features like transaction batching and gas fee payments in tokens other than ETH. This enhancement improves wallet usability and brings EOAs closer to the capabilities of smart contract accounts.

EIP-6110: Streamlined Validator Onboarding

EIP-6110 moves validator deposit processing to the execution layer, reducing activation times from approximately 12 hours to about 13 minutes. This change simplifies the onboarding process for new validators by embedding deposits directly into execution blocks, eliminating the need for consensus-layer polling and reducing complexity.

Other EIPs in Pectra

While the four core proposals above carry the most visible user and dev impact, Pectra also includes the following technical upgrades:

Impact on Ethereum Users and Developers


Ethereum.org

The Ethereum Pectra upgrade, activated on May 7, 2025, introduces several enhancements that directly affect both users and developers, aiming to improve usability, scalability, and development efficiency.

For Users

Enhanced Wallet Functionality: With the implementation of EIP-7702, externally owned accounts (EOAs) can temporarily adopt smart contract functionalities during transactions. This allows for features such as transaction batching, gas fee sponsorship, and alternative authentication methods, improving the overall user experience.

Reduced Transaction Costs: The upgrade increases blob data capacity per block, effectively doubling it. This enhancement supports Layer-2 solutions by providing more data availability, leading to lower transaction fees and faster processing times.

Improved Staking Flexibility: EIP-7251 raises the maximum validator stake from 32 ETH to 2,048 ETH. This change allows large stakeholders to consolidate their stakes, reducing the need to operate multiple validator nodes and simplifying the staking process.

For Developers

Streamlined Smart Contract Deployment: The upgrade introduces tools that simplify the development and deployment of smart contracts. EIP-7702, for instance, enables EOAs to temporarily act as smart contract wallets, facilitating more flexible signature schemes and easier integration with account abstraction systems.

Enhanced Scalability: By optimizing the network’s infrastructure and improving transaction efficiency, Pectra lays the groundwork for future scalability solutions. These improvements make it easier for developers to build applications that can handle a growing user base without compromising performance.

Improved Security Measures: The upgrade enhances Ethereum’s security by refining validation mechanisms and reducing potential attack vectors. These changes provide a more secure environment for developers to build and deploy decentralized applications.

Market Response and Future Outlook

Following the activation of Ethereum’s Pectra upgrade on May 7, 2025, the market exhibited a positive response. Ether (ETH) experienced a notable price increase, with reports indicating a surge of over 30% within two days, reaching approximately $2,300 . This uptick was attributed to renewed investor confidence in Ethereum’s scalability and usability enhancements introduced by the upgrade.

The Pectra upgrade’s enhancements, such as increased validator staking limits and improved Layer-2 scalability, position Ethereum for sustained growth. By addressing previous limitations in staking and transaction throughput, Ethereum aims to attract more institutional investors and developers. However, competition from other blockchain platforms and the need for further scalability solutions remain challenges to be addressed in Ethereum’s ongoing development roadmap.

What Comes Next?

Following the successful deployment of the Pectra upgrade in May 2025, Ethereum’s development community is now focusing on the forthcoming Fusaka upgrade, anticipated to launch in late 2026. This upgrade aims to enhance the network’s scalability and efficiency, building upon the foundations laid by previous updates.

Furthermore, discussions are ongoing regarding a significant increase in the network’s gas limit, potentially quadrupling it to 150 million. This adjustment aims to boost Ethereum’s throughput and lower transaction costs, addressing long-standing scalability challenges.

While Fusaka is scheduled for 2026, it’s important to note that Ethereum’s upgrade timelines are subject to change, as seen with previous updates. Nonetheless, the planned features of Fusaka represent a significant step forward in Ethereum’s evolution, enhancing its capacity to support a growing ecosystem of decentralized applications and services.

Conclusion

The Ethereum Pectra Upgrade is a major leap forward in the platform’s evolution. By expanding validator limits, streamlining onboarding, enabling smart contract capabilities in EOAs, and enhancing EVM structure, Pectra directly improves usability, security, and developer productivity.

It also sets a strong foundation for Ethereum’s next phase — where stateless clients, cryptographic efficiency, and scalable Layer-2 ecosystems will define its role in global decentralized infrastructure.

As Ethereum continues to improve, Pectra will be remembered not just as a technical refinement, but as a key turning point in making the network ready for the next billion users.

作者: Piero Tozzi
審校: Matheus
* 投資有風險,入市須謹慎。本文不作為 Gate.io 提供的投資理財建議或其他任何類型的建議。
* 在未提及 Gate.io 的情況下,複製、傳播或抄襲本文將違反《版權法》,Gate.io 有權追究其法律責任。

Everything You Need to Know About the Ethereum Pectra Upgrade

Intermediate5/16/2025, 6:14:46 AM
Explore Ethereum's Pectra upgrade, activated on May 7, 2025, introducing 11 EIPs to enhance scalability, user experience, and validator efficiency. Discover how this significant update sets the stage for future advancements in the Ethereum ecosystem.

Introduction

Ethereum’s Pectra upgrade, activated on May 7, 2025, represents a significant advancement in the network’s ongoing development. This upgrade integrates enhancements to both the execution and consensus layers, aiming to improve scalability, user experience, and validator efficiency.

Named by combining “Prague” (execution layer) and “Electra” (consensus layer), Pectra introduces 11 Ethereum Improvement Proposals (EIPs), marking it as the most extensive upgrade since the Merge in 2022. Key changes include increasing the maximum validator stake from 32 ETH to 2,048 ETH, implementing account abstraction features, and optimizing data handling for Layer-2 solutions.

The Pectra upgrade is part of Ethereum’s broader roadmap, which includes phases like the Surge, Verge, Purge, and Splurge, each targeting specific improvements in scalability, efficiency, and decentralization. By addressing current limitations and laying the groundwork for future enhancements, Pectra plays a crucial role in Ethereum’s evolution as a leading blockchain platform.

What is the Pectra Upgrade?

The Pectra Upgrade spans 11 EIPs that enhance Ethereum’s performance across staking, execution efficiency, and developer usability. Notably, the upgrade does not radically alter Ethereum’s consensus or application layers but refines their interaction and feature sets. It introduces:

  • A higher validator staking limit (EIP-7251)
  • Faster onboarding (EIP-6110)
  • Execution-layer exits (EIP-7002)
  • Temporary smart contract logic in EOAs (EIP-7702)
  • Under-the-hood EVM and cryptographic optimizations

These updates help Ethereum better serve both individual users and developers building scalable Web3 applications.

Background: Ethereum’s Evolution

Since its inception in 2015, Ethereum has undergone a series of significant upgrades to enhance its scalability, security, and efficiency. These upgrades have been pivotal in transitioning Ethereum from its original Proof-of-Work (PoW) consensus mechanism to the more energy-efficient Proof-of-Stake (PoS) model, and in preparing the network for future innovations.

Major Milestones in Ethereum’s Development

Shapella Upgrade (April 2023)
Shapella — a combination of “Shanghai” (execution layer) and “Capella” (consensus layer) — enabled withdrawals of staked ETH for the first time. It introduced EIP-4895, allowing both partial and full withdrawals for validators. Shapella completed Ethereum’s PoS transition by making staking a fully liquid and reversible process. It also included technical improvements like gas optimizations (e.g., EIP-3651, EIP-3855) that made smart contract deployment more efficient.

The Merge (September 2022)
This upgrade marked Ethereum’s transition from PoW to PoS, significantly reducing the network’s energy consumption by over 99% . The Merge integrated the Ethereum Mainnet with the Beacon Chain, laying the foundation for subsequent scalability improvements.

Dencun Upgrade (March 2024)
Also known as the Deneb-Cancun upgrade, Dencun introduced EIP-4844, which implemented “proto-danksharding.” This feature enabled the use of “blobs” for data storage, reducing Layer-2 transaction fees and enhancing the scalability of the Ethereum network.

Pectra Upgrade (May 2025)
The most recent and extensive upgrade, Pectra, combines enhancements to both the execution and consensus layers. It introduces 11 Ethereum Improvement Proposals (EIPs), focusing on improving user experience, staking operations, and Layer-2 scalability .

Technical Overview of the Pectra Upgrade


Source: Ethereum.org

The Pectra Upgrade includes several critical technical changes to Ethereum’s protocol stack, particularly the Ethereum Virtual Machine (EVM), validator operations, and consensus-execution communication. These adjustments not only improve current functionality but also lay the groundwork for future architectural upgrades.

EVM Object Format Enhancements

One of the more foundational changes comes from a suite of proposals collectively referred to as the Ethereum Object Format (EOF). These changes restructure how the EVM handles smart contract bytecode. Instead of treating contract code as a flat blob of instructions, EOF introduces distinct sections for code and data.

This separation makes it easier for clients to validate contracts before execution and opens the door to new features such as embedded metadata and contract versioning. These structural upgrades make the EVM more auditable, modular, and future-proof, which will be important for implementing features like Verkle trees and further optimizations in contract execution.

Blob Capacity Optimization for Layer-2 Scaling

Although proto-danksharding was introduced in the Dencun upgrade through EIP-4844, Pectra fine-tunes the blob data capacity per block. This adjustment helps Layer-2 rollups, such as Optimism and Arbitrum, reduce their operational costs by enabling them to store more data on Ethereum at lower prices.

While the increase in blob capacity is not assigned to a new EIP, it reflects deeper coordination between the execution and consensus layers to better support Ethereum’s scaling ecosystem.

Validator Deposit Flow Improvements

EIP-6110 overhauls the validator onboarding process by enabling validator deposits to be processed directly within the execution layer. Previously, deposits required consensus-layer clients to poll logs for activation, creating delays and complexity.

With Pectra, deposits are embedded directly into blocks produced by execution clients, dramatically shortening activation times and improving reliability. This change also simplifies validator DevOps by aligning Ethereum’s staking workflow more closely with enterprise and custodial use cases.

Cryptographic Precompiles for BLS Operations

EIP-2537 adds support for new cryptographic precompiles using the BLS12-381 curve. This upgrade is particularly relevant for validators and zero-knowledge applications, as it allows for more efficient BLS signature aggregation.

With native support at the protocol level, Ethereum now enables faster cryptographic operations, which is essential for upcoming features like light clients and improved privacy-preserving protocols. The inclusion of these precompiles demonstrates Ethereum’s ongoing effort to modernize its cryptographic backbone.

Opcode Adjustments and Gas Optimization

The Pectra Upgrade also includes targeted improvements to EVM opcodes. EIP-6780 modifies the behavior of the SELFDESTRUCT opcode by restricting its use to contract creation transactions. This change reduces unexpected behavior and eliminates a number of edge cases that developers had to work around.

Another proposal, EIP-5656, introduces a new opcode for memory copying, known as MCOPY, which increases gas efficiency for contracts performing large memory operations. These updates help developers write more predictable, secure, and cost-efficient smart contracts.

Temporary Execution for EOAs

One of the most forward-looking proposals in Pectra is EIP-7702, which introduces a new transaction type that allows externally owned accounts (EOAs) to temporarily adopt executable code during a single transaction. This enables EOAs to behave like smart contract accounts without deploying a persistent contract.

The temporary code execution is scoped to one transaction and reverts to standard account behavior immediately after. This transaction type supports advanced features such as custom authentication methods, batched operations, and alternative fee payments, pushing Ethereum closer to full account abstraction while maintaining compatibility with existing infrastructure.

Client Software and Protocol Coordination

To implement these changes, both execution and consensus clients were updated. Execution clients like Geth, Besu, and Nethermind integrated support for the new EVM structures, validator deposit processing, and EIP-7702 transactions.

Consensus clients such as Lighthouse, Prysm, and Teku adopted improved validator exit logic and more responsive staking APIs. Updates to the Engine API — the core interface connecting consensus and execution layers — also reflect these changes, ensuring consistent operation during and after the upgrade.

Key Features of the Pectra Upgrade

EIP-7251: Increased Validator Staking Limit

This proposal raises the maximum effective balance for validators from 32 ETH to 2,048 ETH. Previously, validators had to operate multiple nodes to stake more than 32 ETH, leading to increased complexity and resource consumption. With the new limit, validators can consolidate their stakes into fewer nodes, simplifying operations and reducing network overhead.

EIP-7002: Execution Layer Triggerable Exits

EIP-7002 allows validators to initiate exits through the execution layer using their withdrawal credentials. This provides more flexibility and reduces reliance on the consensus layer for withdrawal operations. It enhances security and streamlines exit procedures, especially in cases where validator keys are compromised or lost.

EIP-7702: Temporary Smart Contract Functionality for EOAs

This proposal enables externally owned accounts (EOAs) to temporarily adopt smart contract functionalities within a single transaction. It introduces a new transaction type that allows an EOA to include executable code, facilitating features like transaction batching and gas fee payments in tokens other than ETH. This enhancement improves wallet usability and brings EOAs closer to the capabilities of smart contract accounts.

EIP-6110: Streamlined Validator Onboarding

EIP-6110 moves validator deposit processing to the execution layer, reducing activation times from approximately 12 hours to about 13 minutes. This change simplifies the onboarding process for new validators by embedding deposits directly into execution blocks, eliminating the need for consensus-layer polling and reducing complexity.

Other EIPs in Pectra

While the four core proposals above carry the most visible user and dev impact, Pectra also includes the following technical upgrades:

Impact on Ethereum Users and Developers


Ethereum.org

The Ethereum Pectra upgrade, activated on May 7, 2025, introduces several enhancements that directly affect both users and developers, aiming to improve usability, scalability, and development efficiency.

For Users

Enhanced Wallet Functionality: With the implementation of EIP-7702, externally owned accounts (EOAs) can temporarily adopt smart contract functionalities during transactions. This allows for features such as transaction batching, gas fee sponsorship, and alternative authentication methods, improving the overall user experience.

Reduced Transaction Costs: The upgrade increases blob data capacity per block, effectively doubling it. This enhancement supports Layer-2 solutions by providing more data availability, leading to lower transaction fees and faster processing times.

Improved Staking Flexibility: EIP-7251 raises the maximum validator stake from 32 ETH to 2,048 ETH. This change allows large stakeholders to consolidate their stakes, reducing the need to operate multiple validator nodes and simplifying the staking process.

For Developers

Streamlined Smart Contract Deployment: The upgrade introduces tools that simplify the development and deployment of smart contracts. EIP-7702, for instance, enables EOAs to temporarily act as smart contract wallets, facilitating more flexible signature schemes and easier integration with account abstraction systems.

Enhanced Scalability: By optimizing the network’s infrastructure and improving transaction efficiency, Pectra lays the groundwork for future scalability solutions. These improvements make it easier for developers to build applications that can handle a growing user base without compromising performance.

Improved Security Measures: The upgrade enhances Ethereum’s security by refining validation mechanisms and reducing potential attack vectors. These changes provide a more secure environment for developers to build and deploy decentralized applications.

Market Response and Future Outlook

Following the activation of Ethereum’s Pectra upgrade on May 7, 2025, the market exhibited a positive response. Ether (ETH) experienced a notable price increase, with reports indicating a surge of over 30% within two days, reaching approximately $2,300 . This uptick was attributed to renewed investor confidence in Ethereum’s scalability and usability enhancements introduced by the upgrade.

The Pectra upgrade’s enhancements, such as increased validator staking limits and improved Layer-2 scalability, position Ethereum for sustained growth. By addressing previous limitations in staking and transaction throughput, Ethereum aims to attract more institutional investors and developers. However, competition from other blockchain platforms and the need for further scalability solutions remain challenges to be addressed in Ethereum’s ongoing development roadmap.

What Comes Next?

Following the successful deployment of the Pectra upgrade in May 2025, Ethereum’s development community is now focusing on the forthcoming Fusaka upgrade, anticipated to launch in late 2026. This upgrade aims to enhance the network’s scalability and efficiency, building upon the foundations laid by previous updates.

Furthermore, discussions are ongoing regarding a significant increase in the network’s gas limit, potentially quadrupling it to 150 million. This adjustment aims to boost Ethereum’s throughput and lower transaction costs, addressing long-standing scalability challenges.

While Fusaka is scheduled for 2026, it’s important to note that Ethereum’s upgrade timelines are subject to change, as seen with previous updates. Nonetheless, the planned features of Fusaka represent a significant step forward in Ethereum’s evolution, enhancing its capacity to support a growing ecosystem of decentralized applications and services.

Conclusion

The Ethereum Pectra Upgrade is a major leap forward in the platform’s evolution. By expanding validator limits, streamlining onboarding, enabling smart contract capabilities in EOAs, and enhancing EVM structure, Pectra directly improves usability, security, and developer productivity.

It also sets a strong foundation for Ethereum’s next phase — where stateless clients, cryptographic efficiency, and scalable Layer-2 ecosystems will define its role in global decentralized infrastructure.

As Ethereum continues to improve, Pectra will be remembered not just as a technical refinement, but as a key turning point in making the network ready for the next billion users.

作者: Piero Tozzi
審校: Matheus
* 投資有風險,入市須謹慎。本文不作為 Gate.io 提供的投資理財建議或其他任何類型的建議。
* 在未提及 Gate.io 的情況下,複製、傳播或抄襲本文將違反《版權法》,Gate.io 有權追究其法律責任。
即刻開始交易
註冊並交易即可獲得
$100
和價值
$5500
理財體驗金獎勵!