# Create an offer (lender)

```
This page guides a user on how to Create an Offer on an Order.
```

* When you click "Explore" on the header menu, this displays the existing Orders that are waiting for someone to lend funds to.

![](/files/-M_Ihz_6IREcRMOJNQCx)

* Select an Order and check the details of the Order.

![](/files/-M_hcucUzRpjvniUz7mT)

* Input the **"Amount"** and **"Interest"** that you want to lend, and choose the **duration of the loan**.
* Click on either **"Unlock xxx USDC"** (approves the usage of limited number of USDC to be managed by the contract. You will be required to approve transactions for subsequent loans - recommended) or **"Infinite Unlock"** (approves unlimited usage of USDC by the contract. You will not need to approve USDC in future loans). This will allow the transfer of your tokens if the Borrower accepts your Offer.

![](/files/-M_he0xmsfNcmmnaj3ER)

* The Metamask shows a dialogue to approve it. Click the **"Confirm"** button.

![](/files/-M_hfDrr9-tZlmjIKnfS)

Click the **"Create"** button to submit your offer.

![](/files/-M_IgTLr6Qrek_YWF1z3)


---

# 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://docs.pawnspace.io/user-guide/getting-started/create-an-offer.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.
