Loan to Value (LTV)
// Example LTV calculation
loan value = 100 USDC
collateral value = 200 USDC
LTV = 100 / 200 = 0.5Max LTV
// User at Max LTV of 75%
loan value = 150 USDC
collateral value = 200 USDC
LTV = 150 / 200 = 0.75// Example LTV calculation
loan value = 100 USDC
collateral value = 200 USDC
LTV = 100 / 200 = 0.5// User at Max LTV of 75%
loan value = 150 USDC
collateral value = 200 USDC
LTV = 150 / 200 = 0.75