Proposal Date
2024-12-21
Relevant Contracts
CollateralVault: 0x5d2725fdE4d7Aa3388DA4519ac0449Cc031d675f
Background
It is important that the protocol supports a diversity of widely held assets that can be leveraged as collateral. A use case of the protocol involves allowing users to leverage assets they intend to hold as a store of current or appreciating value. In order to achieve this, the protocol can support commonly held assets including stable, utility, and yield-bearing tokens. In addition, having ERC-20 representations of BTC allow for more adoption opportunities among individual users and integrators alike.
Executed Changes
Calls CollateralVault
::upsertCollateralTokens()
to include the addresses of the new token additions as well as setting their enabled
value to true
.