# Create Offers

If you find an NFT you want that is not for sale, you can make an offer! To start the create offer process click on the "Make Offer" button;

<div align="left"><figure><img src="/files/CoSxWNCqHavaWxNMHJrL" alt=""><figcaption></figcaption></figure></div>

&#x20;**Follow these steps:**

* If you are not connected or not on the right network a modal will appear asking you to change to the correct network and connect your wallet;

<div align="left"><figure><img src="/files/Qc2sLgeqiL7WaagfVhZl" alt=""><figcaption></figcaption></figure></div>

* There are two types of NFTS, multiple (1155) and single (721). \
  \
   For multiple (1155) NFTs you have to insert the number of units, the currency and unit price, the duration until the offer expires, and reserve it for a specific buyer.&#x20;

<div align="left"><figure><img src="/files/Q5H4tf1a0c0NK8d8u4dP" alt=""><figcaption></figcaption></figure></div>

For unique (721) NFTs, you just need to fill in the unit price and offer duration. \
After that proceed to review.

<div align="left"><figure><img src="/files/L85MOvzKDgrIEbdR7CRY" alt=""><figcaption></figcaption></figure></div>

* If this is the first time using the listed currency in LUXY Marketplace, a modal will appear asking you permission to complete transactions with the currency;

<div align="left"><figure><img src="/files/PcQM7Ykc0STLhKqWK7HZ" alt=""><figcaption></figcaption></figure></div>

* Review all the information you fill in on the previous step and most important the total that you will pay. \
  If the total you will pay is not what you want, you can click on "Edit" to change the values before submitting the offer;\
   If everything is ok click "Create Offer" to start the transaction and sign the message on your wallet;

<div align="left"><figure><img src="/files/li2c0mwpLzLxccKNpOOn" alt=""><figcaption></figcaption></figure></div>

* And done! Your offer is active and will appear on the Offers section on the NFT page.

<div align="left"><figure><img src="/files/T99eytT4CueNuiCcQJLO" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Note that when you make an offer, your money isn't subtracted from your wallet instantly, only when the offer is accepted and validated by the seller. If the seller accepts your offer you need to have at least the offer quantity in your wallet to conclude the transaction.
{% endhint %}


---

# 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.luxy.io/help-center/luxy-marketplace/transaction/making-offers.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.
