# Selling NFTs

There are two ways to sell NFTs on Blank Rasa:

* [Listing an NFT](#listing-an-nft)
* [Accepting an Offer](#accepting-an-offer)

## Listing an NFT

### 1. Connect your wallet

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

### 2. Navigate to your profile

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

### 3. On your profile or the NFT's page, hover over an item and click "List Token" or "List Now"

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

### 4. Approve Blank Rasa contracts

<figure><img src="/files/9WNmwauAXAISU5oTmt0r" alt=""><figcaption></figcaption></figure>

### 5. Enter the list price and click "Confirm"

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

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

## Accepting an Offer

### 1. Connect your wallet

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

### 2. Navigate to your profile

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

### 3. On the NFT's page, locate the offer and click "Accept"

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

### 4. Approve Blank Rasa contracts

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

### 5. Confirm the transaction(s) 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/selling-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.
