Skip to main content

Sui Standards Overview

Standards on the Sui blockchain are features, frameworks, or apps that you can extend or customize.

Deepbook

A central limit order book that offers features and functionality for marketplaces on Sui. Token exchanges leveraging the layer can feature transparency, a full range of trading options, and customer privacy.

Kiosk

Kiosk is a decentralized system for commerce applications on Sui. Kiosk is a part of the Sui framework, native to the system, and available to everyone.

Closed Loop Token

Closed-Loop Token allows its creator to limit applications where the token is used, set up custom policies for transfers, spending and conversions. It is defined in the sui::token module and is a part of the Sui Framework.

Wallet Kit

Wallet adapters are a low-level concept that normalize all wallet interactions into a single API, making it possible for dApps to have consistent interactions with wallets. Wallet Kit comes pre-configured with all supported wallet adapters, so you don't need to manually install or configure them.

Sui Object Display

The Sui Object Display standard is a template engine that enables on-chain management of off-chain representation (display) for a type.