> For the complete documentation index, see [llms.txt](https://sigmafi.gitbook.io/sigmafi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sigmafi.gitbook.io/sigmafi-docs/quick-start-guide/fulfilling-a-loan-request.md).

# Fulfilling a Loan Request

1. With your wallet connected, click on "LEND"

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

2. Verify that the terms and parameters of the loan feel safe and reasonable to you. You will not have access to the lent assets for the entire loan term, and the borrower may fail to repay the loan - verify that the collateral has actual value and you would feel comfortable receiving that collateral in the event that the loan is not repaid

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

3. Click "CONFIRM" and then in the Nautilus pop-up window, sign the transaction

<figure><img src="/files/30a0fz4FCn9QiBZ1s1tt" alt=""><figcaption></figcaption></figure>

This will send your loaned assets, ERG for transaction fee, and ERG for the service fee.

4. Wait for transaction confirmation - That's it! Your loan request will then appear in the dashboard section of the SigmaFi UI.
5. Monitor the loan and at time of repayment, if the borrow has not repaid the loan you can choose to liquidate the collateral that was put up at time of loan request. Liquidations are not done automatically, so you will need to check on your loan periodically.


---

# 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://sigmafi.gitbook.io/sigmafi-docs/quick-start-guide/fulfilling-a-loan-request.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.
