> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-zh/qian-bao/nei-zhi-qian-bao/fa-song-dai-bi.md).

# 发送代币

由于 goodcryptoX 是一个非托管钱包，钱包的转出不会也不可能有任何限制或约束。您可以随时将所有或任何资金转移到另一个钱包。&#x20;

要发起转账，请在钱包选项卡中点击“发送”：

<figure><img src="/files/ba8fc0463ca1d61d3f444f34c8abd822f355f59a" alt="" width="375"><figcaption></figcaption></figure>

选择要发送的币种，输入金额和接收钱包地址：

<figure><img src="/files/c256fb1988e7776111d03c8d71fa8ffb04b2db83" alt="" width="375"><figcaption></figcaption></figure>

点击“估算 Gas”——这将模拟交易以提供准确的 Gas 消耗预测。看到估算的 Gas 数量后，点击“发送币”：

<figure><img src="/files/7bcd6293536b79ecf4f4d6fa82ebdde1b765b392" alt="" width="375"><figcaption></figcaption></figure>

您将看到交易预览——请检查所有细节（网络、地址和金额），然后点击“确认发送”以发起转账：

<figure><img src="/files/9a51576163758bd32c56a452a3a72a46336b29c6" alt="" width="375"><figcaption></figcaption></figure>

您的交易现在将被广播到区块链。一旦交易完成，您会看到确认信息（如果失败则显示错误信息），并且该交易会出现在“转账”列表中：

<figure><img src="/files/c4d5118a4da12e0750af25939d8c9179800ebcc2" alt="" width="375"><figcaption></figcaption></figure>

今后，您将能够用任何代币支付转账的 Gas [用任何代币](/goodcryptox-zh/dex-jiao-yi-xian-huo/ji-jiang-tui-chu-de-gong-neng/ren-yi-erc20spl-dai-bi-zhong-de-gas.md)，包括 [GOOD](/goodcryptox-zh/good-dai-bi/zhai-yao.md).

我们还将实现 [批量交易](/goodcryptox-zh/qian-bao/nei-zhi-qian-bao/zhi-neng-he-yue-qian-bao/jiao-yi-pi-chu-li.md) 由智能合约钱包启用——您将能够发送多笔转账（不同代币、如有需要不同地址）并为单笔交易支付 Gas。


---

# 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:

```
GET https://docs.goodcrypto.app/goodcryptox-zh/qian-bao/nei-zhi-qian-bao/fa-song-dai-bi.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.
