> For the complete documentation index, see [llms.txt](https://walterdog.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://walterdog.gitbook.io/whitepaper/features/nft-auction.md).

# NFT Auction

**What is a  Nft Auction ?**\
As the name suggests, users can place bids on certain items that are rare or valuable exactly as in a real-world auction house, but through Nft's.<br>

<figure><img src="/files/iE4A9cEbsNi7UmIzdnhY" alt="" width="563"><figcaption></figcaption></figure>

**Introducing Walter House  and how does it work?**\
\
The fundamentals of Walter Dog House will be recognizable to anyone who are familiar with how auctions operate on the real world. However, the Walter Dog House platform is completely decentralized, meaning there is no owner or central organization sitting between buyer and seller.\
Artists and developers can upload their creations, and the Walter Dog house's smart contract will then assume ownership of the asset being auctioned. \
\
**The procedure is as follows.**<br>

**1.**  *Seller launches an auction.*\
\
**2.** *Seller gives Walter House contract ownership of the asset and starts the auction*\
\
**3**. *Bidders bid on the item*\
\
**4**. *Walter House contract will hold the bidders asset, when the bidder is outbid his asset is  available for him to withdraw*  \
\
**5.** *If the reserve price is reached at the end of the auction, the item is given to the winning bidder, and the top bidder's asset is withdrawable by the seller and if the target is not reached the funds and asset will be automatically refunded*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://walterdog.gitbook.io/whitepaper/features/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.
