docs.blockberry.one Open in urlscan Pro
2606:4700:20::ac43:496f  Public Scan

URL: https://docs.blockberry.one/docs/sui-staking-process
Submission: On April 10 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Jump to Content

GuidesAPI ReferenceChangelog
v1.0

--------------------------------------------------------------------------------

Log In
Guides
Log In
Moon (Dark Mode)Sun (Light Mode)

v1.0GuidesAPI ReferenceChangelog
Search
CTRL-K
Staking Process
All
Guides
Reference
Changelog

START TYPING TO SEARCH…


PLATFORM GUIDES

 * Getting Started
 * Metahub
 * Data Submission
 * Verifications
 * Integrations
 * Data Exports
 * Explorer Routes


SUI EXPLAINED

 * Sui Overview
 * Sui Advantages
 * Object Model
 * How Sui Ensures Asset Security
 * Coins
 * Fee Model
 * Storage Fund
 * Transaction Flow
 * Consensus
 * Staking Economy
 * Staking Process
 * Cryptography


MINA EXPLAINED

 * Mina Overview
 * Mina Staking Process
 * Mina Delegations Explained
 * Mina Reward Calculation


SUISCAN TUTORIALS

 * How to stake SUI
 * SuiNS Domains
 * Transaction Execution
 * Package Verification
 * Sui Notifications


MINASCAN TUTORIALS

 * How to Stake Mina
 * Transaction Broadcast
 * Custom RPC on Minascan
 * Minascan Rewards Calculator
 * Mina Governance
 * Mina Notifications
 * Time Locks

Powered by 


STAKING PROCESS

This article reveals the staking rules and delegation lifecycle on Sui.

Suggest Edits

STAKING ON SUI

Sui is a proof-of-stake protocol, meaning validators' chances of winning block
production are associated with a higher stake. Each Sui validator maintains its
own staking pool, consisting of the validator's stake and the number of
delegations hoping to get staking rewards paid at the end of each epoch (roughly
24 hours). The voting power of a validator in the Sui Network is determined by
the amount of stake delegated to it by Sui accounts.

Staking is a legal way to earn money on Sui for validators (accounts that run a
node and are in the validator set) and their delegators. For the blockchain, on
the other hand, staking is a way to support the SUI token since the staked
amount remains locked during the staking period.


VALIDATOR REQUIREMENTS AND STAKING RULES

Sui maintains a validator set - a pool of nodes with enough stake to participate
in Consensus and earn rewards. Sui imposes minimum staking requirements a
validator must meet to enter the validator set:

 * 30 million SUI of stake to join the validator set;
 * If a validator's stake in the validator set falls below 20 million SUI, it
   gets "At Risk" status. It has seven epochs to make things right and add up to
   its stake. If the validator fails to do so, it gets removed from the
   validator set at the end of the current epoch
 * If a validator's stake in the validator set falls below 15 million SUI, it is
   removed from the validator set at the end of the current epoch.


STAKING AND UNSTAKING

To stake SUI, an address has to send a staking transaction that calls the
staking function implemented as part of the system Move package, which wraps the
SUI coins in a stake object specifying the validator staking pool ID and the
activation epoch.

Similar to staking, to unstake, or withdraw stake from a validator, one calls
the unstaking function in the system Move package, which unwraps the stake
object, and sends both the principal and the accumulated rewards to the
delegating account. Rewards are accrued only during epochs where the stake is
active for the entire epoch.


> 🚧
> 
> STAKED SUI AMOUNT IS LOCKED FOR THE ENTIRE EPOCH. SUI ACCOUNTS CAN WITHDRAW
> THEIR DELEGATION OR REDELEGATE TO ANOTHER VALIDATOR NO EARLIER THAN THE END OF
> THE CURRENT EPOCH.


STAKING PROCESS

 1. At the beginning of each epoch:

 * Sui accounts delegate their SUI funds to validators, and a new committee is
   formed.
 * The reference gas prices are set based on validators' gas price quotes
   submitted in the previous epoch.
 * The storage fund size is adjusted using the net inflow of the previous epoch.
 * The Protocol computes the total staking amount as the sum of validators'
   staking pools plus the storage fund.

 2. During each epoch:

 * Sui accounts send transactions, and validators process them. Accounts pay the
   associated computation and storage gas fees for transaction processing. In
   cases where users delete previous transaction data, users obtain a partial
   rebate of their storage fees (for more information on Sui gas fees, go here).
 * Validators submit gas prices to determine the reference gas price for the
   next epoch.
 * Validators observe the behavior of other validators and evaluate each other's
   performance. In case some validators behave maliciously or show bad uptime,
   they can be reported, resulting in slashing and/or removing such malicious
   validators from the validator set.

 3. At the end of each epoch, the Protocol distributes staking rewards both to
    validators and delegators. Read how staking rewards are calculated here.


> 🚧
> 
> ON SUI, STAKING REWARDS DO NOT ADD UP TO THE STAKING AMOUNT, WHICH REMAINS
> UNCHANGED FOR THE PERIOD OF STAKING, WHILE THE STAKING REWARDS ACCRUE ON A
> SEPARATE OBJECT. TO WITHDRAW STAKING REWARDS, YOU HAVE TO CLAIM THEM. ONLY
> AFTER YOU HAVE CLAIMED YOUR REWARDS, YOU CAN TOP-UP YOUR STAKE.

For more information on the reference gas price and the tallying rule, go here.
The diagram below illustrates the staking lifecycle on Sui.


LIQUID STAKING

Liquid staking is now available on Sui, bringing more opportunities to stakers.
The staking amount is similar to regular staking and can't be transferred.
Naturally, it can't be used to bring yields other than staking rewards. With
liquid staking, stakers receive LST tokens in return for the staked tokens.
Later, these LST tokens can be locked with a DeFi or a liquidity pool to produce
more yields. Staking rewards and yields for locking LST tokens make up compound
rewards, in which case a staker earns considerably more than with regular
staking.


> 📘
> 
> LIQUID STAKING RESEMBLES DERIVATIVES ON STOCK MARKETS - SECURITIES THAT ARE
> WRAPPED AND REUSED MULTIPLE TIMES WHICH ALLOWS PROFIT MULTIPLICATION.

Sui already has liquid staking protocols to consider: Aftermath, Volo, Haedal,
and more. In 2023, Sui allocated 25 mln SUI tokens on LST projects.

Updated 15 days ago

--------------------------------------------------------------------------------

Staking Economy
Cryptography
Did this page help you?
Yes
No
 * Table of Contents
 * * Staking on Sui
   * Validator Requirements and Staking Rules
   * Staking and Unstaking
   * Staking Process
   * Liquid Staking