Lockup Account
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.
Lockup Account Types
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.
Self Delegatable Lockup Account
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 Self Delegation for more details.
Excute Tx
The following Txs are supported with lockup accounts
MsgSend
MsgSend can move unlocked funds to other accounts.
You can see the status of your lockup account by searching your account in Risescan. If you want to retrieve your lockup balance, go to Sunrise App and send this tx.
On CLI, use
Query
The following queries are supported with lockup accounts
QueryLockupAccountInfoRequest
QueryLockingPeriodsRequest
QuerySpendableAmountRequest
Sunrise App & Risescan will support to display these info. On CLI, use
Last updated