> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enso.build/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Shortcuts for Lending Markets Operations

<div className="grid sm:grid-cols-3 gap-6 mb-16 mt-12">
  <Card title="Withdraw and Swap" href="/pages/use-cases/lending-markets/withdraw-and-swap">
    Redeem asssets and swap them directly to an arbitrary token in a single transaction
  </Card>

  <Card title="Borrowing" href="/pages/use-cases/lending-markets/borrowing">
    Borrow from Lending Protocols
  </Card>

  <Card title="Position Migration" href="/pages/use-cases/lending-markets/migration">
    Migrate positions between protocols
  </Card>

  <Card title="Zap & Deposit to Collateral" href="/pages/use-cases/lending-markets/zap-to-collateral">
    Automatically zap any input token as collateral to arbitrary vault tokens
  </Card>

  <Card title="Collateral Swap" href="/pages/use-cases/lending-markets/collateral-swap">
    Switch the collateral backing your debt without closing the debt position
  </Card>

  <Card title="Deposit with Leverage" href="/pages/use-cases/lending-markets/deposit-with-leverage">
    Deposit using leveraged position
  </Card>

  <Card title="Zap Repay" href="/pages/use-cases/lending-markets/zap-repay-behalf-of">
    Zap to repay debt from any position
  </Card>

  <Card disabled="true" title="Debt Swap" href="/pages/use-cases/lending-markets/">
    TBD
  </Card>

  <Card disabled="true" title="Repay With Collateral" href="/pages/use-cases/lending-markets/index">
    TBD
  </Card>

  <Card disabled="true" title="Deleverage" href="/pages/use-cases/lending-markets/index">
    TBD
  </Card>
</div>
