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 pool epochs are not automatically closed by the bot if not all orders can be fully executed. This sometimes prevents DROP redemption orders that could be served from the reserve not being executed because, e.g. there are also DROP investments locked that cannot be executed because the pool is oversubscribed
We can easily add an additional case where the bot closes the epoch to the bot:
If DROP redemptions locked > 0 then
check that
(i) no TIN investments/redemptions are locked (we don’t wont do do any crazy stuff)
(ii) Locked redemptions < Pool reserve
Then close epoch
The text was updated successfully, but these errors were encountered:
denniswell
changed the title
Automatically close pools if DROP redemptions can be taken out of reserve
SOLVER BOT: Automatically close pools if DROP redemptions can be taken out of reserve
Jul 26, 2021
Currently pool epochs are not automatically closed by the bot if not all orders can be fully executed. This sometimes prevents DROP redemption orders that could be served from the reserve not being executed because, e.g. there are also DROP investments locked that cannot be executed because the pool is oversubscribed
We can easily add an additional case where the bot closes the epoch to the bot:
If DROP redemptions locked > 0 then
check that
(i) no TIN investments/redemptions are locked (we don’t wont do do any crazy stuff)
(ii) Locked redemptions < Pool reserve
Then close epoch
The text was updated successfully, but these errors were encountered: