> For the complete documentation index, see [llms.txt](https://help.keyring.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.keyring.app/keyring-hard-wallet/sending-and-listing-nft.md).

# Sending and Listing NFT

## Sending NFT

Sending NFTs is the same as sending tokens.

1. Go to the NFT tab.&#x20;
2. Choose the NFT you want to send.&#x20;
3. Hit "**Send**"
4. Insert the receiver address.
5. Choose your preferred transaction speed.&#x20;
6. Hit "**Send**"
7. Scan the card.
8. Input your passcode.

<div align="center"><figure><img src="/files/7hFVqxsj5zwayojTyyGR" alt="" width="563"><figcaption></figcaption></figure></div>

## Listing NFT on OpenSea

Listing NFTs on the market will take you a couple more steps.&#x20;

1. Open the NFT and select the **OpenSea Icon** instead of sending the NFT.&#x20;
2. Set the price for your NFT.
3. Hit "**Next**".
4. Scan your card.
5. Input Passcode.&#x20;
6. Wait for the listing to be approved and you are done.

<figure><img src="/files/1V5QLokjYCeb1UiNIBXm" alt="" width="563"><figcaption></figcaption></figure>

## Cancel listing NFTs.

To cancel listing your NFTs, just follow these simple steps:

1. Select the NFT that you have already listed on OpenSea.
2. Click on the **OpenSea icon.**
3. Select "**Cancel listing**"
4. Confirm your cancellation.
5. Scan your card.
6. Input Passcode.&#x20;
7. Wait for the cancelation to complete and you are done.

<figure><img src="/files/OZbXbE8INCIVdLNRqGOD" alt="" width="563"><figcaption></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://help.keyring.app/keyring-hard-wallet/sending-and-listing-nft.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.
