# FAQs

## CNS 与 ENS 有什么区别？

CNS 的核心顶级域名是 `.web3`, 采用最新的 NameWrapper 实现，所有的域名通过 NameWrapper 封装了一个 1155 NFT。

## 如何进行域名转移？

CNS 域名转移，可以通过 NameWrapper 的 `safeTransferFrom` 方法进行转移。

## 如何配置域名，包括 resolver， ttl，subrecord 等？

可调用 NameWrapper 的相关方法即可。


---

# 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://web3-username.gitbook.io/.web3-username-docs/dev-tutorial/faqs.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.
