Section / heading
4.2 Sui: The Move object model
Type of feedback
Technical accuracy
Your feedback
The whitepaper's coverage of Sui references older object-model patterns and omits two critical core asset primitives:
- Permissioned Asset Standard (PAS): Enforces restricted asset movement on Sui using Accounts, Policies, and programmable approval logic.
- Address Balances: Provides a canonical balance per coin type tied directly to a Sui addess, removing explicit
Coin<T> object-smashing friction and simplifying sponsored gas transactions.
Suggested change (optional)
- Update the Sui architecture mapping to highlight PAS as a native compliance primitive alongside OTAS interfaces.
- Reference Address Balances when explaining Sui's account vs. object model mechanisms.
- State that closed loop tokens are intended for isolated in-app currencies and loyalty points.
References:
Section / heading
4.2 Sui: The Move object model
Type of feedback
Technical accuracy
Your feedback
The whitepaper's coverage of Sui references older object-model patterns and omits two critical core asset primitives:
Coin<T>object-smashing friction and simplifying sponsored gas transactions.Suggested change (optional)
References: