Chapter 7

NEAR, Sui, and Move Chains

NEAR, Sui, and Aptos share a common lineage — Facebook's Diem project — and a bet on the Move programming language. Move was designed for safe resource-oriented programming: assets are first-class types that cannot be duplicated or accidentally destroyed. Each chain adapted that foundation differently, producing distinct architectures beyond a shared language.

Sui treats everything as an object with explicit ownership — simple transfers can skip consensus entirely when only one owner is involved, which enables very low latency for payments and gaming assets. Aptos leans on optimistic parallel execution with Block-STM, retrying conflicting transactions automatically. NEAR splits state across shards while presenting a unified account experience to users.

Ecosystem maturity varies. Move chains have strong engineering pedigrees but smaller DeFi depth than Ethereum or Solana today. For builders, the decision often comes down to language preference, grant availability, and whether object-centric design maps naturally to the product — games and collectibles fit Sui well; general DeFi may still prefer EVM liquidity.