# How to Buy an NFT on PrimePort

<figure><img src="/files/wVZwEcJxZVqa2OY9wKaH" alt="" width="563"><figcaption></figcaption></figure>

PrimePort supports two networks: **XDC Network** and **Base** (Ethereum L2). The buying flow is identical on both, the only difference is which network your wallet is on and which token you use for gas.

> **PRFI ONFTs** are on Base and priced in ETH.&#x20;
>
> **XDC collections** are on XDC Network and priced in XDC.

<figure><img src="/files/u1mD2iKkcMNHQRiH0okg" alt="" width="374"><figcaption></figcaption></figure>

***

### Before You Start

* An EVM-compatible wallet installed (MetaMask recommended)
* Your wallet connected to the correct network, see Getting Started
* Sufficient funds for the NFT price + gas

***

### Step 1. Connect Your Wallet

Go to [primeport.xyz](https://primeport.xyz) and click **Connect Wallet** in the top-right corner. Select your wallet provider and approve the connection request.

Once connected, your wallet address and balance will appear in the navbar.

<figure><img src="/files/cb9lbo6p1YMzpzbSlyVJ" alt="" width="172"><figcaption></figcaption></figure>

{% hint style="info" %}
If you are buying a PRFI ONFT, make sure your wallet is set to the **Base** network before connecting. If you are buying an XDC collection, switch to **XDC Network**.
{% endhint %}

***

### Step 2. Find the NFT You Want to Buy

Browse collections from the homepage or use the **Collections** menu to find a specific project. Open a collection and use the **Items** tab to see all NFTs currently listed for sale.

<figure><img src="/files/Abt0guU9ZTRw8fosYdmo" alt="" width="375"><figcaption></figcaption></figure>

You can filter by price, sort by rarity, or search by Token ID to narrow down your options.

***

### Step 3. Open the NFT Detail Page

Click any listed NFT to open its detail page. Here you will see:

* Offers: Current listing price
* Properties: Rarity and traits
* Owner history and activity
* For PRFI ONFTs: staking level, multiplier, and staked PRFI

<figure><img src="/files/WsCi1gJsybs2YYOLLANF" alt="" width="375"><figcaption></figcaption></figure>

***

### Step 4. Complete the Purchase

Click **Buy Now**. Review the order summary, price, gas estimate, and any applicable royalties. Check the **Terms of Service** box and click **Confirm**.

Your wallet will prompt you to approve the transaction. Confirm it and wait for the transaction to finalize on-chain. You will see a confirmation message once the purchase is complete.

<figure><img src="/files/4504WL6lun4Zie2cyTK0" alt="" width="375"><figcaption></figcaption></figure>

***

### Step 5. Verify in Your Profile

Click your wallet address or the **Profile** icon in the top-right corner and select **My Profile**. Your newly acquired NFT will appear in your portfolio.

***

### Funding Your Wallet

**For Base (ETH):** Bridge ETH to Base via the [official Base bridge](https://bridge.base.org) or buy ETH directly on Base through an on-ramp like Coinbase.

**For XDC Network:** Purchase XDC on a supported exchange (check [CoinGecko Markets](https://www.coingecko.com/en/coins/xdc-network) for current liquidity) and send it to your wallet on the XDC Network.

***

### See Also

* Getting Started — Wallet setup and network configuration
* Supported Networks — Chain details and RPC endpoints
* How to Sell an NFT


---

# 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/how-to-buy-an-nft-on-primeport.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.
