# English auction

An English auction (or Highest Bid auction) is an auction where the token is awarded to the participant with the highest bid at the end of the auction process.

### Creating an English auction

Any owner of a token has the ability to create an auction. To create an English Auction, start by navigating to the token page. On the token page, click on the `...`button on the right-hand side and click Auction:

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

Clicking on this button will take you to the auction configuration page. Here make sure that you are on the `Highest Bid` tab:

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

Before starting the auction, you can configure multiple parameters:

| parameter         | description                                                                                                                                                                        |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Amount            | This defines the number of tokens you want to auction off in one go.                                                                                                               |
| Minimum Bid       | This is the start price at which the auction will start.                                                                                                                           |
| Minimum Increment | This is the minimum amount by which a new bid must exceed the current highest bid. For example, if set to 1 XTZ, each new bid must be at least 1 XTZ higher than the previous bid. |
| Expiration Date   | This parameter defines how long your auction will run.                                                                                                                             |

Once you're happy you can click on the `Create Auction` Button to start the auction.

### Primary Sale Split

On the auction configuration page, you have the option to create a Primary Sale Split. This option allows you to split the auction proceeds with any number of wallets.

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

Make sure that the total adds up to 100% and you're good to go.

### View Created English Auctions

To view all the auctions that you have created, start by navigating to your profile and then clicking on the `Auctions` tab. Here you will have a view of all the currently active and finished auctions.

<figure><img src="/files/2nOcvNpIvLes5o8puFTa" alt=""><figcaption></figcaption></figure>

### Cancel An English Auction

{% hint style="info" %}
You can only cancel auctions that have not yet received a bid. Auctions that have already received a bid cannot be cancelled.
{% endhint %}

To cancel an auction, navigate to the auction page. On the right side, at the bottom, you will find a button saying `Cancel`.

### Placing a Bid

To place a bid on an active auction start by navigating to the auction page. On the auction page, you can then specify the amount you want to bid. The bid will be placed in [oXTZ](/product/objkt-protocol/oxtz.md). Placing a bid will automatically convert the necessary amount of XTZ to [oXTZ](/product/objkt-protocol/oxtz.md). If you're unsure about oXTZ, you can read more about it on the [oXTZ page](/product/objkt-protocol/oxtz.md).

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

### Bid Extension

If a bid was placed within the last 10 minutes of an active auction, the auction is automatically extended to 10 minutes remaining. That means that if you place a bid 1 minute before the auction was going to finish, the auction will now update to finish only in 10 minutes.

### End of Auction

{% hint style="info" %}
A successful sale via English Auction will be settled in [oXTZ](/product/objkt-protocol/oxtz.md)
{% endhint %}

Once the auction has ended it must be concluded. In most cases, the objkt concluder bot will conclude your auctions automatically for you. This might take a few minutes after the auction has ended so you might have to be a bit patient. If the auction wasn't concluded you have the option to conclude it yourself by going directly to the auction page and clicking `Conclude`

Once the auction is concluded, the seller will receive oXTZ and the buyer will receive the token in their wallet. If you feel like the auction didn't work properly, make sure you check your [oXTZ](/product/objkt-protocol/oxtz.md) balance by clicking on the wallet in the top menu:

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


---

# 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.objkt.com/product/product-guides/token-buy-sell/english-auction.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.
