Getting Started
Liquid StakingSecurity Developer docs
  • Hatom's Ecosystem
    • Introduction
    • Lending Protocol
      • Networks
      • Protocol Math
        • Cash Dynamics
        • Borrow Dynamics
        • Protocol Reserves Dynamics
        • Interest Rate
        • Exchange Rate
        • Rewards Dynamics
      • Glossary
        • Money Markets or "MM"
        • Utilisation Rate
        • Collateral Factor or Loan to Value
        • Borrow Limit Used
        • BorrowCap
        • Liquidation Factor/Threshold or Health Factor
        • Liquidation Limit Bar
        • Liquidation Incentive
        • Reserve Factor
        • Close Factor
        • ActiveCollateralCapUSD
        • Supply/Borrow APY
        • HTokens
        • Underlying Token
        • Cash
        • Reserve Balance
      • Fundamental Functions
      • HTokens
      • Lending Protocol Rewards
      • Hatom Price Oracle Infrastructure
        • Oracle Bots
        • Price Aggregator Smart Contract
        • Price Oracle Smart Contract
        • Guardian bot
      • Liquidation
        • How much is the liquidation penalty ?
        • Can you give me an example ?
        • How can I avoid getting liquidated ?
        • Can I participate in the liquidations ecosystem ?
    • Liquid Staking
      • Liquid Staking Derivatives
      • Basic Functionalities
      • Liquid Staking Delegation Algorithm
    • Hatom USD
      • USH Facilitators
        • Lending Protocol Facilitator
          • Borrow Repayment and Liquidations
          • Borrow Rate
        • Isolated Pools Facilitator
          • USH Redemption
          • How to Participate in Redemption
      • Price Stability
      • USH Staking Module
      • Frequently Asked Questions
    • Booster
      • Booster Math
    • Accumulator
    • TAO Bridge
      • Ecosystem Integration
      • Bridging Process
      • Bridging Fees
      • Video Guides
  • Governance
    • Introduction
    • How to vote ?
      • The Voting Process
      • Unstaking HTM Tokens During Voting
      • Increasing Voting Power
      • Voting on Multiple Proposals
    • Tuning Hatom Protocol Parameters
  • Learn more about "Hatom token"
    • Introduction
    • HTM Token
    • Roadmap
  • Security
    • Introduction
    • Security reports
    • Adding an Asset
      • Methodology
      • Risk Parameters
    • Bug Bounty
  • Troubleshooting
    • Guides: Lending Protocol
      • Supply an asset
      • Activate as collateral
      • Borrow an asset
      • Repay a borrow
      • Remove collateral
      • Withdraw your asset
    • How to translate ?
      • Translate "Hatom Protocol":
      • Translate "Docs Section":
    • Request assistance
  • Hatom Protocol
  • USH
  • Blog
  • Syfy
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Hatom's Ecosystem
  2. Hatom USD
  3. USH Facilitators
  4. Lending Protocol Facilitator

Borrow Repayment and Liquidations

as of 02/01/2025

A USH borrow repayment, which is also a part of a liquidation process, burns all the USH being repaid. This includes both the principal and the accrued interest. This process is intentionally different than the approach taken by other over-collateralized stablecoins. The underlying reason for this difference lies on the fact that this novel approach allows the protocol to generate revenue without needing to wait for users to pay their borrow interest.

To be more precise, let’s illustrate both implementations with one example:

  1. Non-Hatom’s approach: Alice takes a borrow of 10 USH. Time elapses and now she owes 11 USH because of the accrued interest. Let’s say there are only 10 USH in circulation, given that she is the only existing borrower. She repays 10 USH. The protocol will burn 9 USH and keep 1 USH as revenue. Now, the protocol puts that 1 USH in circulation, such that Alice can buy such tokens in the open market. However, time has elapsed and now she owes 1.1 USH. The process, repeats: she repays 1 USH, the protocol burns 0.9 USH, and keeps 0.1 USH as revenue. The process can continue until convergence.

  2. Hatom’s approach: Alice takes a borrow of 10 USH. Time elapses and now she owes 11 USH because of the accrued interest. The protocol can mint the revenue at any point in time, i.e. 1 USH, and put it in the open market. All repaid USH gets burnt whenever Alice repays her debt.

Although at first glance Hatom’s approach seems trivial, its complexity comes from the fact that all USH borrowers do not share the same borrowing rate, as will be described in the following sections. For this reason, the novel approach consists on computing the total interest coming from all borrowers without incurring on computationally prohibited computations.

PreviousLending Protocol FacilitatorNextBorrow Rate

Last updated 4 months ago

Was this helpful?