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