# Listing an NFT for a Fixed Price

When selling NFTs at a fixed price, it's important to know that you can cancel the listing at any time before a purchase is made. Additionally, if the NFT is transferred to another address, the listing will be automatically cancelled.

To list an NFT at a fixed price, follow these steps after connecting your wallet using our [connecting wallet guide](/getting-started/connecting-wallets.md):

1. Click on your avatar located in the top right corner after connecting your wallet, and select **My Profile**.

<figure><img src="/files/OaKmwS6LzOyMewypMW1E" alt="" width="284"><figcaption></figcaption></figure>

2. Navigate to the NFT you want to sell and click the Fixed price button. Fixed price button. You'll see a dialogue box where you can set the price and currency (only U2U is supported at the moment). Once you've filled in the details, click the List button.

<figure><img src="/files/1AX7iAORPZZ6O3pQi2oL" alt=""><figcaption></figcaption></figure>

3. A two-step request will pop up, with Step 1: Approval and Step 2: Signature. The approval step is a one-time only action for each collection, unless you revoke the approval later on. Listing dialogue

<figure><img src="/files/eKC5hWHhfJbxDEMRZA4k" alt=""><figcaption></figcaption></figure>

4. After you approve the transaction, the listing will be completed when you confirm the signature.

<figure><img src="/files/2nE4yBgzUQyH8tqfx71f" alt=""><figcaption></figcaption></figure>


---

# 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.x721.io/guides/x721-marketplace/selling-nft/listing-an-nft-for-a-fixed-price.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.
