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

# Pulend Documentation

> NFT-Collateralized Lending on Arbitrum

Pulend is a decentralized non-custodial lending protocol where users can borrow stablecoins by depositing **NFT assets** as collateral. Liquidity providers earn interest by supplying assets to the protocol.

## Get Familiar with Pulend

<CardGroup cols={2}>
  <Card title="Pulend 101" icon="book" href="/basics">
    Learn the basics of NFT-collateralized lending.
  </Card>

  <Card title="How It Works" icon="gears" href="/how-it-works">
    Understand the protocol mechanics.
  </Card>

  <Card title="Interest Rates" icon="chart-line" href="/interest-rates">
    Dynamic rates based on utilization.
  </Card>

  <Card title="Liquidations" icon="triangle-exclamation" href="/liquidations">
    How positions are liquidated.
  </Card>
</CardGroup>

## Integrate Pulend

<CardGroup cols={2}>
  <Card title="Smart Contracts" icon="file-code" href="/contracts">
    Core protocol contracts and interfaces.
  </Card>

  <Card title="Backend API" icon="server" href="/api">
    Price feeds and data endpoints.
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Addresses" icon="location-dot" href="/addresses">
    Deployed contract addresses.
  </Card>

  <Card title="Parameters" icon="sliders" href="/parameters">
    Protocol configuration and limits.
  </Card>
</CardGroup>
