Introduction

Vault contracts inside of the Blueberry protocol, allow users to lend tokens that can be used as isolated collateral. There are two different types of vaults inside the protocol:

  • Blueberry SoftVault Contracts: The contracts that allow users to lend tokens (ERC20) and earn lending interest (interest rate is reflected from how much users borrow the token (Active utilization rate)). This is using the underlying Blueberry Money Market (Compound Fork) Overview

  • Blueberry HardVault Contracts: The contracts that allow users to lock LP (ERC1155) tokens as collateral.

Last updated