SUI at the end of the year is $16, APT is $22, why? VanEck tells you
Existing evidence suggests that Sui is more competitive due to its performance advantages and scalability potential.
Author: Patrick Bush, VanEck
Compiled by: Alex Liu, Foresight News
We compared Sui and Aptos in terms of blockchain performance, scalability, ecosystem, and transaction advantages, and predicted that by the end of 2025, the price of SUI will reach $16, and APT will reach $22.
Please note that VanEck holds Sui (SUI) and Aptos (APT).
Sui vs. Aptos: Origins and Overview
Previously, we discussed the potential of Ethereum and Solana to attract billions of users into the crypto space. While both ecosystems are highly attractive, they represent early blockchain technology. Since their inception, a new generation of blockchains has emerged to break through the limitations of these systems, including Aptos and Sui, founded by former members of Facebook's blockchain project Diem.
Diem attempted to create a stablecoin payment system for Facebook's social media platform but was shelved due to regulatory pressure. However, its technological experiments led to significant breakthroughs in the blockchain field. The most important legacy of Diem is the Move smart contract programming language—developed based on Rust, which is used by 4.3 million developers globally and is the third fastest-growing language, optimized to address the shortcomings of early smart contract languages like Ethereum's Solidity and Cardano's Haskell. Both Aptos and Sui leverage Move to build a faster, safer, and more intuitive development environment for developers. Move also enables both virtual machines (VMs) to achieve faster transaction confirmation speeds (the time users receive confirmation) and higher throughput (the volume of transactions processed by the system in a given time). The potential of Move is so great that the total market capitalization of Move-based blockchains skyrocketed from about $5 billion to $22 billion within a year.
Core Comparison Dimensions
- Blockchain performance and scalability
- Ecosystem
- Transaction experience
- Token economics
- Valuation models
- 2025 price predictions
- Conclusion and investment risks
The size of the crypto developer community is only 1/1000 of JavaScript
Data source: Electric Capital, Slash Data (as of 2024/12/19)
The significance of the Move language lies in providing a more developer-friendly entry point. The crypto developer community is extremely small—Meta (Facebook) has more full-time developers than the entire crypto industry. By offering a more user-friendly and efficient language, Move is expected to attract a broader developer community, fostering experimentation and innovation. This innovation is crucial for uncovering "killer applications" that drive mass adoption. We view blockchain as an innovation experimentation platform, with its high valuation stemming from its ability to nurture applications for hundreds of millions of users. Since no one can predict how the next breakthrough application will emerge, attracting as many developers as possible to experiment is particularly critical.
Both Aptos and Sui combine the Move virtual machine with advanced consensus mechanisms to ensure efficient transaction validation on the network. This cutting-edge combination of virtual machines and consensus protocols forms the technical foundation that provides performance beyond previous blockchain systems. Before innovations like Solana's Firedancer prove their limitations, Sui and Aptos represent the pinnacle of blockchain technology.
Aptos set a record of 326 million transactions in a single day on 2024/10/18 (13,300 TPS)
Daily transaction peaks of various blockchains Data source: Artemis XYZ (as of 2024/12/19)
Sui and Aptos provide key blockchain technologies capable of serving hundreds of millions of users. Both outperform Solana (which sacrifices complexity for scalability) and Ethereum (which sacrifices flexibility for a rich ecosystem) in simplifying development processes and ensuring security. Tactically, Sui and Aptos offer a better experience for current core crypto use cases (speculation and value transfer); strategically, they lay the foundation for non-speculative applications such as AI agents, social media, and cloud services. While the forms of future phenomenal applications remain unknown, Sui and Aptos have already demonstrated strong potential to attract the next generation of blockchain users.
But what exactly makes these systems so exceptional? Which one is superior?
Sui vs. Aptos: Blockchain Performance and Scalability
Despite sharing the Move language gene, the blockchain architectures of the two reflect different design philosophies. Each network employs a customized version of the Move language, uniquely optimized for transaction processing.
When a transaction is sent to the blockchain, it carries information about the database (i.e., "state") that needs to be modified. Blockchain engineers refer to these database updates as "state changes." Most blockchains use a hierarchical validation mechanism: a single validator acts as a temporary "leader," responsible for receiving transactions, validating their validity (checking signatures, preventing double spending), ordering execution, and updating the state, with the generated transaction block broadcasted to other validating nodes. When more than two-thirds (66%) of validators reach consensus, the blockchain proceeds to process the next block.
Blockchain architecture can be divided into two core components:
- 1 Transaction processing and block construction
- Validating transaction authenticity
- Ensuring sufficient account balances
- Executing smart contracts
- Updating the blockchain ledger
- 2 Network communication and state synchronization
- Broadcasting transaction blocks to the entire network
- Synchronizing ledger changes to ensure all validators have consistent states
- Resolving conflicts in ledger reconciliation
To enhance throughput, either block size must be increased or data processing efficiency must be optimized. Sui and Aptos break through technical boundaries in different ways through their customized Move language.
Blockchain transaction throughput = Block size × Block processing speed
Both are committed to optimizing data processing scale and propagation speed. We reveal their respective advantages and trade-offs by analyzing the design differences in their "transaction processing and block construction" phases.
Blockchain Technology Analogy: Restaurant Operations Optimization
- Blockchain = Restaurant: Provides infrastructure and environment
- Users = Customers: Interact with the system through "ordering" (transactions)
- Transactions = Orders: Specific requests initiated by users
- On-chain applications = Waitstaff: Deliver orders to the kitchen (validators) and return processing results
- Leader validator = Kitchen: Processes orders (validates and executes transactions) and produces results (state changes)
- State changes = Dishes: Completed transaction results
In this analogy, the technological improvements of Sui and Aptos are akin to optimizing restaurant operations—accelerating kitchen efficiency, enhancing waitstaff coordination, and ensuring accurate and rapid order processing.
Ethereum: A Slow-Paced Restaurant
Ethereum employs a single-threaded state update mechanism, requiring a long time to accumulate transactions into blocks. Its block size is small, operations are limited, and transactions must be processed serially—even if they involve different state parts, they must queue. This combination of small blocks, low-frequency updates, and serial execution leads to low throughput and severe scalability issues.
Analogy: Ethereum is like a restaurant with only one chef. Customers (users) submit orders through waitstaff (applications), and the orders are compiled into a limited-capacity list. Orders that do not pay a sufficiently high "tip" (Gas fee) will be excluded. After about 12 seconds, the order list is sent to the "head chef" (validator) for processing in order of tip amount. Due to limited capacity, severe congestion inevitably occurs during peak times. Users complain about long waits and resent paying high fees without receiving service.
Ethereum restaurant: Even if orders have no conflicts, they must be processed one by one.
Source: VanEck Research (2024/12/19)
Sui and Aptos: Fast-Food Restaurants Introducing Parallel Processing
By allowing non-conflicting transactions to be processed in parallel, both achieve significant breakthroughs. For example, simple payments or transactions using different applications can be executed simultaneously. While chains like Solana and Monad also support parallel processing, Sui and Aptos currently have the most advanced designs.
Analogy: Adding multiple chefs to the kitchen. However, due to equipment limitations, when multiple tables order pizza simultaneously, the oven's capacity will cause some orders to still need to queue. In the blockchain scenario, this is similar to traders competing for the best price on the same DEX—conflicts must be resolved, and Sui and Aptos have adopted different solutions.
Parallel processing enhances throughput.
Source: VanEck Research (2024/12/19)
Sui: "Delicate Cuisine" with Static Parallelism
Using a "static parallel" mechanism similar to Solana, transactions must pre-declare the state parts they will read and write. Sui uses this to determine conflicts and resolves them based on fees, receipt times, and other factors.
Analogy: In the "Sui restaurant," waitstaff (applications) break down the kitchen equipment involved in the orders. If two orders require the same equipment (like a pizza oven), the system will pre-determine the processing order. For example:
- Table A orders a white pizza
- Table B orders a black pizza (signature dish)
- Table C orders salmon
Orders A and B conflict due to sharing the oven, so the system prioritizes processing order B, while order C can be processed immediately using an available grill.
Sui's conflict prediction mechanism.
Source: VanEck Research (2024/12/19)
Aptos: "French Cuisine" with Dynamic Parallelism
Using a "dynamic parallel" approach similar to Monad, it assumes conflicts are rare and detects conflicts in real-time during transaction processing. If a conflict is detected (e.g., multiple transactions competing for the same asset), it rolls back and reorders.
Analogy: In the "Aptos restaurant," waitstaff do not need to predict kitchen equipment usage. Orders go directly to the "kitchen manager" (scheduler), who assumes no conflicts and processes them immediately. If a conflict occurs (e.g., multiple customers competing for Dover sole), cooking must stop, and rescheduling is required. Although this may seem inefficient, Aptos's kitchen's rapid processing capability usually can absorb this loss.
Aptos dynamic conflict resolution.
Source: VanEck Research (2024/12/23)
Deep Impacts of the Two Models
Aptos's Developer Friendliness
- Does not require declaring state dependencies, reducing development complexity
- Suitable for applications that require flexibility (e.g., conditional execution of orders)
Sui's Execution Efficiency
- Pre-resolves conflicts, reducing computational resource consumption
- Performs excellently in high-competition scenarios (e.g., DEX arbitrage)
- However, may lead to some states being monopolized due to "write locks"
Extreme Scenario Testing
- Aptos may encounter scheduling bottlenecks during high conflicts (following the Kingman formula: as system load approaches capacity, even a slight increase in traffic can cause exponential delays)
- Sui's write locks may lead to inefficient resource utilization
Sui's Unique Advantages: Local Fee Market and Service Level Agreements
Local Fee Market
- Different applications can independently price Gas fees (e.g., Aftermath Finance's SUI/USDC pool can raise prices independently)
- Compared to Aptos/Ethereum's global fee market (where congestion in a single application raises Gas fees across the network)
Analogy: In the Sui restaurant, each cooking area prices according to demand (raising prices for sea urchin pasta does not affect steak burritos), while Aptos has a unified global pricing (a surge in demand for ceviche ice cream raises the cost of red snapper pizza).
Service Level Agreements (SLA)
- Validators can commit to daily transaction delays and pricing
- Ensures enterprise-level applications are not disturbed by other on-chain activities
Finality Time: Sui Has the Advantage
Source: Circle, Project Documentation (2024/12/19)
For simple payment transactions, Sui achieves ultra-low latency and high throughput through two mechanisms:
- Fast Path: Bypasses the consensus mechanism, with delays as low as 300 milliseconds
- Pilot Fish: Validators can achieve nearly unlimited scalability by adding servers
Its technical foundation lies in the object-oriented state architecture—assets like USDC are held directly by users as independent objects (rather than being accounted for in contracts like Ethereum). When two users transfer funds simultaneously, Sui can process them in parallel (modifying ownership of their respective objects), while Aptos/Solana must access the same smart contract serially.
Aptos's Response: Quorum Store
Enhancing throughput by optimizing the consensus process:
- Allows non-leader validators to participate in transaction propagation
- Leaders focus on block proposals and broadcasting
- May exacerbate scheduling challenges in high-conflict scenarios
Security Trade-offs
Sui omits the DAG certification phase to enhance speed, which may make it more susceptible to network packet loss (e.g., if 5 out of 100 validators lose 1% of packets, it will significantly slow down). Additionally, the attack surface for malicious validators is larger than that of Aptos. Although major attacks on PoS systems remain a theoretical risk, this hidden danger may amplify as the ecosystem matures.
Ecosystem Status: Sui Currently Leads
Data source: Artemis XYZ (as of 2025/1/21)
Key Applications
- Sui: Lending protocol Suilend/Navi (TVL over $450 million), perpetual contract BlueFin (daily trading volume of $250 million, ranked 7th across the chain)
- Aptos: Stablecoin/DEX protocol Thala (TVL $135 million)
Incentive Strategies and "Rent-Seeking Capital" Risks
- Sui: Committed to incentivizing the ecosystem with 157 million SUI (currently worth about $300 million) in October 2023, estimated annual yield increase of 5.2%-10%
- Aptos: Offers 6.5%-20% APT rewards to attract liquidity, with estimated annual incentive spending of $100 million
Both face the "rent-seeking capital" issue—users come solely for arbitrage rewards, raising doubts about ecosystem sustainability.
Developer and Community Activity
- Active developers: Sui 280/week vs. Aptos 272/week (Ethereum 3300, Solana 1200)
- Google search interest: Sui is 9 times that of Aptos, surpassing Solana for 17 days and Ethereum for 16 days in the past 90 days
- No truly differentiated successful applications have emerged yet (e.g., Sui's FanTV, Birds have low user numbers)
Transaction Experience: Sui is Superior
Sui has built a better system for traders, specifically reflected in:
Programmable Transaction Blocks (PTB)
- A single transaction can dynamically call up to 1024 instructions, making real-time decisions based on on-chain/off-chain data (e.g., DEX aggregators using ASIC/GPU to compute optimal paths).
- Surpasses Solana's account limit (64 input accounts), supporting complex transactions (e.g., operating over 100 objects simultaneously).
Gas Fee Mechanism
- Sui: Validators set a base price, and users can add priority fees to jump the queue. It employs a local fee market, allowing high-demand applications to price independently (e.g., Aftermath Finance's SUI/USDC pool can raise prices independently).
- Aptos: Governance sets a base Gas price, with fees fluctuating globally. There is no priority fee mechanism, leading to increases across the network in high-demand scenarios.
DeepBook Liquidity Layer
- A central limit order book (CLOB) built into the Sui chain, aggregating liquidity across the chain.
- Reduces DEX slippage and weakens the liquidity monopoly of leading applications.
Impact:
- Market makers incur lower costs for updating quotes in Sui (batch updating thousands of orders in a single transaction).
- The price spread on Sui DEX may outperform Aptos, attracting more trading volume.
Token Economics Comparison
Unique Designs:
- Sui Storage Fund: The network pays newly minted SUI to validators to compensate for long-term storage costs, creating deflationary pressure on the token.
- APT Inflation and Burn Balance: High transaction volumes may push APT into deflation, but current annual inflation still exceeds the burn amount.
Valuation Models and Price Predictions
Total Market Capitalization of Smart Contract Platforms (SCP)
- Expected to reach $11 trillion by the end of 2025 (currently $770 billion, +43%)
- Based on regression analysis of the U.S. M2 money supply (expected to be $22.3 trillion in 2025, annual growth of 3.2%) (R²=0.36)
Market Share of Move Ecosystem
- Currently 2.7% (Sui 2% + Aptos 0.7%) → 6.5% in 2025
Price Predictions
- SUI: 5.5% market share corresponds to a market cap of $61 billion, with a circulating supply of 3 billion → $16 (current price $3.75, +326%)
- APT: 1% market share corresponds to a market cap of $11 billion, with a circulating supply of 507 million → $22 (current price $7.3, +201%)
Conclusion and Investment Risks
Our Conclusion
Current evidence suggests that Sui is more competitive due to its performance advantages and scalability potential. Its unique local fee market, Pilot Fish architecture, and Fast Path design provide a better DeFi pricing environment for high-frequency traders. Coupled with a strong community narrative, Sui has established a leading position in token performance and ecosystem activity.
However, Aptos's advantages in development flexibility and chain robustness should not be overlooked. Although Sui currently leads significantly in economic indicators like TVL and DEX trading volume, the dynamic changes in the crypto market could quickly reverse the situation. In the long run, the outcome will depend on who can continue to innovate and translate technical advantages into ecosystem prosperity.
Five Core Risks
- Business Expansion Dilemma: Both have not formed a synergistic strategy between technological development and ecosystem expansion. If they cannot nurture truly killer applications that leverage their technological characteristics, ecosystem prosperity may be difficult to sustain.
- Lack of Technical Stress Testing: Existing transactions primarily involve simple transfers and have not yet undergone extreme tests of Solana-level DEX trading volumes. Innovations like Pilot Fish may need to compromise adjustments under high-pressure scenarios.
- Increased Competitive Threats:
- Solana Firedancer upgrade: After performance upgrades in 2025, it may surpass Sui/Aptos
- Emerging public chains: Monad's dual advantages in the technical community, Berachain's speculative momentum
- Historical lessons: High-performance chains can be easily replaced by newcomers (e.g., the decline of EOS and Tezos)
- Macroeconomic Fluctuations: Crypto assets are strongly correlated with M2 money supply (R²=0.36). If the Federal Reserve tightens liquidity or a global financial crisis erupts, SCP market capitalization may shrink significantly.
- Regulatory Black Swan: If the FIT 21 bill sets stringent decentralization standards, it may classify Sui/Aptos as securities, limiting their circulation to qualified investors only.
Disclaimer: The content of this article solely reflects the author's opinion and does not represent the platform in any capacity. This article is not intended to serve as a reference for making investment decisions.
You may also like
The Daily: ECB President Lagarde rejects bitcoin for Eurozone reserves while the Czech central bank considers it and more
European Central Bank President Christine Lagarde said bitcoin is not an option as a reserve asset for the Eurozone’s central bank reserves, citing liquidity, security and regulatory concerns.Meanwhile, the Czech National Bank approved a proposal from Governor Aleš Michl to assess diversifying some of its country’s reserves into bitcoin.
'Inevitable collapse': Trump’s crypto push sparks concern at Paul Singer's Elliott Management: FT
The hedge fund said in a new investor letter that the “inevitable collapse” of the crypto bubble “could wreak havoc,” according to the Financial Times.Elliott’s Paul Singer has never been a fan of crypto, telling WSJ in 2023 that cryptocurrencies are “completely lacking in any value.”
Kiyosaki Dumps Gold and Silver, Projects Bitcoin at $250K by 2025
Bulls Eye Reversal as Solana Tests Support After 25% Drop