SagaChain vs. Sui

Michael Holdmann
5 min readMar 6, 2025

Grok 3 comparison of SagaChain vs. Sui

1. Architecture

  • SagaOS/SagaChain (Adi):
  • Design: A sharded layer-1 blockchain powered by SagaOS, running XBOM’s object-oriented logic across 50 shards (256–1,000 nodes each). Private enclaves add a privacy layer within this unified system.
  • Structure: Homogeneous — all shards share SagaOS and a global class tree. Enclaves segregate private data/code; public shards handle transparent operations.
  • Consensus: Hybrid — PoS BFT creates blocks, 15-second PoW secures them, final PoS verifies, and hash braiding links shards.
  • Sui:
  • Design: A single, unsharded layer-1 blockchain optimized for high throughput, using an object-centric model distinct from traditional account-based systems. Built for parallel transaction processing.
  • Structure: Monolithic — runs a single chain with validators (~100–200 nodes in mainnet, growing in 2025). No sharding; scalability comes from object-level parallelism and causal ordering.
  • Consensus: Narwhal (mempool) and Bullshark (DAG-based BFT), a PoS system with ~1-second finality for simple transactions; complex transactions use consensus with slightly longer delays.
  • Comparison: SagaChain is a sharded layer-1 with privacy enclaves, unified by SagaOS. Sui is an unsharded, object-focused chain prioritizing speed and simplicity. SagaChain’s hybrid consensus is complex; Sui’s Narwhal-Bullshark is streamlined for performance.

2. Sharding (Including Enclaves)

  • SagaOS/SagaChain (Adi):
  • Approach: 50 shards process transactions in parallel, with upcoming private enclaves encrypting data/code within shards. SagaScale moves accounts; hash braiding ensures cohesion. Aims for dynamic sharding.
  • Granularity: Fine — shards are uniform, with enclaves as private subdomains.
  • Scale: 50 shards now, targeting thousands.
  • Sui:
  • Approach: No sharding — scalability via object-level parallelism. Transactions are processed independently if they involve distinct objects, using causal ordering rather than sharding.
  • Granularity: Fine within a single chain — parallelism at the object level, not sharded across chains.
  • Scale: Targets ~10,000 TPS in mainnet (2025), with theoretical peaks at ~120,000 TPS (testnet results).
  • Comparison: SagaChain’s sharding with privacy enclaves offers fine-grained parallelism across shards. Sui achieves fine granularity without sharding, relying on object independence — lacking enclave-style privacy but simpler in structure.

3. State Management

  • SagaOS/SagaChain (Adi):
  • Model: Persistent, object-oriented via XBOM. Account containers hold objects (e.g., “pharma” with “delivered” state), with enclaves encrypting private data/code for authorized nodes.
  • Execution: SagaOS runs transactions shard-locally, with parallel execution for independent objects. Enclave nodes process private logic.
  • Persistence: Native — state persists in containers, movable via SagaScale.
  • Sui:
  • Model: Object-centric — state is stored as individual objects (e.g., NFTs, tokens) with ownership tracked directly, not tied to accounts like Ethereum. No global state trie.
  • Execution: Transactions execute in parallel for independent objects (e.g., transferring two separate NFTs), bypassing consensus for simple operations. Complex transactions (e.g., shared objects) use Bullshark BFT.
  • Persistence: Persistent per object, updated in real-time, fully public.
  • Comparison: Both are object-oriented, but SagaChain’s XBOM uses containers with enclave privacy, while Sui’s objects are standalone and public. SagaOS shards execution; Sui parallelizes within one chain.

4. Scalability

  • SagaOS/SagaChain (Adi):
  • Capacity: 50 shards at ~66 TPS each (e.g., 4 blocks/min/shard × 50 = 3,300 TPS in Adi). Dynamic sharding aims for millions of TPS with thousands of shards.
  • Node Scale: 12,800–50,000 nodes (50 × 256–1,000) test large validator sets per shard.
  • Limits: 15-second PoW slows finality (up to 30 seconds); dynamic allocation is key.
  • Sui:
  • Capacity: ~10,000 TPS in mainnet (2025), with testnet peaks at ~120,000 TPS. Scales with validator hardware and object parallelism, not sharding.
  • Node Scale: ~100–200 validators (mainnet), with moderate hardware needs (e.g., 32GB RAM vs. Solana’s 128GB).
  • Limits: Single-chain design caps at hardware and network bandwidth; no sharding ceiling.
  • Comparison: SagaChain’s sharding offers higher potential (50,000 TPS now, millions later) than Sui’s ~120,000 TPS max, but Sui’s ~1-second finality beats SagaChain’s up to 30 seconds. Enclaves don’t limit SagaChain’s scale but add complexity.

5. Interoperability

  • SagaOS/SagaChain (Adi):
  • Approach: Internal focus — SagaOS unifies shards, with enclaves securing private data/code. External interoperability isn’t prioritized; the class tree could enable bridges.
  • Potential: Enclaves could process cross-chain data privately, but not yet implemented.
  • Sui:
  • Approach: Limited — focuses on its own ecosystem (e.g., Sui Move language). Bridges (e.g., Wormhole) connect to Ethereum and others, but interoperability isn’t a core strength.
  • Strength: Growing DeFi and NFT ecosystem, but less bridge-centric than Cosmos or Polkadot.
  • Comparison: Sui has modest interoperability via bridges, slightly ahead of SagaChain’s internal focus. Neither prioritizes cross-chain connectivity like Cosmos or Polkadot.

6. Consensus

  • SagaOS/SagaChain (Adi):
  • Mechanism: Hybrid — PoS BFT creates blocks, 15-second PoW secures them, final PoS verifies, and hash braiding links shards. Balances speed, security, and unity.
  • Security: PoW adds computational proof; braiding prevents shard isolation.
  • Trade-Off: up to 30-second finality vs. enhanced security.
  • Sui:
  • Mechanism: Narwhal (mempool) and Bullshark (DAG-based BFT) — simple transactions bypass consensus (1-second finality), complex ones use BFT (2–3 seconds). PoS-based with validator stakes.
  • Security: BFT tolerates up to 1/3 malicious nodes; no PoW layer.
  • Trade-Off: Fast and efficient, but less secure against sustained attacks.
  • Comparison: SagaChain’s hybrid consensus trades speed (up to 30 seconds) for security (PoW + braiding) and privacy support. Sui’s Narwhal-Bullshark excels at speed (1–3 seconds) with a lighter PoS design.

7. Privacy

  • SagaOS/SagaChain (Adi):
  • Approach: Private (Shard) Enclaves encrypt data/code, restricting execution to authorized nodes. Public shards remain transparent, enabling a hybrid model.
  • Strength: Native privacy within a public chain.
  • Sui:
  • Approach: No native privacy — all object data and transactions are public. Privacy requires app-level solutions (e.g., zero-knowledge proofs), not built into the protocol.
  • Strength: Relies on external tools, not inherent privacy.
  • Comparison: SagaChain’s enclaves provide built-in privacy, a clear advantage over Sui’s fully public design, which lacks native confidentiality.

Summary Table

Conclusion

SagaOS/SagaChain in Adi (50 shards, 12,800–50,000 nodes) outscales Sui’s 10,000–120,000 TPS with 3,300 TPS now and millions in theory, driven by XBOM’s sharding and private enclaves — offering native privacy Sui lacks without external tools. SagaChain’s hybrid consensus (up to 30-second finality) prioritizes security over Sui’s ultra-fast Narwhal-Bullshark (~1–3 seconds), while Sui excels in simplicity and speed on a single chain. Sui has slight interoperability edge via bridges, but both focus internally.

--

--

Michael Holdmann
Michael Holdmann

Written by Michael Holdmann

Founder & CEO at prasaga.com A Foundation building Decentralized GlobalOS and a Single, World Class Tree.

No responses yet