Skip to content

[Feedback]: Missing Sui PAS framework and Address Balances features #31

Description

@siomari

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:

  1. Permissioned Asset Standard (PAS): Enforces restricted asset movement on Sui using Accounts, Policies, and programmable approval logic.
  2. 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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feedbackReview comments and reactions to whitepaper contentreviewUnder community review

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions