# Getting Started

### Step 1 — Install a Wallet

PrimePort is compatible with any EVM wallet. Recommended options:

* [**MetaMask**](https://metamask.io) — Browser extension and mobile app
* [**Rabby Wallet**](https://rabby.io) — Multi-chain browser wallet with built-in transaction simulation
* **WalletConnect** — Connect any compatible mobile wallet via QR code

***

### Step 2 — Add Your Network

Choose based on what you want to do:

#### Base (for PRFI ONFTs)

Most modern wallets include Base by default. To add it manually:

| Setting      | Value                      |
| ------------ | -------------------------- |
| Network Name | Base                       |
| Chain ID     | 8453                       |
| RPC URL      | `https://mainnet.base.org` |
| Currency     | ETH                        |
| Explorer     | `https://basescan.org`     |

Bridge ETH to Base via the [official Base Bridge](https://bridge.base.org).

#### XDC Network (for XDC collections, drops, and auctions)

| Setting      | Value                         |
| ------------ | ----------------------------- |
| Network Name | XDC Network                   |
| Chain ID     | 50                            |
| RPC URL      | `https://erpc.xinfin.network` |
| Currency     | XDC                           |
| Explorer     | `https://xdcscan.com`         |

> **Address format:** XDC uses the `xdc` prefix instead of `0x`. When withdrawing from an exchange, replace `0x` with `xdc`.
>
> XDC is available on [Bitrue](https://www.bitrue.com) and [XSwap](https://xswap.com).

***

### Step 3 — Connect to PrimePort

1. Go to [primeport.xyz](https://primeport.xyz)
2. Click **Connect** in the top-right corner
3. Select your wallet
4. Approve the connection request
5. Sign the authentication message

Your wallet address and active chain appear in the navbar. Click the profile icon to access your NFTs and settings.

***

### Step 4 — Fund Your Wallet

| Network        | Token required | How to get it                                                |
| -------------- | -------------- | ------------------------------------------------------------ |
| Base           | ETH            | [Base Bridge](https://bridge.base.org) or any CEX            |
| XDC            | XDC            | [Bitrue](https://www.bitrue.com), [XSwap](https://xswap.com) |
| Base (staking) | $PRFI          | Available on Base DEXs                                       |

***

### What's Next?

* **PRFI ONFTs** — How yield-bearing NFTs work
* **How to Buy an NFT** — Step-by-step guide
* **How to Sell an NFT** — List your NFTs for sale
* **Smart Contracts** — Verified contract addresses


---

# 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/getting-started.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.
