> For the complete documentation index, see [llms.txt](https://help.visages.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.visages.xyz/how-it-works/reselling-visages-nft.md).

# Reselling Visages NFT

Once you have purchased a Non-Fungible Token (NFT) from Visages.xyz, you can list and resell it on OpenSea. To do this, you will first need to connect your Visages wallet to OpenSea.&#x20;

This is a simple process that can be easily accomplished by following these steps:

1. You need to connect your wallet to OpenSea. To do this, you will need to use the same wallet that you used to purchase the NFT, or a wallet that has the NFT you have purchased.
2. After your wallet is connected to OpenSea, you will need to locate your NFT on the OpenSea platform in order to list and resell it.
3. As a matter of fact, you'll be required to input the cost of the NFT you intend to put up for sale and resell on OpenSea, along with your preferred method of selling (auction or direct purchase).
4. Once you have completed these steps, your NFT will be listed and available for sale on the OpenSea platform.&#x20;

You will be able to monitor the progress of your sale, view offers, and manage your NFT from your OpenSea dashboard.


---

# 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.visages.xyz/how-it-works/reselling-visages-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.
