$SUI 1. Scalability and High Performance (Parallel Transactions):
* Parallel Processing: Unlike many traditional blockchains that process transactions sequentially (one by one), Sui is designed to process transactions in parallel. This is possible thanks to its object-centric data model, where non-conflicting transactions are executed concurrently.
* Low Latency: This design allows for quick transaction settlement and an extremely high processing capacity (throughput). In test environments, Sui has demonstrated the ability to handle up to 120,000 transactions per second (TPS), making it comparable to traditional payment systems like Visa.
* Horizontal Scaling: Sui is built to scale horizontally, meaning its performance can increase as more validators and resources are added to the network, rather than relying on a single validator's performance improvement.
2. Object-Oriented Data Model:
* Direct Asset Management: Sui uses a unique data model where assets (such as tokens and NFTs) are treated as programmable "objects." This allows for more direct and flexible management of digital assets, simplifying the creation of complex and feature-rich dApps.