> 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-usdprnt.md).

# How to Buy PRFI

PRFI is the utility token of the Prime Numbers ecosystem. You need PRFI to stake inside PRFI NFTs.

***

## Step 1 - Choose an Exchange

PRFI is available on both decentralized exchanges (DEXs) and centralized exchanges (CEXs). Check [CoinGecko](https://www.coingecko.com/) or [CoinMarketCap](https://coinmarketcap.com/) to see current listings.

## Step 2 - Fund Your Account

If using a CEX, create an account (if needed), complete verification, and deposit funds. If using a DEX, ensure your wallet is funded on the correct network.

## Step 3 - Purchase PRFI

Search for PRFI on your exchange and select a trading pair (e.g., PRFI/USDT).

* **Limit order** - Set your price and wait for it to fill.
* **Market order** - Buy instantly at the current price.

## Step 4 - Transfer to Your Wallet

Move your PRFI tokens to your personal wallet for staking or safekeeping.

***

## Additional Resources

{% embed url="<https://medium.primenumbers.xyz/how-to-buy-prnt-90f8f06553f7>" %}

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


---

# 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-usdprnt.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.
