giveth:unstake
Unstake GIV from GIVpower: unwrap gGIV on Gnosis, withdraw from the staking contract on Optimism and Polygon zkEVM. Pass max as the amount to unstake everything the contract allows right now — staked GIV minus locks, where locks whose round already ended still count until giveth:unlock frees them (see @giveth:unlockable). A zero amount does nothing.
Syntax
Section titled “Syntax”giveth:unstake <amount>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
amount | command | number | Amount of GIV to unstake in base units (wei), or the keyword max for everything not locked |
Examples
Section titled “Examples”# Unstake 100 GIV from GIVpowergiveth:unstake 100e18
# Unstake everything that is not lockedgiveth:unstake max