# How to list NFT for auction

*Currently, selling NFTs to the lowest bidders is not supported yet*

{% hint style="info" %}
🛠️ Connect  wallet | [💵 Cost gas fee](https://docs.dagora.xyz/beginners-guide/faqs/what-are-gas-fees)&#x20;
{% endhint %}

**Step 1:** On Dagora, access your **Profile** page and click on the NFT you want to create an auction for.

Check guide to View Collection and NFT list to find the favourite NFT.

**Step 2:** On the NFT details screen, click the **Auction** button

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf7XgqrWWHqLYWmZ6BaP4WuTDHmGIoGzsFC7had1xIUPDf4b4ZQGud1e59pb9e8NTCdpqVlZSCNZUUyu5A5Fp3tp9bMbOrEffOy4D67L-MY4UhgHh0BoA40fRHsz8bGo0VydpN2eg?key=mMMerunTxf2qovoqRw_KO3GM" alt=""><figcaption></figcaption></figure>

**Step 3:** Fill in the information on the Auction screen then click on the **Listing** button

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe9NVOfRPIi-AHU5aNSO3tXg-9mdLbucyVQ5LJimcAHh8M7xR2dQeZYoysd49lQwt44BC2hTDCsioOEViuYwtq9J-nRpEAjHyHlfWef6Yl9lc4bXavObvqM0uyVv0ZaJQzGBljn-g?key=mMMerunTxf2qovoqRw_KO3GM" alt=""><figcaption></figcaption></figure>

1. Set a Starting Bid price (Price must be greater than 0.0001)
2. Choose a token that you want to pay with
3. Input a Maximum Bid price
4. Choose Duration&#x20;

{% hint style="info" %}
**Note:** You need to check the auction's duration carefully before creating an auction. Canceling the auction at any time is not allowed.
{% endhint %}

**Step 4:** On the Review Auction Listing page, click Confirm to create an auction and move NFT to blockchain's contract.

{% hint style="info" %}
**Note:** Listing NFT is an on-chain transaction, you need to prepare native tokens of each blockchain to pay for[ the gas fee](https://coin98.net/what-is-gas-fee)
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdHlo1jpONf5U51UbfbR_S-TlI2VxG2a25Pl9Rc3NCYQ6rUWfOmGv1ltaPkUMIRK00qQZhLNzJvxBCSp7FUMX4dIo86Ztj-WwFOPS7lBQjAcayjHb01RsJ9TwhvVBbSQL7cTvWbdA?key=mMMerunTxf2qovoqRw_KO3GM" alt=""><figcaption></figcaption></figure>

**Step 5:** Once the creation is completed, you will see a notification **Your NFT Has Been Listed**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcGK6OjHq4d3Qaaqk6XJBl2SStCiemsaRYJL_y-UjoSOp9ykPX9qVEKCCziCCgZ1p1b3ixJ3an9Smbu3sndweqg7sTFLJWIK-ylj9EwDjTJqphvDS1rK-JIUD6g6H9iCWrUsWmmrw?key=mMMerunTxf2qovoqRw_KO3GM" alt=""><figcaption></figcaption></figure>

* Click **Continue Listing** → You will be directed to your Profile page to continue listing
* Click **View NFT** button → Click to view NFT details
* Click **View Transaction** button to open a new tab to see the transaction history on blockchain

When auction ended, there are some cases that happen as below:<br>

| Case                                           | Non-EVM (Sei, Injective)                                                                                       | EVM                                                                                       |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| The user bids successfully                     | <p>Dagora automatically transfers NFT item to the winner's wallet after the action ends<br><br></p><p><br></p> | Dagora automatically transfers NFT item to the winner's wallet after the action ends      |
| The user bids unsuccessfully                   | The user will receive the token back to the wallet.                                                            | <p>The bid is auto cancelled<br><br></p>                                                  |
| User wins but not enough token to pay owner    | User's funds will be kept in the contract while bidding, so this case will not happen                          | System will auto find the next bidder who has enough balance to auto process the Auction. |
| After the Auction ended and there is no winner | The owner need to click "Cancel Auction" to claim NFT                                                          | The owner automatically get the NFT back                                                  |


---

# 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.dagora.xyz/beginners-guide/selling-nfts/how-to-list-nft-for-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.
