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
{{ message }}
This repository was archived by the owner on May 22, 2023. It is now read-only.
Right now, bonded sortition pool updates the minimum bondable value for each successful signer set selection. This way, the gas cost of skipping ineligible signers can be minimized and the sortition pool automatically adjusts the requirements based on the current application's expectations.
Instead of doing it automatically, we could have the application set the minimum bondable value and leave the responsibility of keeping this value sane, balancing signer selection cost, to the application. For tBTC, this value could be the minimum lot size.
The text was updated successfully, but these errors were encountered:
This is reasonable. With sortition pools being fairly optimized wrt querying costs, we should be fine even if we need to skip a lot of low-bond operators for larger lot sizes.
Right now, bonded sortition pool updates the minimum bondable value for each successful signer set selection. This way, the gas cost of skipping ineligible signers can be minimized and the sortition pool automatically adjusts the requirements based on the current application's expectations.
Instead of doing it automatically, we could have the application set the minimum bondable value and leave the responsibility of keeping this value sane, balancing signer selection cost, to the application. For tBTC, this value could be the minimum lot size.
The text was updated successfully, but these errors were encountered: