# Selling a Domain

To sell a domain users need to wrap their domains as NFTs. Domains can be wrapped (as NFTs) or unwrapped to reveal the domain at any time. When a user wraps their domain:

1. The domain is transferred to an escrow account
2. The smart contract creates an NFT that is transferred to the user in return
3. When the NFT is unwrapped, the program will burn the NFT and return the domain to the owner

Users can wrap and unwrap their domain names a limitless number of times Once a domain is wrapped (as an NFT) they can view it in their wallet and trade it on any NFT marketplace.

Learn how to wrap/unwrap your Domain on the next page:  [Manage your domains ->](/protocol/getting-started/manage-your-domains.md)


---

# 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.alldomains.id/protocol/getting-started/selling-a-domain.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.
