What problem does it solve?
Sui newcomers and migrating teams need a clear, correct mental model for how Sui works and what native Sui Stack primitives exist, so they can explain Sui confidently and pick the right building blocks without relying on misinformation.
Core Features & Use Cases
- Sui object-centric fundamentals: Explains objects, unique IDs, versioning, and the four ownership types (address-owned, shared, immutable, wrapped) as the core concept for all Sui reasoning.
- Transaction execution model: Connects ownership to parallel execution, including why shared objects require consensus (Mysticeti) while owned-object transactions enable parallelism.
- Sui vs Ethereum/others: Covers conceptual differences with emphasis on the data model shift and the Move resource safety mindset.
- Sui Stack mapping: Provides a structured overview of native primitives (randomness, zkLogin, Walrus, Nautilus, DeepBook, Kiosk, Seal) and the time primitives (Clock / epoch helpers), including concrete example use cases across DeFi, gaming, NFTs, identity, social, and supply chain.
Quick Start
Ask an AI to explain Sui to you using the object-centric model and compare it to Ethereum or Solana, then recommend which Sui Stack primitives fit your use case.