# What are the prices in Auction?

There are a few terms when you join Auction as below:

* **Starting Bid**: a minimum price set by the owner when creating an auction. It’s the lowest price that the owner is willing to sell the item for. In other words, the bidders cannot place a bid with a lower price than a starting bid.
* **Maximum Bid** price: a maximum price that the owner wants to sell the item. If there is a bidder reaches that price, the auction will be ended.
* **Bid price**: There is no requirement for a bid price as long as it is greater than or equal to the Starting Bid price. You can bid more than once, and the next time must be higher than the previous time. Just check the **current bid** **price**, and place a bid with a higher price than that.

You can refer to the detailed guidance [here](https://docs.dagora.xyz/beginners-guide/basics/auction).


---

# 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.dagora.xyz/beginners-guide/faqs/what-are-the-prices-in-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.
