Borrowing
Credit lines for depositors inside Curvance
Borrowing Limits
A user’s borrowing capacity in Curvance is determined by two key factors: the collateralization ratio and the liquidity available in the isolated market.
1. Collateralization Ratio
The collateralization ratio defines the maximum borrowing threshold for each asset, reflecting its specific risk profile. Assets with lower risk have higher collateralization ratios. For example, an asset with a 75% collateralization ratio allows a user to borrow up to $0.75 for every $1.00 of the asset deposited as collateral.
Curvance calculates each user’s borrowing limit as a blended collateralization ratio across various assets within an isolated market. This blended Loan-to-Value (LTV) ratio represents the maximum amount users can borrow based on the combined collateral they’ve supplied.
Example: A user deposits $100 of WETH/wstETH LP tokens, which earns an APR of approximately 4%. Leveraging the ERC-4626 architecture, Curvance directs the LP tokens to an underlying protocol to capture yield. With an 80% collateralization ratio, the user can borrow up to $80 in debt against their LP tokens.
2. Available Liquidity
A user’s ability to borrow also depends on the pool’s liquidity. If the requested loan amount exceeds the available liquidity in a given pool, borrowing may not be possible.
Example: A user deposits $1000 of cbBTC into a market with $50 in available USDC liquidity on the lending side. With a collateralization ratio of 90%, the user can borrow up to $900 in assets against their wrapped bitcoin. Still, with only $50 in available liquidity, the user can only borrow up to 50 USDC even though the Protocol Risk Engine would support a larger debt position.
Repaying Loans and Collateral Redemption
To close a debt position, users must repay the borrowed amount and any accrued interest costs in the same asset initially borrowed. This can be done via the Curvance front end or directly through smart contracts. After repayment, users can redeem their collateral and underlying assets by returning the cTokens received at the time of the initial deposit.
Minimum Loan Size
Each market enforces a minimum active loan size (USD, typically $10–$100).
New borrows/increases must keep total debt ≥ the minimum; otherwise blocked.
Partial repayments are allowed, but you can’t leave debt below the minimum. Repay to zero instead.
Liquidations may reduce debt below the minimum; afterward, borrowers must either fully repay or bring the position back ≥ the minimum before any further partial actions.
Purpose: prevent dust loans and ensure liquidations remain economically viable.
Last updated