# TP Card 转账教程

TP Card 中的资产转账和普通的代币转账操作方式一样，都是点击代币在转账界面中设置收款地址和收款数量后确定发送上链。

<figure><img src="/files/4hVRHKOMSkm70lNgHLJs" alt=""><figcaption></figcaption></figure>

#### TP Card中的资产和普通资产的转账也会存在一些区别，具体内容如下：

1. <mark style="color:blue;">**A类型地址 -- 完成银行注册的NFT**</mark>&#x20;
2. <mark style="color:blue;">**B类型地址 -- 未完成银行注册的NFT**</mark>&#x20;
3. <mark style="color:blue;">**C类型地址 -- 无NFT**</mark>

A类型地址中的资产，可以转给A类型地址，可以转给B类型地址，可以转给C类型地址。**(出现风险提示）**

B类型地址中的资产，无法转给A类型地址，无法转给B类型地址，无法转给C类型地址。**(出现错误提示）**

C类型地址中的资产，无法转给A类型地址，无法转给B类型地址，无法转给C类型地址。**(出现错误提示）**

<mark style="color:red;">**请注意：如果一个完成银行注册的NFT，由A地址转到B地址，后由B地址转到了C地址，那么B地址将无法再次铸造 NFT。**</mark>

综上所述，向别人转账 TP Card 中资产的前提是，接收地址持有账号 NFT 且完成了银行的注册，等同于在银行内，给对方进行了转账。对方的资产余额会增加。否则转账是会失败的结果。


---

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