# Bidding in Auctions

How auction bids work:

When bidding in an auction, the amount you bid is transferred and held in escrow via the marketplace contract.&#x20;

Your bid will remain in escrow until either of the following occurs:

* You are outbid, and are no longer the highest bidder
* Someone buys out the auction for the buyout price
* The auction ends

For the first 2 instances above, if someone buys the listing for the buyout price, or you are outbid, the marketplace contract will automatically return your funds to your wallet.&#x20;

When an auction ends, and you are the highest bidder, your bid amount is then transferred to the seller, and you will receive the token.

## To bid in an auction

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

&#x20;Click on the "Place Bid" tab on the auction page

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

Enter your bid amount, and click "Place Bid"

{% hint style="warning" %}
Bid amounts MUST be higher than the starting bid if no current bids.&#x20;

If the token does have a "Current Highest Bid" bid amount must be larger than the  "Current Highest Bid"
{% endhint %}

<figure><img src="/files/8uUJ02hI5tWjAQAeV0he" alt=""><figcaption></figcaption></figure>

Once you have placed the bid, you then become the highest bidder

{% hint style="success" %}
Bidding in auctions are worth[ 2 points](/oohhwwee/features/leaderboard/oohhwwee-points.md#points) per bid!
{% endhint %}

## Buy out an Auction

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

To buy out an auction, click the "Buy Now" tab and click the "Buy Now" button. This will end the auction, awarding you the sale


---

# 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/listings-and-auctions/auctions/bidding-in-auctions.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.
