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
currently we enfoce 100DYM min bond.
this makes sense for rollapps without IRO or rollapps who raised small amount.
however in case of IRO raising significant funds, this is not enough to prevent attempt of malicious behavior.
We want to change it to be min(IRO_DYM_RAISED/bond_factor, 100DYM) where by default bond_factor = 100.
for example, of IRO_DYM_RAISED = 100kDYM, the min bond will be 1k DYM.
similariliy if IRO_DYM_RAISED = 9KDYM, min bond will be 100DYM.
This bond factor should be a param.
The text was updated successfully, but these errors were encountered:
currently we enfoce 100DYM min bond.
this makes sense for rollapps without IRO or rollapps who raised small amount.
however in case of IRO raising significant funds, this is not enough to prevent attempt of malicious behavior.
We want to change it to be min(IRO_DYM_RAISED/bond_factor, 100DYM) where by default bond_factor = 100.
for example, of IRO_DYM_RAISED = 100kDYM, the min bond will be 1k DYM.
similariliy if IRO_DYM_RAISED = 9KDYM, min bond will be 100DYM.
This bond factor should be a param.
The text was updated successfully, but these errors were encountered: