# 如何使用网页转账NFT

在我们当前的版本（V0.0.4）中，一些拥有大量NFT的用户可能会面临 NFT 传输的问题。

通常，用户可以通过 ComingChat 进行 NFT 转账。但是，如果您在传输 NFT 时遇到问题。请按照以下步骤通过网页来完成NFT转账：

### 通过网页完成NFT转账

1. 打开 <https://polkadot.js.org/apps>，更改wss为**wss\://minichain-mainnet.coming.chat**

![](https://gblobscdn.gitbook.com/assets%2F-McmXWfnSlBvgeqsyfGX%2F-MfXD8QBri4GzqUzUCWS%2F-MfXHiKj-i77NMhlw4Xt%2F1.png?alt=media\&token=73b977dc-142d-47df-a56e-ae46fb74e645)

![](https://gblobscdn.gitbook.com/assets%2F-McmXWfnSlBvgeqsyfGX%2F-MfXD8QBri4GzqUzUCWS%2F-MfXHqa_kTR4B7gQzqR6%2F2.png?alt=media\&token=a278676c-be0e-4469-8e86-09f86506c68f)

2\. 更改配置环境为：

{ "Address": "MultiAddress", "LookupSource": "MultiAddress", "Cid": "u64", "BondType": "u16", "BondData": { "bond\_type": "BondType", "data": "Bytes" }, "CidDetails": { "owner": "AccountId", "bonds": "Vec", "card": "Bytes" } }

![](https://gblobscdn.gitbook.com/assets%2F-McmXWfnSlBvgeqsyfGX%2F-MfXNa3Stg5ZB774bPmo%2F-MfXOaEokqUEv6d2tQbK%2F3.png?alt=media\&token=15415887-66f0-4426-b757-1dac69295253)

![](https://gblobscdn.gitbook.com/assets%2F-McmXWfnSlBvgeqsyfGX%2F-MfXD8QBri4GzqUzUCWS%2F-MfXKyrbUmgGWp-lQenC%2F4.png?alt=media\&token=e6c3187f-5dff-4150-88da-b1801c596690)

3\. 导入 ComingID 的 keystore 文件

![](https://gblobscdn.gitbook.com/assets%2F-McmXWfnSlBvgeqsyfGX%2F-MfXD8QBri4GzqUzUCWS%2F-MfXKoaYfKE2bEpwGCXp%2F5.png?alt=media\&token=429b803d-cec9-470d-b41f-07b5d0703af6)

4\. 选择账号完成 NFT 转账，调整选项为 comingNft 和 transfer(cid, recipient)

![](/files/-MkjTqFjeBa2gYQGnUeQ)

5\. 填写 需要转账的 NFT 的 CID 号码 和 接收方的 CID 地址

**填写内容为 CID Address 不是 CID 号码**

{% content-ref url="/pages/-MgtqDA0jLRiCz68pQAR" %}
[如何获得CID的Owner account address](/yong-hu-shou-ce/ru-he-huo-de-cid-dui-ying-de-owner-account-address.md)
{% endcontent-ref %}


---

# 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.coming.chat/yong-hu-shou-ce/untitled-10.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.
