# NFT English Auction Guides

#### What is an NFT sealed-bid auction? <a href="#what-is-an-nft-sealed-bid-auction" id="what-is-an-nft-sealed-bid-auction"></a>

The most common type of auction, the English auction, is often used to sell art, wine, antiques, and other goods.The auction creator sets a reserve price (this can be zero), which is the lowest price the item can be sold for.Once a bid for the reserve price has been made, the auctioneer solicits further bids, usually raising the price by a predetermined bid increment. This continues until no one is willing to increase the bid any further, at which point the auction is closed and the final bidder receives the item at his bid price.Because the winner pays his bid, this type of auction is known as a first-price auction.​[PreviousParticipate in an NFT sealed-bid auction](https://docs.bounce.finance/bounce-nft-auctions/nft-sealed-bid-auction/participate-in-an-nft-sealed-bid-auction)[NextCreate an NFT English auction](https://docs.bounce.finance/bounce-nft-auctions/nft-english-auction/create-an-nft-english-auction)<br>


---

# 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.bounce.finance/user-guide/nft-english-auction-guides.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.
