Skip to main content

Agent & Instrument Diagram: Sui RWA Flow

This translates the physical world (investor identity and fiat money) into cryptoeconomic bounds (Sui capability enforcement).

ElementDescriptionFlow Purpose
Agent: KYC ProviderSumSub checking passport & wholesale forms.Yields a boolean is_verified.
Agent: Issuer AdminSyndicator managing the portal.Approves/rejects edge-case investors.
Instrument: Platform BFFNode/Next API layer.Translates Webhook from KYC provider into a command.
Instrument: Sui ObjectsIssued investor capability tokens.Enforces compliance at the compiler level.
Feedback Loop: TransferEVM requires runtime checks.Sui inherently blocks transfers from wallets lacking the WholesaleInvestorCap object.

The Control Loop Setup:

  1. User provides docs → KYC Agent approves → Webhook fires.
  2. Platform Instrument catches Webhook → Calls Sui RPC.
  3. Sui mints WholesaleInvestorCap → Sent to User's zkLogin address.
  4. User initiates buy execution. Sui Network (Instrument) structurally enforces that only owners of the Capability can hold the RealEstateShare Coin.