> For the complete documentation index, see [llms.txt](https://docs.objkt.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.objkt.com/product/product-guides/token-buy-sell/dutch-auction.md).

# Dutch auction

A Dutch auction (or Price Drop auction) is an auction where the price of a token is lowered linearly from a starting price to an end price during a fixed time frame.

### Creating a Dutch auction

Any owner of a token has the ability to create an auction. To create a Dutch Auction, start by navigating to the token page. On the token page, click on the three dots menu on the right-hand side. At the bottom of that tab, you will find a large `Auction` button.

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

Clicking on this button will take you to the auction configuration page. On this page click on the `Price Drop` button at the top.

<figure><img src="/files/YxjeK3hX42CltWrhgJqO" 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.                                                               |
| Start Price     | This is the start price at which the auction will start.                                                                           |
| End Price       | This is the price the auction will reach at the end of the Expiration Date.                                                        |
| Expiration Date | This parameter defines how long your auction will run. The price will decrease linearly from Start to End within this time period. |

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

### View Created Dutch 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/IQRI3Q8pIXjfiPdKncAj" alt=""><figcaption></figcaption></figure>

### Cancel Dutch Auction

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

### Buying a token through a Dutch auction

To buy a token through a Dutch auction, start by navigating to the auction page. On the auction page, there will be a `Buy Now` now button. Clicking this will automatically buy the token and remove it from the auction. If the auction has less than 1 tokens remaining it will be concluded.

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


---

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