Lockup Account
Last updated
Last updated
In Sunrise mainnet, Airdrops and other funds granted by Genesis are locked for a certain period of time. This will be unlocked gradually over time and can be sent to other accounts.
In Sunrise, the following lock-up accounts are exist
permanent-locking-account
ContinuousLocking: A lockup account implementation that vests coins linearly over time.
DelayedLocking: A lockup account implementation that only fully vests all coins at a given time.
PeriodicLocking: A lockup account implementation that vests coins according to a custom lockup schedule.
PermanentLocking: It does not ever release coins, locking them indefinitely. Coins in this account can still be used for delegating and for governance votes even while locked.
Basically, continuous-locking-account is used. The lock funds is gradually unlocked over time.
In Sunrise, seld-delegatable
is prefixed, as in seld-delegatable-continuous-locking-account
. This means that self-delegating, a feature for validators, is available. See for more details.
The following Txs are supported with lockup accounts
MsgSend
MsgSend can move unlocked funds to other accounts.
On CLI, use
Use x/selfdelegation
query and find your lockup accounts.
The following queries are supported with lockup accounts
QueryLockupAccountInfoRequest
QuerySpendableAmountRequest
Sunrise App & Risescan supports to display these info. On CLI, use
You can see the status of your lockup account by searching your account in . If you want to retrieve your lockup balance, go to and send this tx.