Deposits
Increasing Deposits
If the proposal you previously created didn't meet the MinDeposit
requirement, you can still increase the total amount deposited to activate it.
Note: Proposals not meeting this requirement will be deleted after MaxDepositPeriod
is reached.
Once the minimum deposit is reached, the proposal enters voting period:
Note: The regular flags for the tx command are applicable to gov deposit
(--fees, --gas, --account-number --ledger, --node, etc...)
Returning Deposits
The only ways deposits won't be returned to their owners is:
If in the voting period the proposal gets 1/3
NoWithVeto
out of all votes, excluding Abstain votes (SoNoWithVeto
needs to be 1/3 out of allYes
,No
&NoWithVeto
).If in the voting period less than 1/3 of voting power votes (== The proposal won't reach a quorum).
Anyone can deposit for a proposal, even if you have 0 SCRT
tokens staked/delegated/bonded.
Querying Deposits
Once a new proposal is created, you can query all the deposits submitted to it:
You can also query a deposit submitted by a specific address:
Flags
There are several flags to use with secretcli query gov deposit
:
Last updated