# Puzzle Lend intro

Puzzle Lend is a decentralized protocol for lending and borrowing crypto.

**Suppliers** who provide assets receive passive income from the interest paid by borrowers.

**Borrowers** can obtain assets without selling the assets they have. For example, if someone holds WAVES, they can use it as collateral to borrow XTN which they can then use to participate in the IDO of a new promising token.

Puzzle Lend is built on the Waves blockchain which provides fast transactions and extremely low network fees — just a few cents per transaction.

## Isolated market model

The core concept of Puzzle Lend is isolated markets.

On a unitary market, a user can borrow any asset providing any other asset as collateral. That's why a single troubled asset can bring the whole market to a deadlock.

In contrast, the isolated market model enables more accurate risk management. Small-cap and volatile assets are placed in separate markets and do not impact the TVL of the main market with low-risk tokens.

## Let's start

Follow the step-by-step guides below to start supplying and borrowing on Puzzle Lend:

{% content-ref url="/pages/74PN5SZyAR2Yrw53N3QG" %}
[Supplier's Guide](/guidebook/suppliers-guide/how-to-supply-collateral.md)
{% endcontent-ref %}

{% content-ref url="/pages/z4J8IyPEWw6TEVcqzupO" %}
[Borrower's guide](/guidebook/borrowers-guide/faq.md)
{% endcontent-ref %}

## Newbie on Waves?

{% content-ref url="/pages/c6rqihEIyxKvkhAmKMpR" %}
[Create wallet](/guidebook/get-started-on-waves/create-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/lZiGHKhpTy41HDJYf9Aa" %}
[Top up wallet](/guidebook/get-started-on-waves/top-up-wallet.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://puzzle-lend.gitbook.io/guidebook/puzzle-lend-intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
