# How do you make a timed auction?

At NFTz it's possible to make a timed NFT auction for NFTs with 1 copy/serial. You can set the length of the auction and when the time is finished the following can happen:

a. The highest bidder wins when there are multiple bidders. If there is only 1 bidder, this person will win. If multiple bidders have the same highest bid amount then the first bidder will win.&#x20;

b. Somebody pays the full amount by using the buy function. This person will win the auction directly.

c. If there are no bidders the timed auction ends. The auction continues as an ordinary auction and it's possible to make bids. It's possible to start another timed auction. &#x20;

**Making a Timed auction**

1. Make sure you are logged in.
2. Mint the NFT if it hasn't been minted.
3. Go to the NFT and click on the  \~<mark style="color:purple;">Options</mark> button. If you have a mobile phone its behind the tab '**Details**'.&#x20;
4. Choose the option '**Start / update auction**'
5. Set an end date and time.
6. Press the button '**Get derived key**'
7. Choose '<mark style="color:blue;">Approve</mark>'
8. Toggle the option '**Repost NFT after succesful Auction**' if you want to make a repost which shows on your profile. We will always make a post how the auction ended.&#x20;
9. Press '**Add auction**.'&#x20;

You will receive a mail that a Timed Auction has started. You will also receive a mail if the Timed Auction has been won by a bidder.

If you questions or are getting errors you can go to our [troubleshoot](/beginners-guide/troubleshoot/troubleshoot.md) or contact us at our [telegram](https://t.me/+qdNeX8CYB_swZTQx) or [Discord](https://discord.gg/jQ34WMMZce).&#x20;

<figure><img src="/files/7phAsEtC16Ful65IMrU5" alt=""><figcaption></figcaption></figure>

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

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

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

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

<figure><img src="/files/nTNqFUnPBb1WagqezThs" 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://help.nftz.zone/beginners-guide/nft/selling-nft-intro/how-do-you-make-a-timed-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.
