Details
2
3
4
Configurator.setBaseTrackingBorrowSpeed("cUSDCv3", 3257060185185)
5
Configurator.setStoreFrontPriceFactor("cUSDCv3", 600000000000000000)
6
Deploy and upgrade new implementation for cUSDCv3 via Configurator
Simple Summary
Gauntlet provides this initial proposal for Compound V2 -> V3 Migration.
Background
Following community feedback, please see below an initial migration plan to align with the community's strategic preference. See the forum post for more detail.
- Decrease v2 daily USDC supply COMP rewards from 241.20 to 211.20 (-30)
- Decrease v2 daily USDC borrow COMP rewards from 241.20 to 211.20 (-30)
- Decrease v2 daily DAI supply COMP rewards from 241.20 to 211.20 (-30)
- Decrease v2 daily DAI borrow COMP rewards from 241.20 to 211.20 (-30)
- Increase v3 daily USDC borrow COMP rewards from 161.41 to 281.41 (+120)
- Increase v3 ETH supply cap from 150k to 350k
- Increase v3 WBTC supply cap from 6k to 12k
- Increase storefront price factor from 50% to 60%
Specification
This proposal implements a number of changes using several different contracts:
- v2 daily COMP rewards are updated using
_setCompSpeeds
on theComptroller
contract - v3 USDC daily COMP rewards are updated using
setBaseTrackingBorrowSpeed
on theConfigurator
contract - v3 USDC supply caps are updated using
updateAssetSupplyCap
on theConfigurator
contract - v3 USDC storefront price factor is updated using
setStoreFrontPriceFactor
on theConfigurator
contract
By approving this proposal, you agree that any services provided by Gauntlet shall be governed by the terms of service available at gauntlet.network/tos.