LogoLogo
WebsiteApp (Coming Soon)
  • ⛵Welcome to Voyage
  • Whitepaper
    • 🌊Overview
    • 🧭Definitions
    • 🏝️Voyage Lend
      • Tranche Model
      • Tokenization
      • Withdrawal Mechanism
    • 🏴‍☠️Voyage Buy
      • Core Mechanics
      • Interest Rate Model
      • Repayment
      • Liquidation
    • 🐬Voyage Flip
    • 🏖️Supported Marketplaces
    • 🎣Supported Collections
    • 🗺️Roadmap
  • Guides
    • 🐚User Guide
    • 📿FAQs
  • Others
    • ⚓Partners
    • ✍️Audits
    • 🪙No Tokens
  • Official Links
    • 🎨Download Voyage Logo
    • 🔥Voyage App + Lend
    • 🦜Socials
    • 🧭Github Repository
    • 📜Contracts
Powered by GitBook
On this page
  • Current Implementations on Other Protocols
  • The Voyage Solution
  • Liquidation Mechanism

Was this helpful?

  1. Whitepaper
  2. Voyage Buy

Liquidation

PreviousRepaymentNextVoyage Flip

Last updated 2 years ago

Was this helpful?

Current Implementations on Other Protocols

Most lending protocols rely on two key parameters to determine liquidation criteria:

  • LTV (loan-to-value);

  • Liquidation threshold.

Loans are considered “unhealthy” if a borrower’s total collateral adjusted by the liquidation threshold (a number < 1) falls below the borrower’s debt, including interest. This makes loan health almost entirely dependent on the LTV ratio.

The Voyage Solution

In Voyage's case, loans are a fundamentally different product.

  1. Loans have fixed terms with fixed interest rates that are not rebalanced mid-loan;

  2. Loans are collateralized by less liquid non-fungible assets (NFTs).

Therefore, it is critical for the protocol to incentivize regular repayments. Consequently, liquidation is triggered when the condition of TPD(α)≥0TPD(\alpha) \geq 0TPD(α)≥0 is met.

In effect, this implies that payments must be made in a timely manner, else both the previously paid instalments will be forfeited and the NFTs will be liquidated to repay the lenders.

Liquidation Mechanism

In order to prevent large liquidations from causing the floor price to fall unnecessarily, the protocol applies a liquidation discount for the NFTs. If floorPrice>debtfloorPrice \gt debtfloorPrice>debt​, a discount of LBLBLB is applied.

🏴‍☠️