> For the complete documentation index, see [llms.txt](https://docs.tezos.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tezos.finance/getting-started/borrowing.md).

# Borrowing

Before borrowing assets, you'll need to have collateralized your ꜰTokens. To receive ꜰTokens to collateralize, you'll have needed have opened a Lending position. If you've done all this then you can proceed to borrow on TezFin.

To borrow on TezFin, follow these steps:

1. Connect your Wallet
2. Choose the asset that you want to borrow from the "Markets" table
3. Click the "Borrow" tab in the modal that pops up, and then enter the amount you wish to borrow (make the amount is a healthily under your Borrow Limit)
4. Click the "Borrow" button
5. Sign the transaction in your Wallet

That's it. You should now have the borrowed amount in your wallet and you will accumulate debt over time.&#x20;

You can repay your borrowed amounts, and/or borrow more funds.


---

# 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:

```
GET https://docs.tezos.finance/getting-started/borrowing.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.
