> For the complete documentation index, see [llms.txt](https://hello.kodadot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.kodadot.xyz/tutorial/buying/buying-nfts-on-kusama.md).

# Buying NFTs on Kusama

Before you start, you must have a wallet and some KSM. start here if you haven't started with these steps yet:

{% content-ref url="/pages/eqrmko2SAA1KHrvwRQUI" %}
[Create your wallet](/tutorial/wallet/create-your-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/z5E1g3raFty0C8UlAXTM" %}
[Connect your wallet](/tutorial/wallet/connect-your-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/pCHl7NNdcjWGI5T4Gh9Y" %}
[Add Funds to your wallet](/tutorial/wallet/add-funds-to-your-wallet.md)
{% endcontent-ref %}

### Step 1: Choose the correct network

Go to <https://kodadot.xyz/>, connect your wallet, and choose Kusama in the top right corner.&#x20;

![](https://user-images.githubusercontent.com/104380776/231146445-0a68b09b-f187-4220-9ea6-b30f90881e62.jpg)

### Step 2: Explore NFTs&#x20;

To explore Kusama NFTs click on explore in the top right corner and choose between collections or items (all NFTs in collections).

<figure><img src="/files/xa2h7OJuFvajDBGltoKS" alt=""><figcaption></figcaption></figure>

There are a few things in the menu under Explore that you can change in your search. You can sort them by different attributes. If you click on Items - to see prices, just toggle on the button *Buy now*. Wait till the transaction is processed, it may take a moment.

### Step 3: Where to find your freshly bought NFT?

After you buy your NFT, you can find it in your profile between collected NFTs.

<figure><img src="/files/srDB00NsV22Kzid35v0f" alt=""><figcaption></figcaption></figure>

#### Congratulations! You are the new owner of your favorite NFT! 😎


---

# 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://hello.kodadot.xyz/tutorial/buying/buying-nfts-on-kusama.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.
