MetaStreet
  • Welcome to MetaStreet
    • 👋Introduction
    • 📦Object-Oriented Finance
    • Links
  • Liquidity Layer
    • 📤Overview
    • 🛠️How Pools Work [ELI5]
    • 💸Earn
      • Manage
    • 📥Borrow
      • Manual Loan Repayment
    • 🔨Auctions
  • Yield Capture Layer
    • 📈Overview
    • 🛠️How it Works [ELI5]
    • 🔺NodeFi (Yield Pass)
      • Aethir on Yield Pass
      • Xai on Yield Pass
    • 💾GPU Financing
    • 🔐Audits
    • 📊Dashboard
  • Technical Overview
    • 🏗️Protocol Design
      • Deposit Flow
      • Borrow Flow
      • Liquidity Ticks
      • Tokenization
      • Collateral Filters
      • Collateral Wrappers
      • Interest Rate Models
      • Liquidation
      • Deployment
      • Admin Fees
    • 📍Contract Addresses
    • 📍Token Bridges
    • 🔐Audits
    • ⛽Gas Report
    • 📑API
    • 🔧SDK
    • 📊Dashboard
  • Other
    • 🤝Terms of Service
Powered by GitBook
On this page
  • Bid
  • Claim
  • Auction FAQs
  1. Liquidity Layer

Auctions

PreviousManual Loan RepaymentNextOverview

Last updated 3 months ago

When a borrower defaults on a loan, the underlying asset is auctioned in order to recoup capital for the lenders in the pool. Below are some important details:

Bid

  1. Enter amount and click "Bid"

  2. The amount you bid will be held in escrow (leave your wallet)

  3. If another bid comes in higher, your bid will be returned (go back to your wallet)

Claim

  1. If you win the auction, you will be able to claim the NFT on the auction homepage or your portfolio page

  2. Click "Claim NFT" and the NFT will be sent to your wallet

Auction FAQs

What is the format of the Auction?

  • Fully on-chain English Auction

  • Each bid triggers a deposit of the bid amount and reimburses the previously high bid

  • If a bid is made in the last 10 minutes, the auction is extended for another 10 minutes

  • A new bid must be 2% greater than the prior bid

What happens to the Proceeds of the auction?

  • Capital is returned to the pool lenders in order to make them whole

  • Any capital in excess of the original loan amount + interest/fees is returned to the borrower

  • The lenders with the lowest Loan Limit (risk) receive capital first, then waterfalls up

How do I get my NFT if I win an auction?

A winner must go back to the auction page and claim the NFT in order to take possession of it

🔨