# English Auction

An  English auction is an auction mechanism that takes place on a blockchain platform. In an English auction, the auctioneer starts with a low price and gradually increases it until a bidder is willing to pay the highest amount. The auction typically has a set end time, and the highest bidder at that time wins the auction.

In an onchain English auction, the entire auction process is executed on the blockchain platform, and the bids are recorded on the blockchain. This ensures that the auction is transparent and tamper-proof, as all the bids and the final winning bid are recorded on the immutable blockchain ledger.

<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/bounce-auction-mechanisms/english-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.
