# TP Card Transfer Tutorial

Transfers of assets within the TP Card are similar to standard token transfers. You set the recipient's address and the amount to be transferred in the transfer interface and then confirm to send the transaction on-chain.

<figure><img src="https://2516903027-files.gitbook.io/~/files/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>

However, there are some differences between transferring assets in TP Card and regular assets. The specific details are as follows:

1. **Type A Address** — Completed bank registration with NFT.
2. **Type B Address** — NFT without completed bank registration.
3. **Type C Address** — No NFT.

* Assets in a **Type A Address** can be transferred to **Type A**, **Type B**, or **Type C** addresses (with a risk warning).
* Assets in a **Type B Address** cannot be transferred to **Type A**, **Type B**, or **Type C** addresses (an error message will appear).
* Assets in a **Type C Address** cannot be transferred to **Type A**, **Type B**, or **Type C** addresses (an error message will appear).

**Note**: If an NFT with completed bank registration is transferred from an **A Address** to a **B Address**, and later from the **B Address** to a **C Address**, the **B Address** will no longer be able to mint an NFT.

In summary, the prerequisite for transferring assets within the TP Card to someone else is that the recipient's address must hold an account NFT and must have completed bank registration. This is equivalent to transferring funds to them within the bank, and their asset balance will increase. 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.tokenpocket.pro/en/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.
