HyperLend
  • HyperLend
  • → ESSENTIALS
    • What is HyperLend?
    • Why Hyperliquid EVM?
    • Add to Home Screen (Mobile App)
    • Key Features and Benefits
    • Partners
    • How to HyperLend?
      • ↪How to Lend on HyperLend
      • ↪ How to Borrow from HyperLend
      • ↪ How to Loop on HyperLend
      • ↪ How to Refer on HyperLend
      • ↪ How to Share your Yield in Style
      • ↪ How to Create a Proposal
  • → HyperLend
    • Core Components
    • Risks
    • Oracle
    • Points
    • Tokenization
    • Fees
    • Liquidations
    • HyperLoop
    • Referrals
    • Fees and Yield
    • Liquid Perpetual Positions
    • Liquid Hyperliquidity Provider (hHLP)
    • HyperLend Architecture
  • → HYPERTRACK
    • Introduction
    • Getting Started
    • Bot Functions
      • ↪ Watch Address
      • ↪ Remove Address
      • ↪ Liquidations Alert
      • ↪ Health Factor
      • ↪ Borrow Rate
      • ↪ Advanced Approach
    • FAQ
  • → DEVELOPER DOCUMENTATION
    • Introduction
    • API
    • Data & Indexers
    • SDK
    • Contract Addresses
    • Core Pools
      • ↪ pool
      • ↪ oracles
      • ↪ interest rate strategy
      • ↪ flash-loans
    • Isolated Pools
      • ↪ overview
      • ↪ key-concepts
      • ↪ liquidations
      • ↪ interest rates
Powered by GitBook
On this page
  1. → DEVELOPER DOCUMENTATION
  2. Isolated Pools

↪ key-concepts

HyperLend Borrowing and Lending Overview

Token Pairs Each market pair in HyperLend operates as an isolated environment for borrowing one ERC-20 token, called the Asset Token, by providing another ERC-20 token as collateral, referred to as the Collateral Token.

Isolated market pair contracts are ERC-4626 compatible.

Lenders who supply Asset Tokens to a market receive hTokens, which are ERC-20 tokens that represent their share of the deposited assets. These hTokens can be redeemed for the original Asset Tokens, which accrue interest over time, meaning that the value of hTokens increases as interest accumulates.

Borrowers, on the other hand, deposit Collateral Tokens into the pair, enabling them to borrow Asset Tokens in return.


Loan-To-Value (LTV) Ratio Each borrowing position in HyperLend is defined by a Loan-To-Value (LTV) ratio, which compares the value of borrowed assets to the value of the provided collateral. This ratio fluctuates with changes in the exchange rate between Asset and Collateral Tokens or when interest is added to the loan.

If the LTV exceeds the maximum allowable level, the position becomes unhealthy. To remedy this, borrowers can either deposit more collateral or repay a portion of their loan to bring the LTV back within a safe range, otherwise they can get liquidated.


Interest Rate Mechanisms Interest rates for each pair are determined by the specific rate calculator applied during deployment.

  1. Linear Time-Weighted Variable Interest Rate: Provides immediate rate adjustments based on utilization, with faster changes when utilization crosses the target threshold. Over time, prolonged periods of high or low utilization will alter the rate curve to fit the conditions.



hToken Share Price When lenders provide Asset Tokens, they receive hTokens based on the current share price. These tokens represent their portion of the total assets in the market, including capitalized interest. As interest accrues, the share price of the hTokens increases, meaning lenders can redeem them for a larger amount of Asset Tokens.


Previous↪ overviewNext↪ liquidations

Last updated 4 months ago