# Auctions

Auctions can be an exciting way to sell an NFT and have it reach the highest selling potential. An auction is a type of sale where the NFT seller sets a minimum price and a time period. Buyers can place bids on the amount they are willing to pay for the NFT as long as they are above the minimum price. At the end of the time period, the NFT is sold to the highest bidder. Auctions can be conducted on-chain, making them transparent and secure, and supporting various features such as creating, canceling, and ending auctions, bidding, removing bids, and buying at a fixed price.

Auctions are valuable for several industries including gaming and entertainment industries to sell digital assets like in-game items and exclusive merchandise. In games, players can bid on unique items, creating excitement and competition. In entertainment, auctions can sell exclusive items related to movies, music, and sports events. Auctioning digital assets like NFTs creates additional revenue and engagement opportunities for companies and fans.


---

# 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.ternoa.network/learn/ternoa-wasm-chain/primitives-features/auctions.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.
