File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,4 +245,38 @@ takes will be used in the future, reducing the amount of a next auction.
245245All coverage pool contracts are non-upgradeable and there are few governable
246246parameters listed in the next section. Underwriters can migrate to a new version
247247of coverage pool by moving their collateral to a new asset pool approved by the
248- governance.
248+ governance.
249+
250+ == Governance
251+
252+ The governance included in the system design follows two principles:
253+
254+ * All governance should abide by a time delay, giving users time to respond
255+ to changes in the system.
256+ * The governance role should be assignable to a credibly neutral third party or
257+ eventual decentralization, such as the community multisig.
258+
259+ .Governable parameters
260+ |===
261+ |Parameter |Time delay|Description
262+
263+ |Approved risk managers
264+ |30 days
265+ |Governance can approve and unapprove a risk manager.
266+
267+ |Auction length
268+ |12 hours
269+ |Governance can adjust auction length based on coverage pool TVL and the minimum
270+ possible auctioned value.
271+
272+ |tBTC deposit collateralization
273+ |12 hours
274+ |Governance can set the maximum collateralization level of tBTC deposit under
275+ the liquidation the tBTC v1 risk manager is going to open an auction for. The
276+ risk manager is a buyer of the last resort and should not work with tBTC
277+ liquidating deposits still attractive for arbitraging bots.
278+
279+ |The strategy for depositing purchased tBTC signer bonds
280+ |12 hours
281+ |Governance can chose which strategy should be used by tBTC v1 risk manager for
282+ depositing ETH signer bonds purchased from tBTC to the asset pool.
You can’t perform that action at this time.
0 commit comments