> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/chinese/resources/transfer-recovery.md).

# 转账找回

本节介绍两个由人工支持协助处理、不属于常规市场和 API 操作的流程：

* 找回**误发送**到 TronSave 机器人钱包的 **USDT 或 TRX**。
* 从你的 TronSave [内部账户](/chinese/concepts/glossary.md)**提取 TRX**。

这两项均由 TronSave 支持团队处理，并需要进行账户验证。请先阅读下方相关指南。

{% hint style="warning" %}
进行账户验证时，系统会要求你提供 **API 密钥的最后 12 个字符**以及相关的 **TXID**。请勿向任何人透露你的完整 API 密钥。有关密钥的使用方式，请参阅[身份验证](/chinese/developers/authentication.md)。
{% endhint %}

## 使用指南

<table data-view="cards"><thead><tr><th>指南</th><th>适用场景</th></tr></thead><tbody><tr><td><a href="/pages/n17UOCUdPgNk2mkHKCsG">误转 USDT / TRX</a></td><td>你误将 USDT 或 TRX 发送到了 TronSave 机器人钱包，希望找回。</td></tr><tr><td><a href="/pages/tIfnt8nRXm3AVIDsspug">内部账户提现指南</a></td><td>你希望提取存放在 TronSave 内部账户中的 TRX。</td></tr></tbody></table>

## 后续步骤

* [误转 USDT / TRX](/chinese/resources/transfer-recovery/accidental-usdt-trx.md)
* [内部账户提现指南](/chinese/resources/transfer-recovery/internal-withdrawal-guide.md)
* 联系支持：<https://t.me/wantingtrx>


---

# 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.tronsave.io/chinese/resources/transfer-recovery.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.
