You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to implement a mechanism to slash voters who vote on liquidity positions that turn out to lose some of the PoL.
We want to add an endpoint thats permissioned to be only usable by the whitelist admin and that slashes the voters for a certain proposal by a certain amount.
This needs user funds to be locked until liquidity is returned (end of deployment round + a few days)
Decision: does the Hydro DAO need to say "Proposal returned all funds" that unlocks the voters funds; or do the voters funds get unlocked automatically and the Hydro DAO just needs to be quick enough with slashing?
Useful notes:
Max slash percentage enforced by the smart contract
Only slash once for a given proposal
Decide on a slash function (linear vs quadratic; can 100% of voters stake get slashed; what happens if the whole liquidity is lost)
The text was updated successfully, but these errors were encountered:
We would like to implement a mechanism to slash voters who vote on liquidity positions that turn out to lose some of the PoL.
We want to add an endpoint thats permissioned to be only usable by the whitelist admin and that slashes the voters for a certain proposal by a certain amount.
This needs user funds to be locked until liquidity is returned (end of deployment round + a few days)
Decision: does the Hydro DAO need to say "Proposal returned all funds" that unlocks the voters funds; or do the voters funds get unlocked automatically and the Hydro DAO just needs to be quick enough with slashing?
Useful notes:
The text was updated successfully, but these errors were encountered: