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

# Overview

> Introduction to Jupiter Lend and its products

Jupiter Lend is a lending and borrowing protocol on Solana, powered by [Fluid's](https://fluid.instadapp.io/) modular Liquidity Layer.

It allows users to supply assets to earn yield, borrow against collateral, or take leveraged positions, all from a single interface. Liquidity is shared across all products through a unified layer, which improves capital efficiency and enables higher loan-to-value ratios with lower liquidation penalties.

All positions are on-chain, non-custodial, and managed through real-time oracle pricing.

## Markets

Jupiter Lend operates as a multi-market protocol. Each market is fully isolated, with its own assets, risk parameters, and curator. The Jupiter Market is the main market and is documented across this section by default. The Bitwise x Ethena Market is an isolated market co-curated with Bitwise.

<Card title="Markets" color="#C7F284" icon="layer-group" href="/user-docs/earn/lend/markets">
  Compare the available markets on Jupiter Lend, see their assets and parameters, and read the full details of the Bitwise x Ethena Market.
</Card>

## Products

<CardGroup cols={2}>
  <Card title="Earn" icon="seedling" href="/user-docs/earn/lend/earn">
    Supply assets to lending pools and earn yield from borrower interest.
  </Card>

  <Card title="Borrow" icon="hand-holding-dollar" href="/user-docs/earn/lend/borrow/introduction">
    Deposit collateral and borrow another asset without selling your holdings.
  </Card>

  <Card title="Multiply" icon="layer-group" href="/user-docs/earn/lend/multiply">
    Increase exposure to an asset through automated on-chain leverage.
  </Card>

  <Card title="Strategies" icon="bolt" href="/user-docs/earn/lend/strategies">
    Enter pre-built, max-leverage positions on pegged vaults in one click.
  </Card>
</CardGroup>

## Metrics

<CardGroup cols={2}>
  <Card title="Statistics" icon="chart-line" href="/user-docs/earn/lend/statistics">
    Real-time data on liquidity, utilization, vault positions, and protocol activity.
  </Card>

  <Card title="Protocol Details" icon="book" href="/user-docs/earn/lend/protocol-details">
    Definitions of key terms and parameters used across Jupiter Lend.
  </Card>
</CardGroup>

## Advanced Overview

For users who want to understand the protocol's internals: how liquidity flows, how liquidations are processed, how oracles work, and how native staking integrates with lending.

<CardGroup cols={2}>
  <Card title="Liquidity Layer & Risk Management" icon="shield-halved" href="/user-docs/earn/lend/liquidity-layer-and-risk-management">
    How shared liquidity works across products, and the protocol's risk controls.
  </Card>

  <Card title="Liquidation Mechanism" icon="gavel" href="/user-docs/earn/lend/liquidation-mechanism">
    How positions are liquidated, partial liquidation logic, and penalty structure.
  </Card>

  <Card title="Oracles & Contract-Priced" icon="satellite-dish" href="/user-docs/earn/lend/oracles-and-contract-priced">
    Price feeds, freshness checks, confidence intervals, and contract-based pricing.
  </Card>
</CardGroup>
