> For the complete documentation index, see [llms.txt](https://docs.primefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primefi.xyz/rewards-and-tokens/prfi-staking-nfts/how-to-buy-a-prfi-nft.md).

# How to Buy a PRFI NFT

PRFI Staking NFTs are available on [**OpenSea**](https://opensea.io/collection/primenumbers-prfi-onft) on the **Base** network.

***

## Step 1 - Set Up Your Wallet

Ensure your wallet (e.g., MetaMask) is configured for the **Base** network. If not already set up, add Base as a custom network in your wallet settings:

| Field          | Value                      |
| -------------- | -------------------------- |
| Network name   | Base                       |
| RPC URL        | `https://mainnet.base.org` |
| Chain ID       | 8453                       |
| Currency       | ETH                        |
| Block explorer | `https://basescan.org`     |

## Step 2 - Fund Your Wallet

You need ETH on Base to cover the NFT price and gas fees. Bridge ETH from Ethereum mainnet to Base using the [Base Bridge](https://bridge.base.org) or a supported exchange.

## Step 3 - Browse the Collection

Go to the [PRFI NFT collection on OpenSea](https://opensea.io/collection/primenumbers-prfi-onft). Review each NFT's rarity, staking potential, and current price.

## Step 4 - Purchase

Connect your wallet to OpenSea, select the NFT you want, click **Buy**, and confirm the transaction. After confirmation, the NFT appears in your wallet and on the PrimeFi app.

***

## What's Next?

Once you own a PRFI NFT, go to [app.primefi.xyz/prfi-nfts](https://app.primefi.xyz/prfi-nfts/overview) to deposit PRFI and start earning rewards. See [Staking Mechanics](/rewards-and-tokens/prfi-staking-nfts/prfi-nfts-staking-mechanics.md) for a full guide.

***

## Additional Resources

{% embed url="<https://medium.primenumbers.xyz/how-to-buy-a-prnt-staking-nft-e0858e0e6e8c>" %}

{% embed url="<https://www.youtube.com/watch?v=g4xQC9PR7xw>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.primefi.xyz/rewards-and-tokens/prfi-staking-nfts/how-to-buy-a-prfi-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
