Introduction

These are the main contracts of Blueberry, responsible for being a record of storage, setting fees, and deployments.

BlueberryBank.sol is the main contract that users interact with. It is important as it stores the user's positions and tracks the borrowing of tokens.

  • Fee Manager: Defines the types of fees taken in the protocol.

  • ProtocolConfig: Defines all configurable states of the protocol.

Last updated