# Using the Auction System

Auctions let you sell an NFT to the highest bidder over a set time window. Unlike a fixed-price listing, the final sale price is determined by competitive bidding, useful for high-value or rare NFTs where market demand is unknown.

***

### Creating an Auction

Go to **My Profile**, open the NFT you want to auction, and click **Start Auction**.&#x20;

Fill in the following fields:

* **Start date** — When bidding opens. Can be immediate or scheduled.
* **End date** — When bidding closes. No bids are accepted after this time.
* **Starting price** — The minimum bid required to start the auction.
* **Reserve price** *(optional)* — A hidden minimum. If the highest bid does not reach this amount, the auction ends without a sale.

<figure><img src="/files/BQZYVGxCsPytOlytW9vP" alt="" width="188"><figcaption></figcaption></figure>

Check the **Terms of Service** box and click **Create Auction**. Confirm the transaction in your wallet to publish the listing.

***

### How Bidding Works

Once the auction is live, any connected wallet can place a bid. Each new bid must exceed the current highest bid. Bids are visible in the **Bids** section on the NFT detail page, showing bidder address, amount, and timestamp.

Funds are held on-chain for the duration of the auction. Outbid participants can reclaim their funds once they are no longer the highest bidder.


---

# 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.primeport.xyz/using-primeport/using-the-primeport-auction-system.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.
