# Starting an auction

Navigate to the NFT you would like to sell on auction.

#### Click Start Auction and fill out the options:

* Minimum starting bid
* Duration of the auction

![](/files/rxIgkdGgkprPiA7gVPCg)

![](/files/ByLKxQyHb0j1JV7YrIV1)

#### Click Start Auction when ready.

### Things to know about auctions

Auction **bids are** made in wrapped tokens, aka **WFTM or WAVAX -** depending on the network.

Our auctions have an "**anti-sniper**" feature, where if anybody bids when the remaining time of the auction is less than 5 minutes, it will **add back 5 minutes to the timer**. \
For example, there are 2 minutes and 30 seconds left, and somebody bids, the auction will now end in 7 minutes and 30 seconds.

Auctions are **non-custodial**. This means when somebody bids, we do not take their bid amount out of their wallet. <mark style="background-color:purple;">**At the end of the auction, you will have to accept the winning bid in order to get paid and give the ownership of the NFT away**</mark>.&#x20;

Since the auctions are non-custodial, you could see the message "**not enough balance**" under a bid. This means the bidder, moved WAVAX or WFTM out of her wallet. If this was the highest offer and you wanted to accept this, you could try to reach out to them, as it is easy to forget we've made an offer on an auction and move funds around.

Auctions can be stopped as long as there are no bids made. Click the "close auction" button.


---

# 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.campfire.exchange/use-cases/for-fantom-artists/starting-an-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.
