> ## 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

> Find Enso routes and bundles for your use case and the strategies you need

<div className="p-12">
  <p>Find Enso routes and bundles for different DeFi use cases and the run strategies you need.</p>

  <div className="grid sm:grid-cols-4 gap-6 mb-16 mt-12">
    <Card title="Lending Markets" icon="landmark" href="/pages/use-cases/lending-markets">
      Simplify deposits, repayments, and collateral management. Enable complex vault strategies and ensure protocol solvency with efficient liquidations.
    </Card>

    <Card title="Wallets" icon="wallet" href="/pages/use-cases/wallets">
      Offer seamless swaps, cross-chain bridging, and direct-to-DeFi earning opportunities to keep your users' assets active
    </Card>

    <Card title="DEXes & Aggregators" icon="arrow-right-arrow-left" href="/pages/use-cases/dexes-aggregators">
      Remove friction from liquidity provision with simple zaps. Make it easy for users to migrate positions and optimize backend operations.
    </Card>

    <Card title="Stablecoins" icon="coins" href="/pages/use-cases/stablecoins">
      Use single-origin minting with secure cross-chain bridging.
      Launch yield tokens across multiple chains without deploying contracts everywhere.
    </Card>

    <Card title="Market Makers" icon="circle-plus" href="/pages/use-cases/market-makers">
      Automate DEX market making, CEX-DEX arbitrage, and liquidity pool rebalancing. Respond to market conditions programmatically to improve capital efficiency.
    </Card>

    <Card title="Deposits (Staking & Vaults)" icon="piggy-bank" href="/pages/use-cases/deposits">
      Maximize user deposits by accepting any token. Simplify position migration between vaults to keep capital within your ecosystem.
    </Card>

    <Card title="Nontokenized positions" icon="box-archived" href="/pages/use-cases/nontokenized-deposits">
      Deposit into protocols with nontokenized positions like Orderly vaults, managing stateful positions directly in smart wallets.
    </Card>

    <Card href="/pages/use-cases/strategies/leverage-loops" icon="repeat" title="Leverage Loops">
      Execute complex leveraged yield strategies with Enso's automated routing
    </Card>

    <Card icon="hand-holding-droplet" href="/pages/use-cases/strategies/auto-compounding" title="Auto-compounding">
      Build single-transaction multi-step yield strategies, including auto-compounding
    </Card>

    <Card icon="bridge" href="/pages/use-cases/bridges" title="Crosschain Bridges">
      Execute complex crosschain operations using CCIP, Relay, or Stargate with post-bridge callbacks
    </Card>
  </div>
</div>
