# Bid mechanism

* A minimum bid of 0.0001 ETH can be submitted.
* Thereafter, all submitted bids must be 2% higher than the previous bid.
* If someone submits a higher bid than a previous bidder, the funds of the previous bidder are refunded.
* To prevent malicious users from blocking ETH refunds via the contract, the exact refund mechanism using WETH from the nouns contract has been added. This ensures the contract continues to function smoothly in all cases.<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://vrnouns.gitbook.io/flooor/documentation/documentation-en/getting-started/bid-mechanism.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.
