# Buying NFTs

There are two ways to buy NFTs on Blank Rasa:

* [Buy a Listed NFT](/trading-on-blank-rasa/buying-nfts.md#buy-a-listed-nft)
* [Make an Offer](#make-an-offer)

## Buy a Listed NFT

### 1. Connect your wallet

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

### 2. Search for a collection and choose an NFT

### 3. On the collection or listing page, click "Buy Now" or "Buy"

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

### 4. Click "Continue to Buy" in the confirmation modal

<figure><img src="/files/5tlfDPPc2rS561KIHQgF" alt=""><figcaption></figcaption></figure>

### 5. Confirm the transaction(s) in your wallet

## Make an Offer

### 1. Connect your wallet

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

### 2. Search for a collection and choose an NFT

### 3. On the listing page, click "Make an Offer"

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

### 4. Enter the offer amount and click "Submit offer"

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

### 5. Confirm the transaction in your wallet


---

# 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://docs.blankrasa.com/trading-on-blank-rasa/buying-nfts.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.
