目录
什么是Sui?
Sui是由Mysten Labs开发的Layer 1区块链,由曾在Meta(Facebook)从事Diem区块链项目的前工程师创立。于2023年5月推出,Sui引入了新颖的对象中心数据模型,并使用Move编程语言提供前所未有的速度和开发者体验。
核心创新
Sui的突破在于其对象中心模型——不同于以太坊的账户式状态,Sui上的一切都是对象。拥有的对象可以在不需要共识的情况下并行处理,理论吞吐量可达297,000+ TPS。
与通过全局共识处理所有交易的传统区块链不同,Sui可以即时执行简单交易(如代币转账)而无需等待共识。只有涉及共享对象的交易需要完全共识。
对象中心
一切皆为对象。拥有的对象跳过共识实现即时最终性。
Move语言
面向资源的编程防止常见的智能合约漏洞。
zkLogin
使用Google、Apple或Facebook登录。无需助记词。
Move编程语言
Sui使用Move编程语言,最初在Meta为Diem区块链开发。Move是一种面向资源的语言,数字资产是一等公民,不能被复制或隐式丢弃。
Move Language Features
面向资源的编程
Move 中的数字资产是"资源",不能被复制、意外销毁或双花。类型系统在编译时强制执行这些保证,防止整类漏洞。
Formal 验证
Move supports formal 验证 through the Move Prover, allowing developers to mathematically prove their 智能合约 behave correctly. This is critical for DeFi applications handling millions in value.
无重入攻击
Unlike Solidity (Ethereum), Move's design makes reentrancy attacks impossible by construction. The borrow checker ensures safe resource handling, similar to Rust's safety guarantees.
Sui Move vs 标准 Move
Sui 使用自己的 Move 变体(Sui Move),与 Aptos 使用的版本不同。主要区别包括:
- 以对象为中心的全局存储(对比标准 Move 的账户模型)
- 对象 ID 作为一等公民用于直接寻址
- Programmable 交易 blocks for composable operations
- 模块初始化器在发布时运行一次进行设置
Move vs Solidity
虽然Solidity(以太坊)允许开发者意外创建重入攻击等漏洞,但Move的所有权模型使此类漏洞在语言层面不可能发生。这意味着更少的黑客攻击和更安全的DeFi协议。
对象中心数据模型
Sui最具创新性的功能是其对象中心数据模型。不同于以太坊的全局状态树,Sui将所有数据组织为可以并行处理的独立对象。
Sui Object-Centric Model
Everything on Sui is an object with unique ID, type, and owner
SUI Token
0x2::sui::SUI
NFT Asset
0x7::nft::CollectibleNFT
Fast Path: Owned objects skip consensus entirely. Transfers execute in ~390ms with just sender confirmation.
拥有的对象
Objects owned by a single address (代币, NFTs). 交易 involving only owned objects skip 共识 entirely, achieving near-instant finality (~390ms).
共享对象
Objects accessible by multiple 用户 (DEX pools, 治理). These require Narwhal/Bullshark 共识 for ordering, but are still fast (~2-3 seconds).
不可变对象
一旦创建就无法更改的对象(已发布的包、冻结的数据)。可以引用但不能修改。
包装对象
Objects contained within other objects. They become part of their parent and are only accessible through the parent object's functions.
无全局状态瓶颈
Because Sui doesn't have a global state that every transaction must read from and write to, independent transactions can be processed in parallel without conflicting. This is fundamentally different from Ethereum, where even unrelated transactions must wait for their turn because they share the same world state.
并行交易执行
Sui通过并行处理交易实现大规模吞吐量。涉及拥有对象的简单交易完全绕过共识,而共享对象交易使用Narwhal & Bullshark共识协议。
TPS Comparison (Transactions Per Second)
Theoretical peak throughput across major blockchains
Sui achieves its high TPS by processing independent transactions in parallel without requiring global consensus, only using consensus for shared object transactions.
Fast Path (Simple 交易)
When a 交易 only involves owned objects (like sending SUI 代币), it takes the "fast path" - the 交易 is validated by a Byzantine-consistent broadcast and committed without needing full 共识. This results in ~390ms finality.
共识 Path (Shared Objects)
When 交易 touch shared objects (like a DEX 流动性池), they go through Narwhal (mempool) and Bullshark (共识) for ordering. This ensures correctness when multiple 用户 interact with the same object simultaneously.
Programmable 交易 Blocks (PTBs)
Sui's PTBs allow up to 1,024 operations to be bundled into a single transaction. For example, you could mint an NFT, list it on a marketplace, and set a royalty - all in one atomic transaction. This composability is unique to Sui and dramatically reduces gas costs for complex operations.
zkLogin和账户抽象
Sui率先推出zkLogin,允许用户使用现有的Google、Facebook、Apple或Twitch凭据创建区块链账户。无需助记词、无需下载钱包——只需使用OAuth登录即可开始使用Web3。
zkLogin 工作原理
用户 signs in with Google/Apple
OAuth 2.0 authentication
JWT 代币 is received from the provider
Standard OpenID Connect flow
生成零知识证明
Proves ownership without revealing identity
交易 is submitted to Sui network
User signs transactions without seed phrases
无助记词
用户 never see or manage 12/24 word seed phrases. Their 区块链 identity is derived from their OAuth credentials, making onboarding as easy as "Sign in with Google".
隐私保护
Zero-knowledge proofs ensure that the 区块链 never learns which Google/Apple account is linked to a Sui address. Complete privacy is maintained while providing seamless authentication.
Sponsored 交易
Apps can sponsor Gas 费用 for their 用户, meaning new 用户 can start interacting with the 区块链 immediately without first buying SUI 代币. This removes a major friction point in Web3 onboarding.
对采用的影响
zkLogin is a game-changer for mainstream blockchain adoption. By eliminating seed phrases and wallet management, Sui apps can feel indistinguishable from regular web applications. Combined with sponsored transactions, developers can build apps where users never even know they're using a blockchain - the "invisible blockchain" experience that the industry has been striving for.
Sui生态系统
自主网推出以来,Sui生态系统快速增长,DeFi协议、游戏平台和NFT市场的TVL超过8亿美元。
Cetus
DEX (CLMM)
Concentrated liquidity DEX
Navi Protocol
Lending
#1 lending on Sui
Scallop
Money Market
Institutional-grade lending
Turbos Finance
DEX
Concentrated liquidity
Aftermath
DeFi Suite
DEX + Staking + Yield
Bucket Protocol
Stablecoin
Sui-native stablecoin
DeFi协议
- Cetus - Leading concentrated liquidity DEX
- Navi Protocol - #1 lending with $200M+ TVL
- Scallop - Institutional-grade money market
- Turbos Finance - Concentrated liquidity + perps
游戏和NFT
- Sui8192 - Fully on-chain puzzle game
- Panzerdogs - PvP tank shooter with NFT tanks
- Clutchy - Premier NFT gaming platform
- SuiFrens - Official Sui ecosystem NFT mascots
SUI代币经济学
SUI的固定最大供应量为100亿个代币。该代币用于Sui网络上的Gas费、质押和治理。
Gas 费s
SUI is used to pay for computation and storage on the network. Sui's gas mechanism features stable, predictable pricing through a reference gas price set by validators each epoch.
质押 & 安全
Delegated Proof of Stake secures the network. SUI holders delegate 代币 to validators, earning ~4.5% APY while contributing to network 安全.
存储基金
A portion of gas fees goes to Sui's storage fund, which subsidizes the cost of storing data on-chain over time. This ensures long-term sustainability and prevents state bloat.
治理
SUI holders participate in on-chain 治理 decisions, voting on 协议 parameters, 验证节点 set management, and network upgrades.
SUI Token Distribution
质押SUI
SUI持有者可以将代币质押给验证者以赚取奖励,同时保护网络安全。当前质押APY约为4-5%,无锁定期。
Validator Network (100+ Validators)
Mysten Labs
Stake: 3.2%
Coinbase Cloud
Stake: 2.8%
OKX Earn
Stake: 2.1%
Figment
Stake: 1.9%
Chorus One
Stake: 1.5%
Sui validators earn staking rewards plus a share of gas fees. The gas fee subsidy mechanism redistributes storage fund earnings to stakers.
SUI Staking Calculator
≈ $1,500 USD
($67.50)
$1,567.5
* No lockup period - Sui staking is flexible. Rewards distributed every epoch (~24 hours). Gas fee subsidies available for stakers.
原生验证者质押
通过Sui钱包直接委托SUI给验证者。奖励每个周期(约24小时)分配。无最低质押要求。
流动性质押(Aftermath, Haedal)
获取代表您质押SUI的afSUI或haSUI代币。在赚取质押奖励的同时在DeFi中使用。
如何购买SUI
SUI可在所有主要加密货币交易所购买。以下是入门方法。
选择交易所
Binance、OKX、Bybit都支持SUI。在Binance上使用代码TRADEOFF20享受手续费8折!
完成验证
注册并完成KYC验证。大多数交易所在几分钟内完成验证。
充值并购买
充值法币或加密货币,然后购买SUI。使用限价单获得更好的价格。
转移到钱包
提款到Sui钱包(Sui Wallet、Suiet、Ethos)用于质押、DeFi或NFT。
Sui vs Solana vs Aptos
Sui与其他高性能区块链相比如何?以下是三大领先的新一代L1的详细比较。
| Metric | Sui | S Solana | A Aptos |
|---|---|---|---|
TPS (Theoretical) | 297,000+ | 65,000+ | 160,000 |
Finality | ~390ms | ~400ms | <1s |
Language | Move (Sui) | Rust/C | Move (Aptos) |
Consensus | Narwhal/Bullshark | PoH + Tower BFT | AptosBFT |
Avg Fee | ~$0.001 | $0.00025 | $0.001 |
Data Model | Object-centric | Account-based | Resource-based |
Ecosystem Maturity | Growing (2023) | Mature (2020) | Growing (2022) |
Sui Strengths
- Highest theoretical TPS
- zkLogin for Web2 onboarding
- Object model enables true parallelism
- Move language safety guarantees
Solana Strengths
- Most mature ecosystem & TVL
- Lowest fees ($0.00025)
- Largest developer community
- Firedancer upgrade for 1M+ TPS
Aptos Strengths
- Block-STM parallel execution
- Move language (account-based)
- On-chain upgrade mechanism
- Strong enterprise partnerships
Sui的核心优势
Sui的对象中心模型实现了真正的并行执行,无需所有验证者处理所有交易。结合zkLogin,Sui提供了所有区块链中最接近Web2的入门体验。
核心要点
Sui achieves 297,000+ TPS with ~390ms finality for simple 交易
由前 Meta 工程师使用 Move 编程语言构建
以对象为中心的模型实现了无全局状态的真正并行执行
zkLogin 消除了助记词 - 使用 Google/Apple/Facebook 登录
Stake SUI for ~4.5% APY with no lockup period and Gas 费用 subsidies
Fast-growing 生态系统 with Cetus, Navi, Scallop, and innovative gaming projects