> For the complete documentation index, see [llms.txt](https://docs.potionprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.potionprotocol.io/guides/buying-nfts.md).

# Buying NFTs

## How do you Buy an NFT?

1. Navigate to <https://potionprotocol.io/swap> in your browser.&#x20;
2. Click the **Connect** button at the center (or top right) of the screen.

   <figure><img src="/files/dGX9MckxeXsSopWuFLdU" alt=""><figcaption><p>Note: Currently only browser-native wallets like Metamask are supported.</p></figcaption></figure>
3. Scroll down view to the list of available Trading Pairs.&#x20;

   <figure><img src="/files/4HKx4oQAdIngMAaowbT5" alt=""><figcaption><p>For information about how pricing on pools is calculated, see <a href="/pages/JEpwysG3GNjRoVGREF8y">NFT Pricing</a>.</p></figcaption></figure>

   Each pair displays information about the collection, including the current spot price for  buying and selling an NFT.&#x20;
4. To buy NFTs from the pool, click the `Buy NFT_NAME` button.

   <figure><img src="/files/ohgMG30XPIhYO4B6TDZK" alt=""><figcaption></figcaption></figure>
5. An overlay will appear. Drag the slider to set the number of NFTs to you wish to buy from the pool.

   <figure><img src="/files/oM4niS4r1sBTS1IDfYIz" alt=""><figcaption><p>afwawdf</p></figcaption></figure>
6. Confirm the cost of the purchase and click `Buy QUANTITY`

   <figure><img src="/files/8T3uWGkyEwDgqSqo1MhZ" alt=""><figcaption></figcaption></figure>
7. Confirm the transaction in your wallet to approve the purchase.

   <figure><img src="/files/8yzLbYq2un1dW6w1y9y5" alt=""><figcaption></figcaption></figure>
8. The transaction will begin processing. To view the transaction on the block explorer, click the `Tx ID` at the bottom of the popup.

   <figure><img src="/files/uD7I50NwICNtTRFf66Xr" alt=""><figcaption></figcaption></figure>
9. If the transaction was successful, you will see a happy little wizard.

   <figure><img src="/files/2SUtBjxB1SJM1uSiK8fH" alt=""><figcaption></figcaption></figure>
10. If an error occurrs, you will see a JSON-formatted error string. Please come join our discord to report the issue: <https://discord.gg/potionprotocol>. We will ask you for a copy of this string to investigate your issue. &#x20;

    <figure><img src="/files/egufW55QbQd9MxvfbtsY" alt=""><figcaption><p>Refreshing the page usually fixes the problem.</p></figcaption></figure>


---

# 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.potionprotocol.io/guides/buying-nfts.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.
