August 26, 2025 - 17 min read
Initially developed for Facebook’s canceled Diem stablecoin project, the Move programming language has given birth to some of the most exciting Layer-1 blockchains of the last several years. Foremost among these in popularity are Sui and Aptos, which have soared to multibillion-dollar market caps and millions of global users. However, newer Move-based blockchains, including Supra and Movement Network (an Ethereum L2), have become increasingly popular.
In this article, we’ll discuss why various blockchains have chosen to utilize the Move programming language. We will then break down some of the top Move-based chains, examining factors such as founders and history, transaction speed and finality, consensus mechanisms, and more.
The Move Programming language was designed to help address some of the security concerns and programming issues often experienced by developers using other blockchain programming languages, like Solidity, which is used for Ethereum and many EVM-compatible blockchains. Ideally, Move allows developers to create more secure and efficient smart contracts.
Some of the core benefits of using Move vs. other programming languages include:
It’s important to realize that Move is specifically designed to prevent vulnerabilities common in Solidity, such as “reentrancy.” “Reentrancy” is a type of smart contract vulnerability that allows an attacker to repeatedly call a function in a contract before the previous function call is finished. This can trigger unexpected behavior, sometimes allowing the attacker to drain funds from the contract.
Some of the elements of Move that help prevent reentrancy include:
Sui was founded in 2021 by Evan Cheng and a team including individuals such as Sam Blackshear, Adeniyi Abiodun, and George Danezis, who created a new entity, Mysten Labs, to develop the Sui blockchain. Like Aptos, Sui was inspired by Facebook’s (now Meta’s) discontinued Diem/Libra blockchain and stablecoin project, with which all of the core founders were heavily involved. Like Diem, Supra, and Aptos, Sui launched its mainnet in May 2023.
Aptos was founded in 2021 by Mohammad Shaikh and Avery Ching to create a more democratized and scalable blockchain network. Aptos was inspired by Facebook’s (now Meta’s) discontinued Diem/Libra blockchain and stablecoin project, with which both Shaikh and Ching were heavily involved. Like Diem/Libra (and Supra). Aptos launched its mainnet in October 2022.
Supra was established in 2018 by a team that includes current CEO Joshua Tobkin and Chief Business Officer Jon Jones. Known initially as SupraOracles, the company originally focused on building a cutting-edge blockchain oracle solution. In 2023, it rebranded as Supra to reflect its expanded mission of launching a groundbreaking, fully integrated Layer-1 blockchain. This new platform incorporates native oracles, verifiable random function services, automation, and trustless cross-chain bridging. Among the prominent members of Supra’s research team is Aniket Kate, a key contributor to Ethereum 2.0 and co-creator of KZG Commitments (also known as Kate Commitments).
The Movement Blockchain was first created by Movement Labs, an organization co-founded in 2022 by Vanderbilt University dropouts Cooper Scanlon and Rushi Manche. Scanlon and Manche say that their mission is to democratize and decentralize the growth of the Move programming language, making it accessible to a wide array of developers and applications. Under their leadership, Movement Labs has successfully raised significant funding, including a $38 million Series A round, to advance their vision of integrating the Move Virtual Machine with Ethereum and enhancing blockchain scalability and security.
Starcoin was established in 2018, predating the announcement of the Libra/Diem project, and integrated the Move programming language in Q4 2019.
The network is developed by Hong Kong-based Westar Labs and managed by the Starcoin Foundation, which operates under the oversight of the Governing Council. The most prominent figure representing Starcoin is Tim Yang, CEO and co-founder of Westar Labs and former deputy head of R&D at Weibo.
0L stands out among Move-based blockchains as a unique, community-driven initiative. Unlike others, it operates without a formal team listed on its website, a foundation, or venture capital backing. Instead, 0L relies on decentralized governance and contributions from a diverse group of volunteers, including former Meta engineers.
Despite its grassroots approach, the project has notable connections to the blockchain community. One prominent figure associated with 0L is Zaki Manian, co-founder of Sommelier Finance and Iqlusion, a former director at Tendermint Labs, and a key contributor to Cosmos. The 0L Network launched in October 2021.
Aptos has reached an impressive 160,000 TPS under theoretical conditions; however, according to the Aptos blockchain explorer Aptoscan, Aptos reached a maximum real-world speed of 33,000 TPS on May 25, 2024. In recent months, Aptos has had a significantly lower TPS level. Aptos also claims that it can achieve finality in 0.9 seconds.
Sui has a theoretical capacity of around 297,000 transactions per second (TPS). Sui’s official blockchain explorer, Suiscan, showed that Sui reached a maximum real-world TPS of 860 in 2024. However, Sui has had a significantly lower TPS level in recent months, averaging only 92 TPS during the last quarter of 2024.
Sui claims that it can achieve finality in 400 milliseconds.
Supra launched its mainnet on Nov. 26, 2024. Under testnet conditions, Supra achieved record speeds of 500,000 transactions per second (TPS), reaching finality in as little as 500 milliseconds.
Movement, which launched its testnet on June 30, 2024, reportedly reached a maximum TPS of 12,000, which, while much lower than Sui, Aptos, and Supra, is still relatively impressive for an Ethereum Layer-2. However, Movement Co-Founder Rushi Manche believes this is only a fraction of the network’s future possible performance and stated that he believes that Movement can easily reach “30 to 50 thousand” transactions per second in the near future. However, the Movement Explorer shows a Maximum real-world TPS of just 148, showing that theoretical and real-world network speeds can be substantially different.
In June 2024, Starcoin reported on its X account that its Mainnet 2.0 would have a speed of 130,000 TPS. This is significantly up from 2022 reports that the network would have a maximum TPS of closer to 4,600. Looking at Starcoin’s official block explorer, it’s somewhat unclear what the current TPS of the network is, but as of early 2025, it seems to be in the range of 1-5.
Due to the decentralized and open-source nature of 0L Network, it’s unclear what the maximum theoretical TPS of the blockchain might be. However, by checking the network’s unofficial block explorer, we can see that it is processing at least 2-3 transactions per second as of early 2025.
Sui’s consensus mechanism features two core components, Narwhal and Mysticeti, which together ensure high throughput and low latency. Narwhal is a data availability layer that organizes transactions into a Directed Acyclic Graph (DAG). This structure allows validators to process transactions concurrently, enabling the network to achieve remarkable efficiency and scalability. By decoupling data availability from the consensus process, Narwhal ensures that validators can reliably access and share transaction data without delays or bottlenecks.
Building on Narwhal, Mysticeti is a Byzantine Fault Tolerant (BFT) consensus protocol designed to minimize latency. Unlike traditional BFT protocols, Mysticeti optimizes the process by allowing validators to sign and share blocks without requiring prior certification. This significantly reduces the number of communication rounds needed to finalize transactions.
Aptos’ Shoal consensus is an innovative framework designed to enhance the performance of Narwhal-based consensus protocols, such as Bullshark, by significantly reducing latency and improving robustness. Shoal introduces pipelining and leader reputation mechanisms, which streamline the consensus process and minimize delays.
Pipelining reduces Directed Acyclic Graph (DAG) ordering latency by introducing an anchor every round, while leader reputation ensures that these anchors are associated with the fastest validators, thereby enhancing efficiency.
By integrating these features, Shoal achieves a property termed “Prevalent Responsiveness,” allowing the system to eliminate timeouts in all but highly uncommon scenarios. This advancement enables Aptos to process transactions with reduced latency, achieving up to a 40% reduction in failure-free executions and up to an 80% reduction in executions with failures compared to the standard Bullshark implementation.
Supra’s Moonshot Consensus is an innovative blockchain consensus mechanism designed to address the challenges of scalability and fault tolerance. This approach introduces a family of blockchain-based State Machine Replication (SMR) protocols, primarily focusing on “Chained Moonshot,” which emphasizes Optimistic Proposal.
Moonshot protocols are Byzantine Fault Tolerant (BFT), ensuring high resilience in the face of malicious actors. The consensus mechanism allows validators to propose blocks in an optimistic manner, where they rely on a fast and efficient protocol for finality while minimizing the overhead of traditional systems.
The Movement Network uses the Snowman consensus mechanism, which is a variant of Avalanche’s consensus protocol. Snowman is designed to provide high scalability and low-latency finality by utilizing a directed acyclic graph (DAG) structure. Unlike traditional blockchain architectures that operate linearly, Snowman enables validators to work concurrently on transaction batches, which helps optimize throughput and reduces bottlenecks.
In this consensus model, validators vote on transactions like classical Byzantine Fault Tolerant (BFT) protocols, but in a more decentralized and efficient manner. The key feature of Snowman is its use of the Avalanche protocol, which allows for quick finality and supports a high degree of parallelism in transaction processing. This reduces the number of rounds required for achieving consensus, significantly lowering the latency and enabling the Movement Network to process thousands of transactions per second.
However, this just refers to the internal consensus mechanism of the Movement Network. Since Movement is an Ethereum Layer-2, not an independent Layer-1, Movement relies on the Ethereum mainnet for consensus by submitting compressed transaction data back to the mainnet.
Starcoin employs an enhanced Proof-of-Work (PoW) consensus mechanism, integrating Bitcoin’s original PoW approach with innovative technologies to bolster security and scalability. Central to this enhancement is the incorporation of FlexiDAG, a Directed Acyclic Graph consensus algorithm, and TurboSTM, an industry-leading parallelization technology. FlexiDAG allows for the dynamic adjustment of key network parameters, accelerating block production and reducing transaction confirmation times. TurboSTM significantly boosts transaction processing capacity, increasing it by 17 times compared to previous phases.
0L Network uses a proof-of-stake consensus mechanism, but due to the decentralized and community-lead nature of the project, the exact details are unclear.
Oracles are essential to blockchains because they enable smart contracts to interact with real-world data, bridging the gap between the on-chain and off-chain ecosystems. Without oracles, blockchains are isolated systems that cannot directly access external information, limiting their functionality and applicability.
For example, oracle price feeds are crucial for blockchain dApps like decentralized exchanges (DEXs) because they provide accurate and real-time market data for setting fair trading prices, calculating collateral ratios, and enabling automated functions like swaps or liquidations. Without reliable price feeds, DEXs risk inefficiencies, arbitrage opportunities, and potential losses for users.
Sui, Aptos, Movement, Starcoin, and 0L Network all need to use external networks for oracles, such as Pyth, Chainlink, or Supra. Unfortunately, this can lead to security issues and increase inefficiencies when trading.
However, since Supra has its own native oracle service, dApps developed on Supra don’t need to go elsewhere for fast, decentralized price feeds. Supra’s oracles have near-instant refresh rates with full on-chain finality and utilize a randomized node network along with inbuilt fail-safes to maximize security guarantees.
In addition to oracles, Verifiable Random Functions (VRFs) are crucial for ensuring fairness and transparency for blockchain dApps. VRFs can be used for various applications, such as generating NFTs with randomized traits, conducting blockchain lotteries, and generating randomized loot box rewards for GameFi applications. By providing cryptographically secure and provably unbiased randomness, VRFs enhance trust in these systems.
Sui, Movement, Starcoin, and 0L Network have no native VRF services, so they must use external VRFs like Supra VRF or Chainlink VRF.
Aptos does not yet have a well-established, fully integrated decentralized VRF service, but it does have Aptos Roll, which can be used for certain randomness functions, including blockchain lotteries. ORAO Network also provides another Move-based VRF SDK that can be utilized for Aptos.
Supra, however, does have its own native, decentralized VRF. Supra VRF is extremely low latency, allowing applications to generate truly randomized outcomes almost instantly, leverages batching to achieve scale, and utilizes a secret sharing algorithm to distribute power across multiple nodes so no one node can compromise the randomization process.
Sui has a native bridge, Sui Bridge. According to the official Sui website: “Sui Bridge is a cutting-edge native bridge on Sui, designed to enhance interoperability between Sui and Ethereum. It enables users to securely and efficiently transfer assets like native ETH, wrapped ETH, and USDT to and from Sui.”
Aptos does not have a native bridge. The most popular bridge used by Aptos users is The Aptos Bridge by LayerZero. According to their official website, “The AptosBridge is a wrapped-asset bridge where users can bridge assets from any of the supported EVM chains into Aptos and receive unified liquidity in the following supported assets: USDC, USDT, WETH, WBTC, and USDD.”
In contrast to traditional blockchain bridges, Supra uses HyperNova, a trustless native “bridgeless” protocol intended to quickly and easily facilitate the transfer of assets back and forth between Supra and other blockchains.
The HyperNova bridgeless model relies only needs a single honest relay node to forward data, ensuring liveness and censorship resistance without needing trust in intermediaries or large stakes for bridge nodes. This trustless approach eliminates multiple consensus rounds, enabling faster and more efficient execution.
Like Aptos, Movement Network does not have its own native blockchain bridge. However, it has collaborated with Hyperlane to improve “connection and interoperability with the growing Modular ecosystem” and to “allow permissionless bridging of any assets between any chains with Warp Routes.”
Starcoin’s full bridging capabilities are somewhat unclear. The Starcoin developer documentation states that PolyNetwork was the first cross-chain bridge in the Starcoin ecosystem. In 2022, Starcoin announced that they would be launching a bridge that would support the “crossover of STC, ETH, and USDT between Starcoin and Ethereum.”
0L Network has a bridge created by community members, so it could technically be called a “native” bridge. Right now, the 0L bridge facilitates bridging assets between 0L and Ethereum, Solana, and Avalanche.
While Sui, Aptos, Supra, Movement, Starcoin, and 0L Network all use the Move programming language, they each use slightly different language variations to achieve their specific goals.
Unlike some other Move implementations, Sui Move revolves around an object-centric model, where data is represented as objects with unique IDs that can be owned by accounts or shared as mutable resources.
This approach enables seamless handling of dynamic applications, such as gaming assets and NFTs. A key innovation of Sui Move is its support for parallel transaction execution, leveraging its ability to process non-conflicting transactions simultaneously, enhancing scalability and efficiency.
Sui Move also introduces clear distinctions between shared and owned objects, simplifying permissions and transaction logic. Its precise gas computation and transaction batching capabilities further optimize workflows, making developing cost-efficient and low-latency applications more straightforward.
Developers benefit from a robust ecosystem, including the Sui Developer Kit (SDK), which provides tools for debugging, testing, and deploying smart contracts with ease.
Sui Move and Aptos Move are relatively similar. As previously mentioned, Aptos Move incorporates Block-STM, a novel approach for parallel execution of transactions. Block-STM allows the Aptos network to process multiple transactions concurrently by speculatively executing them and resolving conflicts as needed. This maximizes throughput while maintaining the system’s integrity, making Aptos well-suited for high-demand use cases. By leveraging parallelism, Aptos achieves high efficiency and scalability, even during periods of heavy network activity.
This differs somewhat from Sui, which, as mentioned before, uses an object-centric data model, processes transactions individually, and focuses on achieving low latency and near-instant finality. Sui’s architecture is optimized for simple, independent transactions, which can bypass traditional consensus mechanisms and are finalized almost immediately.
While Supra uses Move as its core programming language, the blockchain Supra’s MultiVM support allows developers to deploy full dApps from other blockchains without needing to rewrite the code in a different programming language. This capability is unique to Supra, making it easier and more efficient for developers to bring their projects to the platform.
Currently, Supra offers documentation to help developers deploy Aptos Move smart contracts and EVM Solidity smart contracts. Additional documentation is coming soon that will provide developers with the necessary tools and information to deploy SolanaVM (SVM) Rust smart contracts and CosmWasm (Rust) smart contracts, with many more to come soon.
It’s not clear if there’s much difference between Starcoin’s implementation of the Move programming language compared to other chains, like Sui, Aptos, Movement, or Supra. However, online documentation suggests that Starcoin’s Move implementation allows for flexible dApp migration between Move ecosystems without code rewrites and may allow for aligned dev tools across mainstream Move frameworks.
Unfortunately, there is little documentation available about 0L Network’s specific implementation of the Move programming language; however, it’s unlikely to be substantially different from more mainstream applications, such as Sui Move or Aptos Move.
When it comes to building standalone chains for specific dApps (i.e. appchains), Sui, Aptos, Starcoin, and 0L Network don’t really have a solution to speak of.
Movement network is working on a tentative shared sequencer-based MoveVM Ethereum L2 model, which would potentially allow dApp developers to spin up their own Move-based Ethereum Layer-2 blockchains for specific decentralized applications.
In contrast, Supra is the only Layer-1 blockchain with a specific model (Containers) to address the needs of dApp developers who want isolated blockspace and the ability to set their own rules, such as tokenomics, gas fees, governance, and other key elements.
Supra Containers give builders dedicated blockspace on Supra’s L1, with the freedom to build their own ecosystems with complete control, high performance, flexible scalability, and no blockspace congestion. Containers also inherit Supra’s shared security, performance, and access to vertically integrated services. Perhaps most importantly, dApp developers don’t need to bootstrap a set of new validators, which can be expensive and time-consuming.
Currently, Supra is the only Move-based blockchain to feature native automation.
In general, most Layer-1 blockchains are closed systems that don’t interact with the outside world. This means that they don’t have the ability to handle if-this-then-that automations by themselves. In other words, the blockchain can’t initiate or trigger transactions on its own without someone explicitly or manually sending a transaction to a smart contract.
However, this is a crucial capability that blockchains need to enable richer experiences and more useful applications. While other chains rely on external, third-party automation networks to facilitate automation, Supra has vertically integrated an Automation Network on the L1 itself to offer this capability natively. A few examples of this include:
Sui’s native $SUI token is currently the largest Move-based blockchain token by market cap. It’s currently available on a wide array of exchanges, including Binance, Cetus, Bybit, Coinbase, OXK, Upbit, Bitget, and a variety of decentralized exchanges.
Aptos’s native $APT token is currently the second largest Move-based blockchain token by market cap. It’s currently available on various exchanges, including Binance, Bybit, Coinbase, OXK, Kraken, Kucoin, MEXC, and multiple decentralized exchanges, like Cellana, PancakeSwap, and Thala.
Supra’s native $SUPRA token is now the fourth-largest Move-based blockchain token by market cap. $SUPRA is available on multiple exchanges, including Bybit, Kucoin, MEXC, Gate.io, WEEX, TRIV, and Coinex. It’s not currently available on any decentralized exchanges, but that’s likely to change in the coming weeks and months.
The Movement Network’s native $MOVE token is now the third-largest Move-based blockchain token by market cap. $MOVE is available on exchanges including Binance, Bybit, Coinbase, OKX, Upbit, Bitget, Kucoin, and MEXC. It’s also available on DEXs like Uniswap, Liquidswap, or PancakeSwap.
Starcoin’s native $STC token is one of the smallest Move-based blockchain tokens by market cap. It’s currently only available on a few exchanges, including Gate.io and CoinEx. It doesn’t seem to be available on any DEXs at the moment.
0L Network’s native $LIBRA token is another one of the smaller Move-based blockchain tokens by market cap. Due to limited information on the project, it’s unclear where users can buy or sell the $LIBRA token.
There’s no doubt that Move is a robust, secure, and increasingly popular programming language for blockchain developers. Some of the fastest-growing crypto assets, including the native tokens for the Sui, Aptos, Movement, and Supra blockchains, are Move-based. It appears that Move-based blockchains are likely to continue growing in popularity in the coming months and years.
With Move’s built-in security and efficiency, it’s no surprise that this language is becoming the talk of the town- and might even one day unseat Solidity as the world’s most popular blockchain programming language.
RECENT POSTS
Sign up for the Supra newsletter for news, updates, industry insights, and more.
©2025 Supra | Entropy Foundation (Switzerland: CHE.383.364.961). All Rights Reserved