# Marketplace

## Trading your NFTs

NFTs can be traded in the NFT Marketplace via the Energy App

The NFT trade occurs when a user decides to put his NFT on sale, by establishing a minimum price and a time limit for which the NFT will be listed.&#x20;

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

After publishing the NFT, it will be displayed in the Marketplace section, where users can place bids. The highest bidder will win the auction when the time limit is reached, and will then be able to claim his new NFT. Other users who did not win the auction will be automatically reimbursed. They can claim the tokens back in the "Complete" tab.

## How To Sell an NFT?

To list an NFT, follow these steps

1. Select an NFT from the **My NFTs** section.
2. Choose the **Sell NFT** option.&#x20;
3. Enable NFT for trade.
4. Fill in the price and end date, and confirm the sale

## How Place a Bid?

1. Select the **Market** tab&#x20;
2. Select the **Marketplace** subtab&#x20;
3. Pick an NFT&#x20;
4. Enable bidding&#x20;
5. Place a bid

After placing a bid you will see it in the Market "Buy" tab. Within this section, you also find the option to place a new bid.

## Finish Sale

Once the Auction ends, the winner and the seller will have the option to **complete** the sale. This option will be available for the winner on the **BUY** section and for the seller on the **SELL** section

## As a Winner, How Can I Claim my NFT?

1. Select the **Marketplace** tab&#x20;
2. Go to the **Buy** subtab&#x20;
3. Hit the **End** button
4. Wait until the transition finishes and you will be able to see it under your "My NFTs" section

## How to Claim NRG Tokens From a Sale?

1. Select the **Marketplace** tab &#x20;
2. Select the **Sell** subtab&#x20;
3. Hit the **End** button
4. Wait until the transition is confirmed to receive your NRG Tokens.

###

{% hint style="warning" %}
**Cancelling Auction Fee:** a small fee of 300 NRG will be deducted from your balance if you want to cancel an auction
{% endhint %}


---

# 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.theenergyarea.com/marketplace.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.
