> 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/internal-withdrawal-guide.md).

# 内部提现指南

要**从您的 TronSave 内部账户提取 TRX**，请按照以下步骤操作。该流程由 TronSave 支持团队处理，会在放款前验证账户归属权。

## 步骤

### 第 1 步 — 联系 TronSave

通过 Telegram 联系 TronSave 支持团队，申请 TRX 提现：<https://t.me/wantingtrx>。

### 第 2 步 — 提供验证信息

为验证账户归属权，请提供：

* 持有 TRX 的**内部账户地址**
* 您 `API Key` 的**最后 12 个字符**（用于账户验证）
* 您希望提取的 **TRX 数量**

{% hint style="warning" %}
仅分享您 `API Key` 的**最后 12 个字符**。切勿将完整的 API 密钥发送给任何人。
{% endhint %}

### 第 3 步 — 信息验证

TronSave 会审核并验证您提供的信息。

### 第 4 步 — 提供接收钱包地址

验证完成后，TronSave 会要求您提供希望接收 TRX 的钱包地址。

### 第 5 步 — 完成提现

在收到有效的钱包地址后，TronSave 会将 TRX 转账至该地址。

{% hint style="info" %}
请保管好您的 `API Key`——验证您拥有该内部账户需要用到其最后 12 个字符。有关 API 密钥如何签发和管理，请参阅[身份认证](/chinese/developers/authentication.md)。
{% endhint %}

## 相关内容

* [身份认证](/chinese/developers/authentication.md)
* [术语表](/chinese/concepts/glossary.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:

```
GET https://docs.tronsave.io/chinese/resources/transfer-recovery/internal-withdrawal-guide.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.
