> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/nile-en/guides/marketplace/participate-in-english-auctions.md).

# Participate in English Auctions

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

* Connect a wallet that supports the WEMIX3.0 Mainnet.

#### Check NFT Details

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

* Click an NFT you're interested in to check the details of that NFT.
* Check the currency unit (WEMIX$/ WEMIX/ WCD) set by the seller.&#x20;
* However, even if the seller has set the currency unit as WEMIX$, Gas Fees can only be paid in WEMIX. Therefore, you must have a sufficient amount of WEMIX to pay the Gas Fees

  <br>

### Place bid

#### If there are no bidders after an auction has started&#x20;

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

* The first bid is made at the starting price set by the seller.

#### If there have been one or more bidders after an auction has started

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

* a bid can be made at a price higher than the current bid within 3 hours of a bid.&#x20;
* (Click “^”) Please note that the bid price is paid by the user, and that the Gas Fee must be separately paid.

#### If there's a higher bid and you want to make an additional bid

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

* you will pay the difference between the previous bid, and additional Gas Fees.

#### If there is a higher bid, and you do not want to make an additional bid

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

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

* pay the separate Gas Fee and proceed with a refund of the bid amount.

  <br>

### Claim NFT

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

<figure><img src="/files/9KCRuZVTgRYK308GUjN9" alt=""><figcaption></figcaption></figure>

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

* For each successful bid, click “Claim NFT” to pay the Gas Fee and claim your NFT.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wemix.com/nile-en/guides/marketplace/participate-in-english-auctions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
