# TP Card Transfer Tutorial

The asset transfer in TP Card is similar to a regular token transfer. You simply click on the token, set the recipient's address and the amount in the transfer interface, and then confirm to send it on-chain.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2FCKSpbObbuxQ01KLImsAy%2F1.png?alt=media&#x26;token=5004d5d3-a47f-4bf4-9715-514f8d8a4e07" alt=""><figcaption></figcaption></figure>

There are some differences between transferring assets in TP Card and regular asset transfers. The specifics are as follows:

* **Type A Address**: Has KYC-compliant NFT
* **Type B Address**: Has non-KYC NFT
* **Type C Address**: No NFT

1. **Assets in Type A Address**:
   * Can be transferred to Type A Address (with a risk warning)
   * Can be transferred to Type B Address (with a risk warning)
   * Can be transferred to Type C Address (with a risk warning)
2. **Assets in Type B Address**:
   * Cannot be transferred to Type A Address (an error message appears)
   * Cannot be transferred to Type B Address (an error message appears)
   * Cannot be transferred to Type C Address (an error message appears)
3. **Assets in Type C Address**:
   * Cannot be transferred to Type A Address (an error message appears)
   * Cannot be transferred to Type B Address (an error message appears)
   * Cannot be transferred to Type C Address (an error message appears)

In conclusion, the prerequisite for transferring TP Card assets to another person is that the recipient's address must hold an account NFT and have completed bank registration. This is equivalent to making a transfer within a bank, where the recipient's account balance increases. Otherwise, the transfer will fail.


---

# 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://help.tpwallet.io/cn/wallet-operation/tp-card/transfer.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.
