Skip to content

lisuify/lisuify

Repository files navigation

LiSuify

LiSuify is a liquid staking platform for the SUI protocol, enabling users to stake their SUI or StakedSui object to wrap with a liquid token name liSUI return to the user. The staked SUI tokens are delegated across multiple validators to contributing to the SUI protocol's Proof-of-Stake (PoS) consensus mechanism and earning staking rewards.

LiSuify packages

LiSuify Smart Contract - LiSuify smart contracts

lisuify-web - LiSuify Web

lisuify-sdk - LiSuify SDK

lisuify-cli - LiSuify command line interface

Project Structure

.
├── contracts
│   ├── lisuify              - LiSuify smart contract
│   └── LisuiCetusArbitrager - Cetus integration contract
└── packages
    ├── lisuify-cli          - LiSuify command line interface
    ├── lisuify-sdk          - LiSuify SDK
    └── lisuify-web          - LiSuify Web

Documents

What is LiSuify?

Staking Pool Whitepaper

Tokenomics

Liquid Staking Contract API Reference

Cetus Integartion Plans

Go To Market Strategy

Development

developer need to install pnpm to use pnpm workspace

Install pnpm

npm install -g pnpm

Install packages

pnpm install