> For the complete documentation index, see [llms.txt](https://help.tpwallet.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tpwallet.io/en/wallet-operation/tp-card/transfer.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.tpwallet.io/en/wallet-operation/tp-card/transfer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
