🎉 The #CandyDrop Futures Challenge is live — join now to share a 6 BTC prize pool!
📢 Post your futures trading experience on Gate Square with the event hashtag — $25 × 20 rewards are waiting!
🎁 $500 in futures trial vouchers up for grabs — 20 standout posts will win!
📅 Event Period: August 1, 2025, 15:00 – August 15, 2025, 19:00 (UTC+8)
👉 Event Link: https://www.gate.com/candy-drop/detail/BTC-98
Dare to trade. Dare to win.
In-depth comparison of the transaction lifecycle of Aptos, Ethereum, and Solana: Advantages of optimistic parallel execution
In-depth Understanding of Public Chain Transaction Lifecycle: Key Differences Between Ethereum, Solana, and Aptos
When analyzing the differences in public chain technology, choosing the right entry point is crucial. The lifecycle of a transaction provides an ideal perspective to clearly grasp the design ideas and technical trade-offs of different public chains. This article will focus on the five key steps of transaction creation, broadcasting, sorting, execution, and state updating, with an emphasis on analyzing Aptos's unique design and comparing it with Ethereum and Solana.
Aptos: Optimistic Concurrency and High-Performance Design
Aptos, as a high-performance public chain, has a transaction lifecycle similar to that of Ethereum, but it achieves significant performance improvements through optimistic parallel execution and memory pool optimization.
Create and Initiate
The Aptos network is composed of light nodes, full nodes, and validators. Users initiate transactions through light nodes, which are forwarded to validators via full nodes.
broadcast
Aptos retains the memory pool, but the memory pools no longer share after QuorumStore. The system pre-sorts transactions based on preset rules (such as FIFO or Gas fees) to prepare for subsequent parallel execution.
sorting
Aptos adopts the AptosBFT consensus mechanism. The ordering authority of the proposer is limited and mainly relies on the collaboration among validators to complete block generation.
execute
Aptos uses Block-STM technology to achieve optimistic parallel execution. Transactions are assumed to be conflict-free and are processed simultaneously; if a conflict is detected, the affected transactions are re-executed. This approach fully utilizes multi-core processors, achieving a TPS of 160,000.
Status Update
Validator synchronization status, finality confirmed through checkpoints, more efficient than Ethereum's Epoch mechanism.
Aptos's core advantage lies in the combination of optimistic parallelism and memory pool pre-sorting, which not only reduces the performance requirements for nodes but also significantly enhances throughput.
Ethereum: Benchmark for Serial Execution
Ethereum, as a pioneer of smart contracts, provides a basic framework for understanding the transaction lifecycle of other public chains.
Ethereum transaction lifecycle
The serial execution and memory pool design of Ethereum limit its performance, with a block time of 12 seconds per slot and a relatively low TPS.
Solana: Ultimate Optimization of Deterministic Parallelism
Solana is known for its high performance, and its transaction lifecycle differs significantly from Aptos, especially in terms of memory pool and execution methods.
Solana transaction lifecycle
Solana abandons the memory pool to improve performance, but this may lead to transaction loss when the network is overloaded, requiring users to resubmit. In contrast, Aptos's optimistic concurrency does not require declaring read-write sets, lowering the threshold for nodes while achieving higher TPS.
Two Paths of Parallel Execution: Aptos vs Solana
Parallel execution is divided into two ways: deterministic parallelism and optimistic parallelism, with the core difference being how to handle potential conflicts between transactions.
Aptos's optimistic parallel solution offers greater flexibility and scalability, with stronger adaptability.
Optimistic parallel conflict confirmation completed in advance through the memory pool
The optimistic parallelism of Aptos is not merely based on the assumption that transactions are conflict-free, but rather it mitigates risks in advance through pre-sorting in the memory pool during the broadcast phase. This design allows Aptos to avoid introducing a complex transaction declaration mechanism, reducing the performance requirements for nodes while ensuring high TPS.
The narrative based on security is the development direction of Aptos.
RWA (Real World Assets)
Advantages of Aptos in the RWA field:
Aptos has partnered with institutions such as Ondo Finance, Franklin Templeton, and Libre to promote asset tokenization and fund on-chain.
stablecoin payment
Advantages of Aptos in the payment field:
Aptos has the potential to become the "next-generation payment infrastructure," supporting scenarios such as cross-border payments and micropayments.
Summary: The Technical Differences of Aptos and Future Narratives
Aptos achieves a balance between performance and security in the design of its transaction lifecycle. Its memory pool pre-sorting combined with Block-STM's optimistic parallelism lowers the node threshold while achieving a high throughput of 160,000 TPS. Compared to Ethereum, Solana, and Sui, Aptos has found a unique position in terms of security, performance, and versatility.
Based on the combination of security and high performance, Aptos shows great potential in the RWA and PayFi fields. In the future, Aptos can leverage the narrative of "security-driven value network" to connect traditional finance with the blockchain ecosystem, continuously making efforts in the RWA and PayFi fields, and building a new pattern of public chain that combines trust and scalability.