πŸ”ŒProtocol Integrations (V5)

This page provides information on how to access full documentation on the dynamic vault contract.

Getting Started

For an on-chain integration to a dynamic vault contract, you can start by viewing the contract source code on Etherscan or Snowtrace, which will provide you the contract source code, a list of functions and their descriptions, as well as all of the libraries, interfaces, factories, and controllers.

Dynamic vaults implement the OpenZeppelin ERC-1967 Upgradeable Beacon Proxy Pattern.

Contract Documentation

Each vault is a unique smart-contract with a unique address. You can find a list of vault contracts and their blockexplorer pages here. There you can View the Proxy Contract Source Code and View the Implementation Contract Source Code, including the source code, interfaces, factories, controllers, and libraries.

Using Etherscan to View Documentation

Important Functions

As a Lender, there are only a handful of functions you will ever need to call. These three are covered in more detail below. There are quite a number more in detailed in the full code, libraries, and interfaces on Etherscan and Snowtrace but we present the most important below.

Make InvestmentsRequest WithdrawalsQuery data

Last updated