Borrowing

Borrowers are able to use supported collateral to initiate borrow positions on Beta Finance. When initiating a borrow position, the loan-to-value (LTV) ratio must be below the safety thresholds defined in the risk parameters for the asset tier of the borrowed token.

LTV=min(1,Debt Share Value×pricetokenCollateral Size×Collateral Factor×pricecollateral)LTV = min\Bigg(1, \frac{Debt\ Share\ Value \times price_{token}}{Collateral\ Size \times Collateral\ Factor\times price_{collateral}}\Bigg)

Requiring the initial position to be below the safety LTV threshold is to protect users from immediate liquidations. The Debt Share Value, represents the amount of outstanding tokens the borrower owes, and is the principal borrowed plus accrued interest to be paid. The Collateral Size is the amount of collateral that is posted for the position. For example, say you used 1000 $USDC (assuming 1 USD) to initiate a borrow position for an A tier asset. Given the current configuration, you would be able to borrow 0.9 * 0.65 * 1000 = 585 USD worth of that asset at most upon initiating a position.

To initiate a borrow position on Beta Finance, users follow 3 simple steps:

  1. Select the token money market for which you would like to and click the "Borrow" button. Users will also be able to search for specific tokens by contract address.

2. Select the supported collateral you wish to use from the dropdown and enter the desired amount you wish to use for your position. In addition to metrics, the dApp provides convenient buttons that populate fields based on percentages of your current collateral holdings for collateral amount, and percentage of collateral for borrow amount.

3. Click the Borrow button to initiate the position.

Last updated