- BNB Lending (V2)

We have updated the new BNB deposit vault. Users will receive ibBNB instead when depositing BNB.

šŸ’”Deposit BNB To Get ibBNB

ibBNB can be calculated by;

  • CASE 1 : (Total BNB - Deposit Amount) > 0

NumberĀ ofĀ Token=DepositĀ Amountāˆ—TotalĀ TokenTotalĀ Liquidity{Number}\space{of}\space{Token}=\frac{{Deposit}\space{Amount}*{Total}\space{Token}}{{Total}\space{Liquidity}}
  • CASE 2 : (Total BNB - Deposit Amount) ≤ 0

NumberĀ ofĀ Token=DepositĀ Amount{Number}\space{of}\space{Token}={Deposit}\space{Amount}

*Total Liquidity = Total BNB Deposited + Cumulative Borrow Interest

Total ibBNB token is set based on the first user who deposits this asset. For example, if Bob is the first user who deposits 1,000 BNB, then the total ibBNB token starts with 1,000 ibBNB. If Alice then adds 100 BNB then the total liquidity will be 1,100 BNB, then Alice gets 90.90 ibBNB (100 * 1,000 / 1,100).

šŸ’”Withdraw ibBNB to get BNB

The number of withdrawal share that can be calculated from the following equation;

WithdrawalĀ Share=WithdrawalĀ Amountāˆ—TotalĀ TokenTotalĀ Liquidity{Withdrawal}\space{Share}=\frac{{Withdrawal}\space{Amount}*{Total}\space{Token}}{{Total}\space {Liquidity}}

šŸ“ŽTotal BNB Deposited (Total Supply)

Can be called 'Total Liquidity', the total amount of liquidity in each asset pool, calculated as

TotalLiquidity=TotalAvailableLiquidity+TotalBorrowsTotalLiquidity = TotalAvailableLiquidity+TotalBorrows

šŸ“ŽTotal Debt Issued (Total Borrowing)

Can be called 'Total Borrow Shares', the total number of shares of Total Borrow for an asset, while Total Borrows are the sum of the total borrowed amount and accumulated borrow interest of an asset.

šŸ“ŽCurrent ibBNB APR

Can be calculated from the following equation

ibBNBĀ APR=BorrowĀ Interestāˆ—Utilization100{ibBNB}\space{APR} = \frac{{Borrow}\space{Interest}*Utilization}{100}

Last updated

Was this helpful?