memoscan
← all memos

Memo 0x8b1b20ea…916c7a on Ethereum

# Depreciate cWRONv3 on Ronin ## Proposal summary This proposal updates price feeds to API3, since Chainlink soon will no longer support Ronin and updates interest rate curve parameters for WRON market on Ronin. It is done to prevent new suppliers from entering the market, reduces capital efficiency, making the market less appealing without causing users to become liquidatable and raises liquidation penalty to further disincentivizes usage by increasing the cost of liquidation, while reducing risk to the comet. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1084) and [forum discussion](https://www.comp.xyz/t/gauntlet-depreciating-ronin-weth-and-wron-comets/7308). ## Proposal actions The proposal sends the following encoded calls to the governance receiver on Ronin: - Update USDC, WETH, AXS, and WRON price feeds to API3 oracle - Set supply caps to 0 for all collateral assets - Reduce collateral factors - Increase liquidation penalties - Update interest rate curve parameters: - `setBorrowPerYearInterestRateBase` - `setBorrowPerYearInterestRateSlopeLow` - `setBorrowKink` - `setBorrowPerYearInterestRateSlopeHigh` - `setSupplyPerYearInterestRateBase` - `setSupplyPerYearInterestRateSlopeLow` - `setSupplyKink` - `setSupplyPerYearInterestRateSlopeHigh` - Deploy and upgrade to new configuration via `deployAndUpgradeTo`.