[PROPOSAL] Configure Collateral Vault With Initial Token Support

Proposal Date

2024-09-19

Background

The CollateralVault contract serves as bedrock for the entire protocol. It is where collateral is held, even while Collateralizable contracts like LetterOfCredit and TimeBasedCollateralPool may be utilizing and modifying these balances. The CollateralVault defines the list of supported ERC-20 tokens available for use as collateral. While this set acts as a constraint with regard to the Collateralizable contracts, it does not mandate support for the full set in their configurations. This distinction is important when it comes to evaluating a token’s efficacy in different use cases within the protocol.

Relevant Contracts

CollateralVault: 0x5d2725fdE4d7Aa3388DA4519ac0449Cc031d675f

Executed Changes

Configures CollateralVault to support wETH, USDT, and USDC.

7 Likes