# How to make an offer

{% hint style="info" %}
Currently only support providing offer with WETH. More tokens will be supported in upcoming enhancement.
{% endhint %}

### 1. Buy -> Shopping

<figure><img src="/files/4Z6kZ0wpVZSUz86j8Tnh" alt=""><figcaption></figcaption></figure>

### 2. Browse around to decide which NFT you would like to buy

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

In the marketplace, there are several filters that can help you quickly pin down the preferred one

* Sale Price (value) range&#x20;
* Categories and collections
* Settlement Token (what you want to pay by?)

### 3. Select preferred NFT and check more details

<figure><img src="/files/4LuirqOExchmp37OH8ic" alt=""><figcaption></figcaption></figure>

### 4. Click \[Offer]

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

After entering "Offered Price" and "Valid Days", click \[Confirm] and complete on-chain signature.

{% hint style="info" %}
You will need WETH to provide offer. You can click \[Exchange to WETH] to get more WETH.
{% 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://guide.pawnfi.com/buy-nft/how-to-make-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.
