# Auction

![](/files/-MIlxCFtas99kpvbqXsN)

## Auction Rules

* The auctioned items are bid with ETH.
* The NFT is won by the highest bidder.
* For each auction, the starting countdown clock is set to 24 hours.
* When there is less than 1 hour on the countdown clock, a new bid will increase the countdown clock by 10 minutes while the countdown clock is capped at 1 hour.
* The starting bid of each auctioned NFT is 1 ETH. If one bid is won, the next bidder needs to bid 10% more of the previous winning bid. A 10% price difference is created in such way, where 20% of the price difference is distributed to previous winning bidder, and 80% is distributed to the Auction System Reserve.

![](/files/-MIrJjR6TgVlDY_yh4T-)

* 5% of Auction System Reserve will become DEGO NFT fund, 95% of Auction System Reserve will be injected into Reward Pool under Gego Module.


---

# 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.dego.finance/modules/dego-nft/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.
