> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/cn/transfer-tutorial.md).

# 钱包转账

- [如何收款](https://help.tokenpocket.pro/cn/transfer-tutorial/receive-token.md)
- [如何转账](https://help.tokenpocket.pro/cn/transfer-tutorial/transfer.md)
- [如何取消转账交易？](https://help.tokenpocket.pro/cn/transfer-tutorial/cancel-transfer.md)
- [如何加速转账交易？](https://help.tokenpocket.pro/cn/transfer-tutorial/accelerate-transfer.md)
- [如何在发起转账时添加memo？](https://help.tokenpocket.pro/cn/transfer-tutorial/add-memo.md)
- [关于转账的安全事项](https://help.tokenpocket.pro/cn/transfer-tutorial/about-safe-transfer.md)
- [关于不同公链的代币转账](https://help.tokenpocket.pro/cn/transfer-tutorial/about-public-chain-transfer.md): 通过本文了解不同公链的代币收款与转账的注意事项
- [方法1：钱包同步找回](https://help.tokenpocket.pro/cn/transfer-tutorial/about-public-chain-transfer/wallet-sync.md)
- [方法2：密钥导入找回](https://help.tokenpocket.pro/cn/transfer-tutorial/about-public-chain-transfer/import.md)
- [钱包转账常见问题](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq.md)
- [为什么不能直接往合约地址转账？](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq/not-transfer-to-contract.md)
- [我往合约转账了怎么办？](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq/do-not-transfer-to-contract-address.md)
- [交易所【提现资产】到钱包未到账](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq/fail-to-receive-assets-from-exchanges.md)
- [钱包【充值资产】到交易所未到账](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq/fail-to-receive-assets-from-wallet.md)
- [为什么转账一直在打包，怎么办？](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq/pending-status-transfer.md)
- [我转账失败了，为什么不给我退币？](https://help.tokenpocket.pro/cn/transfer-tutorial/wallet-transfer-faq/why-do-not-return-my-coins.md)
- [多链批量转账工具](https://help.tokenpocket.pro/cn/transfer-tutorial/token-batchsender.md)


---

# 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.tokenpocket.pro/cn/transfer-tutorial.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.
