# Auction Manager \*

The AuctionManager facilitates English auction logic on Highlight auctions. It  supports English auctions for individual tokens, with a reserve price, a time window, and an extension feature if bids are placed within the last 5 minutes. The auctions be held for existing or yet-to-be-minted tokens. If the reserve bid isn’t made on an unminted token auction, the token is never minted, meaning the auction can be removed in the future without any trace of the token on chain.&#x20;

Note that with AuctionManager, the first bid on unminted tokens is more expensive than following bids, as it will officially kick off the auction and mint the NFT into escrow.&#x20;

Although you can use AuctionManager to auction your own existing tokens, note that auctions via the AuctionManager are not technically supported at this moment through the Highlight UI. Reach out to <gm@highlight.xyz> if you want to auction an existing token through the Highlight auction pages and we can get that setup for you under the hood.

### Contract link

{% embed url="<https://github.com/highlightxyz/hl-evm-contracts/blob/main/contracts/auction/AuctionManager.sol>" %}


---

# 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://support.highlight.xyz/knowledge-base/for-developers/minting-protocol/mint-mechanics/auction-manager.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.
