# Buy an NFT from the Marketplace

All **Guest**, **Authenticated,** and **Verified Creator** accounts can purchase any NFT listed for primary or secondary sale. Make sure you have **enough wrapped ETH (WETH)** in your wallet so that you can trade and make transactions there.&#x20;

### Log in with your account

To begin with, simply log in with your Hinata account.&#x20;

### Search the marketplace

Start looking around the marketplace to find the NFT of your interest. Hinata supports browsing by Listings, Collections, and Creators.

<div data-full-width="true"><figure><img src="/files/yzivGJfIOGvpliMMn6pA" alt=""><figcaption></figcaption></figure></div>

### Find the NFT you want to purchase

Once you've found it, click on it. This action takes you directly to the Trade tab, where you can see the sale duration counter, price, and quantity, as well as the enabled <img src="/files/y1eVy2bLi6fX9A49jL2I" alt="" data-size="line">button. Go to Info tab if you want to see the rest of the info before buying the NFT.

<div data-full-width="true"><figure><img src="/files/wdil9ITF3dXwGn0cV2h4" alt=""><figcaption></figcaption></figure></div>

### Buy the NFT

To start the process of buying the NFT, click the <img src="/files/8xDn2iRfMe7J08iVjkxh" alt="" data-size="line"> button. This action triggers a contract approval request. As you know, for any contract to access your funds or assets, it needs permissions to use them. In this case, the marketplace contract needs to be approved in order to take your funds (for the purchase), and then you get the NFT as a result.&#x20;

{% hint style="info" %}
The contract can never take your cash without you allowing it to do that.
{% endhint %}

Since the marketplace uses WETH (Wrapped ETH), you will have to swap your ETH for WETH. Proceed [here](https://app.uniswap.org/#/swap?chain=mainnet) to do that. If you want to get ETH back, only "unwrap" it.

Once that is taken care of, and you've pasted in your WETH/token address proceed to confirm the approval.&#x20;

<div data-full-width="true"><figure><img src="/files/P6jsoEYmES9vOIk42V3k" alt=""><figcaption></figcaption></figure></div>

After confirming it, you'd be notified of the successful confirmation.&#x20;

<div data-full-width="true"><figure><img src="/files/wUyN25V5uXK3LMKqYl7Q" alt=""><figcaption></figcaption></figure></div>

Finally, you'd be notified via pop-up(s) of the successful transaction and purchase along with a success message displayed on the Trade tab.

### Find your NFT

Simply navigate to "COLLECTED NFTs" section via clicking on "MY PROFILE" and find your newly acquired NFT there.

<div data-full-width="true"><figure><img src="/files/qR9D6HBN7LnZ5GnIS3hc" alt=""><figcaption></figcaption></figure></div>

### Bid on an NFT

While looking around the marketplace, an NFT set for auction catches your attention and you wish to bid on it.&#x20;

<div data-full-width="true"><figure><img src="/files/9XJVS8saKpEWjUjclXjW" alt=""><figcaption></figcaption></figure></div>

Simply click on the NFT and enter an amount you can afford (that matches your funds) and isn't lower than the denoted starting price. Once that's done, click <img src="/files/bWNzNvSjs7fKNzOwJhhw" alt="" data-size="line">.

<div data-full-width="true"><figure><img src="/files/AJ8xcgbAz9GTUowYMTKt" alt=""><figcaption></figcaption></figure></div>

To process the bid, your wallet provider needs your confirmation to access your funds. Confirm it.

<div data-full-width="true"><figure><img src="/files/jw9ZFibePsWViJsQoAYD" alt=""><figcaption></figcaption></figure></div>

You'd be notified of the successfully confirmed transaction via pop-up from your wallet provider.

<div data-full-width="true"><figure><img src="/files/KpiFQNv34HvXUbDKctDg" alt=""><figcaption></figcaption></figure></div>

Users who bid on a given NFT, would be listed under the NFT's Trade tab. Therefore, you can now find your name listed under the Mai's Trade tab.&#x20;

<div data-full-width="true"><figure><img src="/files/L6j4HP8s53n1WGvhllgf" alt=""><figcaption></figcaption></figure></div>

### Not having enough balance to purchase the NFT of your choice

On the other hand, if the NFT of your interest is too expensive and you don't have enough balance (W/ETH) to purchase it, the following will happen:

* The "Buy Now" button will be inactive;
* The message "Insufficient balance to buy this NFT." appears when you hover over the "Buy Now" button.&#x20;

<figure><img src="/files/LgGp5U0HBrHzgOuoQICF" 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.hinata.io/trading-on-hinata/buy-an-nft-from-the-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.
