# Offer/Counter Offer System

Oohhwwee Offer system allows buyers and sellers to negotiate a price that both are happy with.

## Make an Offer:

Click on the "Contact Owner" button on the token page.

<figure><img src="/files/m2lIA7yqtce9bHmh28sN" alt=""><figcaption><p>Add alt text and captions to your images</p></figcaption></figure>

Enter the Offer amount, and include a message (When sending a crypto offer, this will require a signature and gas usage to complete)

<figure><img src="/files/5MPf9LAA2xhN393YMy62" alt=""><figcaption><p>Optional: You can click Send Message to negotiate a trade instead of a crypto offer. </p></figcaption></figure>

Click Send Offer. Once sent, you can view the offer and conversation history in the Offer Inbox in the navbar

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

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

## Counter Offers

Unlike traditional "Make Offer" options on other platforms, on Oohhwwee, if you receive an offer for one of your NFTs, you can send a counter-offer directly to the prospective buyer.

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

{% hint style="info" %}
When receiving a Counter-Offer from a token owner, you will be prompted to sign 2 transactions:

1. To cancel the initial offer you sent
2. Create an updated offer with the agreed upon counter-offer from the token holder

Seller will then accept the counter-offer and the transaction and NFT transfer will be completed automatically
{% 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://oohhwwee.gitbook.io/oohhwwee/features/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.
