ch fr false false
Communication publicitaire

Explorer Sui : La couche 1 prête pour l'adoption massive

07 novembre 2024

Sui se distingue en visant à rendre la blockchain aussi rapide, conviviale et abordable que des plateformes telles que Facebook, Twitter et Robinhood, en créant une expérience utilisateur familière à la plupart des internautes.

Marketing Communication

The User-Experience Issue in Crypto

Cryptocurrencies promise a "be your own bank" experience by enabling people to send and store assets without intermediaries like banks. However, for many non-tech-savvy users, using crypto remains challenging due to complex interfaces and risks of asset loss. Developers also face high costs and risks when building blockchain applications due to the need for specialized skills to ensure security and efficiency.

Current blockchains haven’t sufficiently addressed these challenges. To onboard a billion users, blockchains must be cheaper, more flexible, and, crucially, as easy to use as an iPhone. This requires a fundamental design that prioritizes user simplicity alongside scalability to support billions of transactions.

Sui stands out by aiming to make blockchain as fast, user-friendly, and affordable as platforms like Facebook, Twitter, and Robinhood, creating a user experience familiar to most internet users.

Sui represents enormous progress towards this ultimate waypoint because it has the following traits: 

  • Remarkable Speed:
    • Transactions on Sui process in as little as 400ms
  • High Throughput:
    • Sui has demonstrated the ability to process up to 297k transactions per second; can potentially scale to millions of transactions per second
  • Low Cost:
    • Transactions on Sui cost fractions of a cent
  • Logical Asset-Centric Design:
    • Sui’s architecture makes it easier for developers to create simple user experiences
  • Dedication to Safety
    • Many errors in application design are rejected by Sui’s software and are impossible due to Sui’s application guardrails
  • Simple Developer Experience
    • The programming language of Sui, called Move, is as flexible as the popular Rust language but honed to make developing applications faster and safer

In this article we explore how Sui differentiates itself from Ethereum, Solana and other alternatives and may be the first blockchain to achieve mass adoption.

Sui's transaction costs are less than 1/10th of Solana's

Source: Artemis XYZ. Data as of 10/28/2024. Historical performance is no guarantee for future results. This should not be understood as financial advice for any of the digital assets mentioned in the figure.

Demand for a Web2-like Experience is Growing

Developers are seeking solutions that allow for straightforward application deployment, with code that can be readily secured for handling high-value transactions. At the same time, users are looking for a Web3 experience that feels like an enhanced version of the familiar Web2 environment. This includes features such as seamless onboarding processes, responsive and real-time applications, and the ability to use human-readable credentials or social login options. Additionally, developers are in search of a contract language that provides them with built-in security features that help them safeguard their users from making mistakes or their applications from being exploited.

Source: VanEck Research

Sui’s Unique Blockchain Design

Sui’s novel innovation is to move from a blockchain design that revolves around “accounts” to one that revolves around “objects.” One way to think about the “accounts” model is to consider every asset on Ethereum as an excel sheet ledger. For a token like USDC, to transfer USDC to someone you do not actually “send” their account USDC. This is because all balances of USDC are kept in a      smart contract ledger on the blockchain, similar to an excel sheet. To transfer someone USDC, the account unlocks its ledger entry on the USDC contract and then reduces its balance by the transfer amount to then credit the other account in that smart contract. In this dynamic, a user’s wallet controls the ability to change the ledger entry of their balance on the USDC smart contract.

The account-based model is far from ideal because it is less safe and does not allow for parallel processing of transfers. On the first point, if the smart contract that powers USDC is hacked, infinite coins can be minted and given to the hacker. On the second point, if multiple people each want to send USDC, they each must separately tell the USDC “excel sheet” to transfer the items. The problem this causes is that the ledger can only process one request at a time because it must ensure someone does not send more USDC than they have on the ledger. To ensure there is no “double-spend,” those multiple requests must be processed one-at-time.

By contrast, Sui runs an “object-based” model where each asset is a distinct object that exists outside of an account. User wallet balances are not ledger entries on USDC’s smart contract, they are distinct entries specific to their wallet. As a result, when an asset is transferred between users, Sui’s blockchain tracks the ownership on a central ledger, not on a smart contract. From the standpoint of the blockchain, each asset having a distinct owner means that Sui can parallelize the different transactions. In the case of the earlier USDC send, since each of the multiple users owns their own USDC as objects, Sui can process the sending of that USDC across those users at the same time. This empowers Sui to process more transactions in a given period of time than account-based blockchains like Ethereum.

This advantage manifests itself during periods of high demand because it allows Sui to allow transactions unrelated to high demand parts of the blockchain to proceed uninhibited. Likewise, Sui’s object-based model allows it to confirm transactions much faster as well. For example, Sui can finalize a transaction in as little as 400 milliseconds (4/10ths of a second) whereas Solana takes around 5 seconds, Ethereum takes 78 seconds and Bitcoin takes 60 min.

Source: Sui data as of 10/28/2024

Furthermore, because of Sui’s ownership model, simple peer-to-peer (p2p) transfers are much less taxing of the blockchain and can finalize far faster than they can on other blockchains. Because every user “owns” the assets in their wallets as objects rather than ledger entries on a smart contract, they can send another user funds without having to go through Sui’s consensus. Sui calls this “Fast Path.” When a peer-to-peer transaction occurs, a validator simply must check the ownership rights of the assets being sent and confirm the transaction without having to put it through consensus. This saves time and enables validators to save their limited bandwidth to process more transactions while also making the transactions faster. More specifically, Sui’s “Fast Path” shaves up to 300ms off of a transaction because the number of network “hops,” the process of messaging across the network, drops from 4 to 2.

By contrast, when performing a p2p transfer on Ethereum or Solana, the results must be messaged throughout the entire network several times before the transaction is finalized. This dynamic makes applications of blockchain technology like payments on Sui fast enough to approximate the user experience found on Venmo or Zelle.   

Finally, Sui’s object-based model improves the developer experience by making it easier to create applications. When developing on Sui, one does not need to specify all the various accounts its application must touch but rather only the generalized, much larger set of objects. Developers also do not have to specify all the various account dependencies which adds to the mental overhead and extra code they must create. This dynamic makes programming less error prone and allows for less redundancy in coding. Because Sui design enables high throughput and, by proxy, inexpensive transactions, developers do not need to create workarounds for their code to function properly in high usage environments to the extent that they need to on Ethereum.

In summary, Sui has evolved the blockchain design by making foundational changes that create a better product for users and dApp builders. Sui has created a safer blockchain whose framework allows Sui to process great amounts of information quickly and responsively. Quantified, Sui can process 200MB per second of information through its blockchain while enabling transaction finality of ~400ms. Comparatively, this is roughly 2x more data than Solana and finality that is 10x faster. 

Sui’s Appeal

Sui's Time to Finality Exceeds Current Competition

Source: Each blockchain’s documentation. Data as of 10/28/2024.

Why do Users like Sui?

Sui allows users to experience blockchain at the speed of the internet. User transactions are much faster, particularly p2p transactions, than many other chains. Because Sui is able to parallelize transactions, Sui’s ability to process new transactions does not significantly degrade with high usage. Sui also enables users to control their wallets by logging on through SSO (Secure Sign Ons) like Facebook and Google. 

What do Developers like about Sui?

The ownership model is more intuitive than comparable blockchains’ models like Ethereum’s EVM and Solana’s SVM while preventing costly errors. Programming on Sui requires as little as 60% the lines of code compared to Solana. Move, the programming language used in Sui, has numerous built-in safety features. Additionally, Sui’s blockchain software will outright reject faulty code if someone tries to deploy it to Sui. Many attacks that have cost billions of dollars are literally impossible on Sui because of the combination of Sui’s Move language and Sui’s software.

What do Institutions like about Sui?

Sui’s database model makes it less costly and easier to understand the history of transactions and asset balances on Sui. This helps institutions understand who has interacted with their assets, applications and wallets. It also allows institutions to better collect information for audits and taxes.

What do Investors like about Sui?

Sui’s staking mechanism has instant redemption which allows investors liquidity while also being able to earn staking rewards. Sui has explicit partnerships with premier web2 companies like ByteDance and NetMarble to build on Sui. The $SUI token is deeply liquid as it is the 9thmost traded cryptocurrency. Sui’s ecosystem also has many potential catalysts including onboarding of new stablecoins, blockchain games, and novel dePIN projects.

Comparing Key Adoption Metrics

Daily active addresses, daily transactions, and weekly commits are key metrics for assessing the adoption of Sui. Daily active addresses show how many unique users are engaging with the blockchain, providing insight into user base growth. Daily transactions reflect the level of activity on the platform, indicating how frequently users interact with applications. Weekly commits reveal developer engagement, indicating the pace of improvements and feature additions. Together, these metrics offer a balanced view of both user and developer adoption, helping to gauge Sui’s overall traction.

Daily Active Users (% change YTD)

Source: Artemis.xyz, data as of 29/10/2024. Historic performance is not a guarantee for future results. Daily active users is defined as the total number of daily unique on-chain wallets interacting with the protocol (senders). This should not be understood as investment advice for specific digital assets.

Daily Transactions (% change YTD)

Source: Artemis.xyz, data as of 29/10/2024. Historic performance is not a guarantee for future results. Daily transactions is defined as the number of unique on-chain interactions with the protocol. This should not be understood as investment advice for specific digital assets.

Sui's Developer Activity is Up 53% YTD

Source: Artemis.xyz, data as of 29/10/2024. Historic performance is not a guarantee for future results. Developer activity is defined as the number of weekly commits tagged to open-source repositories of the protocol. This should not be understood as investment advice for specific digital assets.

Variability in Average Daily Gas Fee (1D % Change)

Source: Etherscan.io, Suivision.xyz, data as of 29/10/2024. Historic performance is no guarantee for future results. This should not be understood as investment advice for specific digital assets.

Lower variability in transaction fees enhances user experience by providing cost predictability and stability, making it easier for users to plan transactions without concern for sudden fee spikes. This consistency can reduce hesitation around using the platform, especially for newer users unfamiliar with fluctuating fees. Stable fees also enable applications to deliver a smoother, more reliable experience, as users aren't discouraged by unpredictable costs. Overall, predictable fees make the platform more accessible and user-friendly, supporting higher adoption and engagement; Sui excels in offering a platform with consistently low transaction fees.

Onboarding the Next Billion Users with zkLogin

The components to onboard the next billion users into Sui’s blockchain include speed, simplicity and low cost. Sui adds to those attributes the simplicity of zkLogin. zkLogin revolutionizes user onboarding on Sui because it allows anyone to create an account on Sui using the same login credentials they use for Facebook and Google. To illustrate this potential, consider that over 1.8 billion Google account holders could seamlessly transition into the crypto space using Sui's zkLogin feature. This innovative approach enables developers to eliminate complicated and technical steps for users without compromising on security, significantly lowering the barrier to entry for newcomers to the Web3 ecosystem.

Source: Sui.

Diversify Crypto Exposure with the VanEck Sui ETN

Experience the speed and scalability of next-generation blockchain technology. Sui offers instant finality and parallel transaction processing, paving the way for more responsive and user-friendly decentralized applications. The VanEck Sui ETN is a fully-collateralized exchange traded note that invests in the SUI Token.

  • Fully-collateralized by SUI in cold-storage
  • Total return of SUI: Tracks the MarketVector™ Sui VWAP Close Index (MVSUIV)

Why VanEck Crypto ETNs? Here’s why:

  • Crypto is only a small part of our total assets, so we can weather bear markets without drastic measures, protecting your investments.
  • With nearly 70 years in asset management and a strong track record in crypto, we bring deep industry knowledge and proven reliability.
  • We combine traditional financial strengths with cutting-edge crypto innovation, backed by a CEO who truly believes in crypto’s future.
  • We ensure clarity in our product structures and avoid high-risk or opaque practices, with assets fully backed by cryptocurrency in secure cold storage.
  • Our products, VBTC and VETH, are among the most traded on Xetra, offering you exceptional liquidity and tight spreads for seamless trading.
  • Our assets are secured by a licensed European bank in Liechtenstein, providing top-tier compliance and security.
  • We use the safest institutional custody setup available, prioritizing your security over cost savings.

Crypto is an asset class with high potential returns but investing in digital assets comes with great risk, why choose products that potentially introduce even more risks? Choose VanEck for a secure, transparent, and expertly managed crypto investment experience.

Main Risk Factors:

  • Technology Risk: Trading and transaction systems may be hacked or malfunctioning, causing loss of digital assets.
  • Regulatory Risk: Disruptions and interventions may render digital assets illegal.
  • Risk of Total Loss: No guarantee regarding custody due to hacking risk, counterparty risk and market risk.
  • Risk of Extreme Volatility: Trading prices of digital assets may experience extreme volatility.

Other risks specific to this ETN’s Digital Assets can also be found on the VanEck Crypto Academy. For example,

  • Adoption risk: Sui is an alternative layer-1 smart contract platform that utilizes the Move smart contract language. Since this language is equivalent but not fully compatible with Ethereum’s EVM it carries additional adoption risk.

To receive more Digital Assets insights, sign up to our Newsletter.

This is not financial research but the opinion of the author of the article. We publish this information to inform and educate about recent market developments and technological updates, not to give any recommendation for certain products or projects. The selection of articles should therefore not be understood as financial advice or recommendation for any specific product and/or digital asset. We may occasionally include analysis of past market, network performance expectations and/or on-chain performance. Historical performance is not indicative for future returns.

Informations importantes

À titre indicatif et promotionnel uniquement.

Ces informations proviennent de VanEck Switzerland AG, Genferstrasse 21, 8002 Zurich, Suisse. Elles ont pour unique objectif de fournir des renseignements généraux et préliminaires aux investisseurs et ne doivent pas être interprétées comme des conseils d'investissement, juridiques ou fiscaux. VanEck Switzerland AG et ses sociétés associées et affiliées (ci-après dénommées « VanEck ») ne pourront être tenues responsables d'aucune décision d’investissement, de désinvestissement ou de conservation prise par l’investisseur sur la base de ces informations. Les points de vue et opinions exprimés sont ceux connus à la date de publication de ces informations et sont susceptibles de changer en fonction des conditions du marché. Certaines déclarations contenues dans le présent document peuvent constituer des projections, des prévisions et d’autres déclarations prospectives, qui ne reflètent pas les résultats réels. VanEck ne fait aucune déclaration ou garantie, expresse ou implicite, concernant l’opportunité d’investir dans des titres ou des actifs numériques en général, ou dans le produit mentionné dans ces informations (le « Produit »), ou la capacité de l’indice sous-jacent à suivre la performance du marché des actifs numériques concernés.

L’indice sous-jacent est la propriété exclusive de MV Index Solutions GmbH, qui a passé un contrat avec CC Data Limited pour maintenir et calculer l’indice. CC Data Limited met tout en œuvre pour s’assurer du calcul correct de l’indice. Indépendamment de ses obligations à l’égard de MV Index Solutions GmbH, CC Data Limited n’est pas tenue de signaler les erreurs de l’indice à des tiers.

L'investissement est soumis à des risques, notamment la perte éventuelle du capital à hauteur du montant investi total et l'extrême volatilité des ETNs. Vous devez lire le prospectus et le DIC avant d'investir, afin de bien comprendre les risques et avantages potentiels associés à la décision d'investir dans le Produit. Le Prospectus approuvé est disponible à l'adresse www.vaneck.com. L'approbation du prospectus ne doit pas être comprise comme un cautionnement des Produits offerts ou admis à la négociation sur un marché réglementé.

Les performances citées représentent les performances passées, qui ne garantissent pas les résultats futurs et qui peuvent être inférieures ou supérieures aux performances actuelles.

Le rendement actuel peut être inférieur ou supérieur aux rendements annuels moyens indiqués. Il s'agit des performances sur 12 mois jusqu'à la fin du trimestre le plus récent pour chacune des 5 dernières années, le cas échéant. Par exemple, « 1ère année » désigne la période de 12 mois la plus récente et « 2ème année » la période de 12 mois précédente et ainsi de suite. Les données de performance sont affichées dans la devise de base, avec le revenu net réinvesti, net de frais. Des frais de courtage ou de transaction s'appliquent. La rentabilité du capital investi et la valeur nominale d'un investissement fluctuent. Les billets peuvent valoir plus ou moins que leur coût d'origine au moment du rachat.

Les rendements de l'indice ne sont pas les rendements de l'ETN et ne reflètent pas les frais de gestion ou de courtage. La performance d'un indice n'illustre pas la performance de l'ETN. Les investisseurs ne peuvent pas investir directement dans l'indice. Les indices ne sont pas des titres dans lesquels il est possible d'investir.

Aucune partie de ce document ne peut être reproduite sous quelque forme que ce soit, ou référencée dans une autre publication, sans l'autorisation écrite expresse de VanEck.

© VanEck Switzerland AG

Informations importantes

À des fins d’information et de publicité uniquement.

Ces informations proviennent de VanEck (Europe) GmbH qui a été désignée comme distributeur des produits VanEck en Europe par la société de gestion VanEck Asset Management B.V., de droit néerlandais et enregistrée auprès de l’Autorité néerlandaise des marchés financiers (AFM). VanEck (Europe) GmbH, dont le siège social est situé Kreuznacher Str. 30, 60486 Francfort, Allemagne, est un prestataire de services financiers réglementé par l’Autorité fédérale de surveillance financière en Allemagne (BaFin). Les informations sont uniquement destinées à fournir des informations générales et préliminaires aux investisseurs et ne doivent pas être interprétées comme des conseils d’investissement, juridiques ou fiscaux. VanEck (Europe) GmbH et ses sociétés associées et affiliées (ensemble « VanEck ») n’assument aucune responsabilité en ce qui concerne toute décision d’investissement, de cession ou de rétention prise par l’investisseur sur la base de ces informations. Les points de vue et opinions exprimés sont ceux du ou des auteurs, mais pas nécessairement ceux de VanEck. Les avis sont à jour à la date de publication et sont susceptibles d’être modifiés en fonction des conditions du marché. Certains énoncés contenus dans les présentes peuvent constituer des projections, des prévisions et d’autres énoncés prospectifs qui ne reflètent pas les résultats réels. Les informations fournies par des sources tierces sont considérées comme fiables et n’ont pas été vérifiées de manière indépendante pour leur exactitude ou leur exhaustivité et ne peuvent être garanties. Tous les indices mentionnés sont des mesures des secteurs et des performances du marché commun. Il n’est pas possible d’investir directement dans un indice.

Toutes les informations sur le rendement sont historiques et ne garantissent pas les résultats futurs. L’investissement est soumis à des risques, y compris la perte possible du capital. Vous devez lire le Prospectus et le DICI avant d’investir.

Aucune partie de ce matériel ne peut être reproduite sous quelque forme que ce soit, ou mentionnée dans toute autre publication, sans l’autorisation écrite expresse de VanEck.

© VanEck (Europe) GmbH