Paddle Finance
  • Introduction
  • V1 Liquidity Solution
    • Basket Collateral
    • Collateral Loan
      • Peer-To-Peer Lending
      • Peer-To-Crowd Lending
    • OTC Exchange
    • Parameters
  • V2 Liquidity Solution
  • Peer-To-Pool Lending
    • Market List
    • Interest Bearing Token (iToken)
  • Risk Framework
    • Asset Risk
      • From Risks to Risk Parameters
      • Risk Parameters
    • Liquidity Risk
      • Utilization
      • Interest Rate Model
  • Liquidation
  • Price Oracle
  • PADD Liquidity Incentives
  • BGT Emission + Beratrax Integration (Thoon)
  • User Guide
    • Borrower
    • Lender
  • Paddle Battle
    • Mechanics
    • Revenue
    • Referral System
  • Governance
    • PADDenomics
    • About PADD
    • PADD Reward
    • Fee Collection & Distribution
  • User Guide
    • Borrower
    • Lender
  • OTC Trade
  • API Documentation
    • API Guide
    • Loan Endpoints
    • OTC Endpoints
    • REST Endpoints
    • Tutorials
      • Source
      • Parameter Explanation
      • Loan - Create order
      • Loan - Cancel Order
      • Loan - Lend
      • Loan - Repayment
      • Loan - Liquidate
      • OTC - Create OTC Order
      • OTC - Cancel Order
      • OTC - Take Order
  • Links
    • Website
    • Twitter
    • dApp (Mainnet)
    • Audit Report_V1
    • Brand Kit
Powered by GitBook
On this page
  1. Risk Framework
  2. Liquidity Risk

Utilization

Each market liquidity is characterized by its utilization rate U:

U=TotalBorrow/TotalSupplyU = Total Borrow/Total SupplyU=TotalBorrow/TotalSupply

The utilization rate indicates the proportion of total supply that is actively loaned out at any given time (t). As U approaches 100%, available liquidity decreases—potentially leading to withdrawal constraints for suppliers if all capital is locked in active loans.

Note: In rare cases, U may exceed 100% if the platform’s internal reserves are opened for borrowing. These reserves are not counted in the Total Supply, but contribute to Total Borrowed—resulting in temporary over-utilization.

While high utilization generally leads to higher returns for liquidity providers, it also increases the risk of limited withdrawal availability. Therefore, it is critical to balance capital efficiency with liquidity safety.

To manage this, each token market is calibrated with an optimal utilization rate (Uₒₚₜᵢₘₐₗ)—commonly referred to as the "kink" in Paddle’s dynamic interest rate model. Interest rates increase more sharply beyond this kink, discouraging excessive borrowing and helping restore healthy liquidity levels.

This mechanism ensures that capital remains productive, while maintaining accessibility for suppliers and stability across markets.

PreviousLiquidity RiskNextInterest Rate Model

Last updated 29 days ago