Notional V3 User Docs
  • Product Guides
    • Lending
    • Fixed Rate Lending
    • Providing Liquidity
    • Borrowing
    • Fixed Rate Borrowing
    • Leveraged Liquidity
    • Leveraged Yield Farming
    • Leveraged Points Farming
    • Leveraged Pendle PTs
  • Risk Framework
  • Developer Docs
  • 🏦Prime Money Market
    • Overview
    • Interest Rate Model
    • Borrow Fees
  • 💸fCash
    • What is fCash
    • Using fCash
    • fCash Maturity
  • 💹Trading fCash
    • Transaction Fees
    • Exiting Early
    • Interest Rate Risk
  • 💰Borrower Resources
    • Loan to Value (LTV)
    • Health Factor
    • Liquidation
    • Max LTV Table
  • 🚰Fixed Rate Liquidity Pools
    • What are Fixed Rate Liquidity Pools
    • Fixed Rate Liquidity Pool Mechanics
  • 🪙nTokens
    • What are nTokens
    • nToken Mechanics
      • nToken Portfolio
      • Minting nTokens
      • Redeeming nTokens
    • nToken Returns
    • nToken Risks
  • ⚡Leveraged Vaults
    • What are Leveraged Vaults
    • Entering and Exiting a Vault
    • Liquidation
    • Settlement
    • Vault Returns
    • Vault Risks
    • Vault FAQs
  • ⚖️Governance
    • NOTE
    • NOTE Staking
  • Smart Contracts
    • Deployments (Mainnet)
    • Deployments (Arbitrum)
    • Audits
    • Bug Bounty
Powered by GitBook
On this page
  • Entry
  • Exit
  • Rolling your position
  1. Leveraged Vaults

Entering and Exiting a Vault

PreviousWhat are Leveraged VaultsNextLiquidation

Last updated 1 year ago

Entry

To enter a vault, a user will select the maturity that they want to borrow from, the amount they want to borrow, and the amount they want to deposit. Notional will take the user's deposit, borrow the extra cash from the specified liquidity pool, and deposit the total funds in the vault. The Notional vault controller will record the user's debt and their share of the assets in the vault.

Exit

Users can exit a vault at any time. Notional will redeem the user's vault shares, pay off their debt by lending to the specified liquidity pool at the current market rate, and return the excess capital to the user.

If the user borrows at a fixed rate, their debt will be converted to a variable rate at maturity and their position will stay open.

Rolling your position

Users can convert variable rate leveraged vault positions to fixed rate vault positions or vice versa (or even from fixed rates in one maturity to fixed rates in another maturity). The only difference a user experiences when rolling a levered vault debt compared to a normal debt is that the user must roll their entire debt in one transaction - users can't roll a strategy vault position over multiple transactions.

⚡