Skip to content

giveth:unlock

Unlock GIV locks that ended at the given GIVpower round, making the tokens unstakeable again. Anyone can unlock for any account once the round is over; the round must be earlier than the current one (see @giveth:round).

giveth:unlock <round> [...account]
NameTypeDescription
roundnumberThe round the locks ended at (must be earlier than the current round)
[...account]addressAccounts to unlock (defaults to the connected account)
# Unlock your GIV locks that ended at the previous round
giveth:unlock @num(@giveth:round - 1)