Skip to content

Commit d9c3ed2

Browse files
committed
Added section on v1 governance to the docs
1 parent 3ba17eb commit d9c3ed2

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

docs/design.adoc

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,38 @@ takes will be used in the future, reducing the amount of a next auction.
245245
All coverage pool contracts are non-upgradeable and there are few governable
246246
parameters listed in the next section. Underwriters can migrate to a new version
247247
of 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.

0 commit comments

Comments
 (0)