> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/user-guide/lista-lending/borrowing-and-repaying.md).

# Borrowing and repaying

## Borrowing and Repaying loans on Lista Lending

{% embed url="<https://www.loom.com/share/ae4cefee54c64a9ab42c6f706e771226?sid=a4ce1568-7ad2-4515-bf40-56842f624d34>" %}

## Borrow

1. Connect your wallet and head over to the borrow section of our Lista Lending page [here](https://lista.org/lending?tab=borrow\&utm_source=gitbook\&utm_medium=article\&utm_campaign=borrowing-and-repaying).

<figure><img src="/files/infUSuUdHvR2mLdrr85l" alt=""><figcaption></figcaption></figure>

2. Select the classic zone, and choose a market that you would like to borrow from. For simplicity sake, we will choose the slisBNB/USD1 market. Click on the selected market.

<figure><img src="/files/KMV2t9IEfc8H1YSAJILV" alt=""><figcaption></figcaption></figure>

3. Supply slisBNB collateral, and borrow USD1 by inputing the amount in the respective textbox, and click "Supply & Borrow".

<figure><img src="/files/QLwbYHiVX8Eqr287on8I" alt=""><figcaption></figcaption></figure>

## Repay

1. Click on My dashboard to view all your borrowing positions [here](https://lista.org/dashboard?utm_source=gitbook\&utm_medium=article\&utm_campaign=borrowing-and-repaying).

<figure><img src="/files/SDGSAfh57oWYdpMCiMjT" alt=""><figcaption></figcaption></figure>

2. click "Repay" on the market you want to repay under the "Borrowed" section

<figure><img src="/files/OsiqPUhchePbp0OzOt7U" alt=""><figcaption></figcaption></figure>

3. Input the amount to repay, and confirm the transaction.

<figure><img src="/files/8cB0q6z0i96abI33jygn" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bsc.lista.org/user-guide/lista-lending/borrowing-and-repaying.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
