Kriya Docs
  • Overview
    • What is Kriya?
      • Kriya Suite : HLD
    • Why Sui?
    • FAQs
    • Legal Disclaimer
  • Get funds on SUI
    • Bridge
    • Withdraw from CEX (Cede Store)
    • Buy SUI with Fiat (Transak)
    • P2P escrow from Eth (Heroswap)
  • Kriya x Sui Wallet Campaign
  • Migrating liquidity to v3
  • Kriya Swap
    • Swap Tutorial
      • Trade
        • Market Order
        • Limit Order
        • Dollar Cost Averaging (Coming Soon)
      • Provide Liquidity
    • Swap Architecture
      • Router Mechanism
      • Supported Pool Types
    • Swap Fee Structure
  • Kriya Strategy Vaults
    • Leverage Lending Vaults
      • Concept - Leverage Lending
      • Vault Tutorial
    • CLMM LP Optimizer Vaults
      • Vault Strategy - Auto Rebalancing and Compounding
      • Vault Tutorial
    • Deepbook MM Vaults (Coming Soon)
    • KLP Vaults (Coming Soon)
    • 1-click Automation Strats (Deprecated)
      • Concept - Leverage Lending
      • Strat Tutorial
  • Kriya Degen Corner
    • Sui Sniffer
    • No Code Token Launch on Sui
      • Tutorial to launch a coin
    • Airdrop to Sui Communities
  • Kriya Perpetuals
    • Perpetual Tutorial
      • Place Trade
      • Understanding Open Orders
      • Understanding Open Positions
    • How to get Early Access
    • Protocol Configs and Fees
      • Trading Limits
      • Listed Markets
      • Maker / Taker Fee
    • Perpetual Architecture
      • Margining and Liquidation
        • Custom Mark Price Oracle
      • Matching and Settlement
        • Order Types
        • Orderbook Tech Design
      • Funding Rate
      • Insurance Fund
    • Market Maker Program
  • Kriya OTC (Coming Soon)
    • Introduction and Use Case
    • User Guide
      • Creating an RFQ
        • Option RFQ example
      • Escrow Assets for RFQ
      • Respond to RFQ
      • Settlement
    • Protocol Architecture
      • Privacy
      • On-chain negotiation
    • MMs Get Access
  • Reward Programs
    • Suinami LP Campaign
    • Chakra Season 1 🧘‍♂️
    • Chakra Season 2 🧘‍♀️
    • Chakra Season 3 (Coming Soon)
    • Partner Campaigns
    • Galxe and Zealy
    • DoubleUp
    • Referral Program (Coming Soon)
    • Sui Overflow Hackathon
  • For Developers
    • Smart Contracts
    • Kriya Swap SDK
    • Kriya Perps
      • Run your own MM Bot
      • Run your own Liquidator Bot
      • Public Functions for Liveness
  • About
    • Audit Reports
    • Socials and Community
      • Discord
      • Blog
      • Twitter
    • Brand Assets
    • Careers
Powered by GitBook
On this page
  • How do these vaults work?
  • What do you Earn?
  1. Kriya Strategy Vaults
  2. Leverage Lending Vaults

Concept - Leverage Lending

Understanding Leveraged Yield Farming with Kriya

Leverage Lending is a delta neutral strategy that allows users to earn amplified yield and boosted points by recursively supplying and borrowing ‘similar’ assets on a lending protocol, hence creating a levered position without reducing the health factor. In short, leverage lending optimizes your asset utilization by increasing your leverage in lending protocols.

How do these vaults work?

Let’s break it down using the vSUI/SUI Navi LST Looper Vault as an example. The target leverage for this vault is 2.2x, configured by Kriya based on the latest LTVs supported by the underlying protocol for this pair.

  1. Leverage Basics: Suppose you deposit 100 SUI into the vault. The vault increases its supplies by 220 vSUI and borrows 120 SUI, resulting in a net 100 SUI supplied via flashswaps.

  2. Implementing Leverage Lending using Flash Loans: Instead of manually lending and borrowing, Kriya employs flash loans to build a leveraged position efficiently. For example

    1. Take a flash loan worth (supplied_t - principle_capital), i.e., 120 SUI from Scallop.

    2. Supply 220 SUI on Navi and borrow 120 SUI.

    3. Return the 120 SUI flash loan to Scallop at the end of the transaction.

Initial State
supplied_i = 0 SUI
borrowed_i = 0 SUI

Initial Deposit (principle_capital) = 100 SUI
target_leverage = 2.2x

We can calculate end state of the account basis these 2 equations:
supplied - borrowed = principle_capital
supplied / (supplied - borrowed) = target_leverage

End State
supplied_t = 220
borrowed_t = 120
  1. Position Receipt: Instantly, you also receive an NFT representing your share in the vault.

Your capital is used to increase the vault’s leveraged position on the destination protocol.

What do you Earn?

  1. vSUI Staking APY: You earn staking APY on $220 worth of vSUI, instead of just $100.

  2. Lending APY: You also earn lending APY on $220, maximizing your yield.

  3. Airdrop Points: With higher lending and borrowing volumes, you gain more airdrop points.

By using this vault, you can earn yield on a larger balance while maintaining a manageable level of risk. Your liquidation risk remains low because vSUI is correlated with SUI and tends to increase in value relative to SUI. Kriya simplifies this process, making it accessible to users who want to optimize their asset utilization and maximize returns.

Leverage Limitations: However, you cannot increase leverage indefinitely as the account approaches a liquidation threshold, basis the LTV vaults supported on the underlying protocol.

PreviousLeverage Lending VaultsNextVault Tutorial

Last updated 8 months ago