# Tokenization

Domain names are **not** SPL tokens and are not tokenized by default, however they can be tokenized into NFTs that follow the [Metaplex standard](https://developers.metaplex.com/token-metadata/token-standard). The terms "wrapped domain", "tokenized domain", or "NFT domain" may be used interchangeably throughout our platforms, and indicate the same tokenized domain status.&#x20;

Although tokenized domains will still successfully resolve to their owner's wallet address as specified in our [On-Chain Resolution](/dev/on-chain-resolution.md) section, some domain functionality may be unavailable. It's only recommended to tokenize your domain if you want to resell your domain on NFT marketplaces such as [Magic Eden](https://magiceden.us/marketplace/sns) and [Tensor](https://www.tensor.trade/trade/sns).

For an in-depth guide on wrapping domains directly from our [sns.id](https://www.sns.id/) app, check out our guide here: [Wrap your domain](https://docs.sns.id/collection/sns-v2/manage-your-domains#wrap-your-domain).


---

# 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.sns.id/dev/tokenization.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.
