# How to transfer CID using web

On our current version, some users might face the issue of NFT transferring due to the huge amount of NFTs.

Normally, we accept users transfer NFT via ComingChat. However, if you have issues transferring NFTs. Please follow the steps:

1. ​[CLICK HERE](https://polkadot.js.org/apps/) to access NFT transfer website
2. Access to (custom endpoint) and replace the original one with [wss://minichain-mainnet.coming.chat](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)

3\. Click \[Settings] and enter the following code:

{ "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-MfXD8QBri4GzqUzUCWS%2F-MfXKsxNccqth6FT-x70%2F3.png?alt=media\&token=d0658f4c-14dc-467a-a6f1-ea0cecab31c2)

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

4\. After set up, import the keystore of ComingChat ID

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

5\. Click (Developer) and choose \[Extrinsics] to access NFT transfer interface. Change (submit the following extrinsic) to **comingNft and transfer(cid, recipient)**

![](/files/-MkjUCnMjlJGFRFicKb4)

6\. Enter the CID number needs to be transferred and the **CID Address** from recipient

**Enter CID Address not CID number of recipient**


---

# 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/english-manual/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.
