[GIP-220] Technical fixes & improvements
AI summary
This proposal, GIP-220, aims to implement several technical fixes and improvements within the Gearbox protocol. It involves updating the price oracle for DVstETH to use Chainlink's ETH/USD feed, adding a specific Curve CVX/ETH LP token as a compatible quota and collateral token across various pools, and modifying several adapters for different credit managers. These changes include forbidding certain CurveV1Adapter2Assets and deploying new ones, as well as deploying a Uniswap V3 adapter for the USDT Tier 1 Credit Manager. Finally, it proposes to unpause the tBTC Correlated Tier 1 Credit Manager and adjust its minimum and maximum debt limits.
If passed, these changes will refine how various assets are priced and managed within Gearbox, potentially improving the protocol's stability and expanding the types of collateral users can leverage. It primarily benefits users interacting with the affected pools and credit managers by enhancing their functionality and security. There are no clear losers, as these are technical adjustments.
Voting results
🐳 Whale votes
0 votes > 5% VPFull proposal
Author
desnake
Summary
This proposal aims to fix some small mistakes made in previous GIPs.
Specification
Price Oracle
- DVstETH
- Reserve: set Chainlink ETH/USD (0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419)
USDC, GHO, DAI, USDT, DOLA Pools
Quota tokens :
Add as compatibility (limit:0; minRate:0.01%; maxRate:0.01%):
- 0x3a283d9c08e8b55966afb64c515f5143cf907611 (Curve CVX/ETH LP token)
USDC, GHO, DAI, USDT, DOLA Tier 1 CMs
Collateral tokens:
Add as compatibility (LT:0):
- 0x3a283d9c08e8b55966afb64c515f5143cf907611 (Curve CVX/ETH LP token)
Adapters:
Forbid:
- Cur…