Drops
  • Drops
    • Introduction
  • Governance
    • DOP - Protocol Governance & Ownership
  • Tokens
    • Overview
    • veDOP
      • Emissions Distribution
    • esDOP
      • esDOP parameters
      • esDOP vesting duration
      • Situational examples
  • Loans
    • Overview
    • NFT Lending Pool
      • Liquidation parameters
      • Liquidations
    • Positions Lending Pool
      • Components
      • Using vault markets
      • APY Calculation
    • Interest rates
    • dTokens
  • Tutorials
    • How to borrow against NFT
    • How to repay NFT loan
    • How to lend and earn yield
    • How to use SweepMax
  • SweepMax - Financing
    • Overview
    • Features
    • How does it work?
  • NFT Price Oracle
    • Overview
    • Verifying Sale
    • Extreme outliers removal
    • Probable outliers removal
    • Floor TWAP
  • Links
    • Audits
    • Smart contracts
    • Risks
Powered by GitBook
On this page
  • Autocompounding Vault
  • Position Wrapper
  • Vault Market

Was this helpful?

  1. Loans
  2. Positions Lending Pool

Components

Using stake LP position as collateral involves transforming LP position into autocompounding vault shares which are then used in the market to enable borrowing. Below are the key components that facilitate this.

Autocompounding Vault

When a user interacts with the market, the staked position is unstaked and sent to the Drops Autocompounding vault. All generated yield is sold and converted to the base asset, thereby increasing the APY. The vault issues shares that increase in value over time and can be used to redeem staked LP tokens. These shares can also be used in the markets to enable lending and borrowing against them.

Position Wrapper

This contract is used to wrap and unwrap staked positions between vault shares and the underlying asset. For instance, in the case of borrowing, when a user borrows from the USDC market, the wrapper unwraps yvUSDC into USDC and sends it to the user.

Vault Market

This market accepts shares of the autocompounding vaults as collateral and works with the Wrapper to handle the depositing and withdrawing of assets behind the scenes.

PreviousPositions Lending PoolNextUsing vault markets

Last updated 1 year ago

Was this helpful?