# Buyout (Auction)

When all of the reserved shares have been sold, NFT will launch the auction with a base price increase of 30%. The auction will extend for 15 days, at the end of which the highest bidder will be crowned the winner. Every offer must be at least 10% higher than the previous one. The NFT will be removed following the auction, and buyers can then swap their tokens for ETH.


---

# 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://whitepaper.ommniverse.ai/security/buyout-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.
