protocol-core
protocol-core copied to clipboard
Multi Metastable & collateral lending protocol
### Description Currently, the vault contract stores users' funds and interacts directly with the token contracts. We want to make sure that the vault is not making any external calls....
### Description Create a factory contract that allows for the creation and management of multiple token adapters. The factory should enable the addition of new token adapters as needed. ###...
### Description Create a token adapter contract that facilitates the burning and minting of metastable tokens. The adapter should interact directly with the Vault Contracts to manage metastable balances. ###...