Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Allow the application to configure expectations about the minimum bond #506

Closed
pdyraga opened this issue Jul 21, 2020 · 2 comments
Closed
Labels
Milestone

Comments

@pdyraga
Copy link
Member

pdyraga commented Jul 21, 2020

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.

@pdyraga
Copy link
Member Author

pdyraga commented Jul 21, 2020

@eth-r I am very interested in your thoughts here.

@eth-r
Copy link
Contributor

eth-r commented Jul 21, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants