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
  • Powered by MetaStreet v2: The ATM
  • Liquidity Layer (Pools) FAQs
  1. Liquidity Layer

Overview

PreviousLinksNextHow Pools Work [ELI5]

Last updated 6 months ago

Powered by MetaStreet v2: The ATM

The ATM or Automatic Tranche Maker is a permissionless lending protocol that provides the most efficient borrow/lend experience for all stakeholders. With the ATM:

  • Lenders can create pools for any Object against any ERC20 and then every lender in that pool works together based on their individual risk and return (rate) profiles

  • Borrowers are then able to accept the aggregated loan offers, which are the most optimal terms for their borrowing objectives because each offer is a blended rate based on all lenders

The key innovation to the ATM are Liquid Credit Tokens ("LCTs"), a liquid, composable ERC-20 representing each lender's position within a pool. LCTs help scale liquidity even further because they:

  1. Encourage longer duration loans: secondary liquidity for the lender during the loan term

  2. Support/stabilize floor prices: more lenders at higher LTV loans reduce sell pressure

  3. Maximize yield: composable tokens can be used within all aspects of DeFi

Liquidity Layer (Pools) FAQs

What are Pools?

A basket of funds (made up many different lenders) used to originate NFT loans from a single collection.

Is my deposit tied to a single NFT loan?

No! Your deposit will likely be exposed to many NFT loans within the pool for that NFT Collection. Whenever you have an active deposit, you should think of that as the risk tolerance you have right now for the NFT collection to which you're lending.

How do withdrawals work? Why do I have to enter a redemption queue before withdrawing?

  1. Add to Queue = Your position is always active in the pool, whether the pool is utilized or not. Entering the redemption queue will move your funds into an inactive status, which will prevent it from participating in new loans

  2. Withdraw = If there is enough cash, you will not have to wait to withdraw. However, if your funds are being utilized, you will have to enter the redemption queue above and wait until outstanding loans mature until you can transfer those funds into your wallet.

What happens when there's a default?

  • When a borrower defaults on a loan, MetaStreet puts the NFT up for a 24-hour auction. After the auction concludes, the principal and interest owed to the pool is returned starting from the lowest price (least risky Ticks).

  • If the NFT is sold for a value greater than the original borrowed amount, then the Borrower will receive the excess proceeds to prevent situations where a Borrower could have sold an NFT before defaulting to pay back the entirety of a loan.

I just deposited and it immediately showed negative earnings, what's going on?

In order to prevent Lenders from gaming the system by depositing and withdrawing at opportune times (i.e. right before maturity when interest is paid), Lenders "buy in" to the outstanding loans and over time the negative earnings will turn positive.

📤