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

# Overview

The Loopscale Protocol is a modular, order book–based lending protocol on Solana. The core Loopscale protocol is a powerful order book and matching engine. The design of the protocol is conceptually simple, creating an unbiased, extensible foundation for new financial products and markets.

The Loopscale Protocol additionally includes a series of risk and liquidity primitives to deliver the liquidity and simplicity expected by typical DeFi users. This modular, first-principles approach enables anyone to access the benefits of the Loopscale Protocol without sacrificing the scalability and flexibility of the core protocol.

<img src="https://mintcdn.com/loopscale/rBfE8nnoY0VwCULm/static/assets/images/protocol.svg?fit=max&auto=format&n=rBfE8nnoY0VwCULm&q=85&s=9ba013eaca44225e4b4fdfd309154191" alt="" width="1400" height="789" data-path="static/assets/images/protocol.svg" />

## Protocol Concepts

<CardGroup>
  <Card title="Loans & Orders" iconColor="var(--brand-blue)" icon="arrows-to-dotted-line" iconType="duotone" href="/protocol-concepts/loans-and-orders">
    Multi-paremeter primitives with support for any type of credit product
  </Card>

  <Card title="Credit Order Book" iconColor="var(--brand-blue)" icon="chart-simple-horizontal" iconType="duotone" href="/protocol-concepts/credit-order-book">
    An order book for credit, organizing lending offers and borrower demand
  </Card>

  <Card title="Loopscale Vaults" iconColor="var(--brand-blue)" icon="diagram-nested" iconType="duotone" href="/protocol-concepts/loopscale-vaults">
    An risk management primitive abstracting order creation for passive users
  </Card>

  <Card title="Loops" iconColor="var(--brand-blue)" icon="circle-dot" iconType="duotone" href="/protocol-concepts/loops">
    Structured leverage products built atop Loopscale's fixed-rate architecture
  </Card>
</CardGroup>
