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

# Internal Withdrawal Guide

To **withdraw TRX from your TronSave internal account**, follow the steps below. The process is handled through TronSave support, which verifies ownership before releasing funds.

## Steps

### Step 1 — Contact TronSave

Reach out to the TronSave support team via Telegram to request a TRX withdrawal: <https://t.me/wantingtrx>.

### Step 2 — Provide verification details

To verify ownership of the account, provide:

* The **internal account address** holding the TRX
* The **last 12 characters of your `API Key`** (used for account verification)
* The **amount of TRX** you wish to withdraw

{% hint style="warning" %}
Only share the **last 12 characters** of your `API Key`. Never send your full API key to anyone.
{% endhint %}

### Step 3 — Information verification

TronSave reviews and verifies the information you provided.

### Step 4 — Provide the receiving wallet address

Once verification is complete, TronSave asks you to provide the wallet address where you want to receive the TRX.

### Step 5 — Withdrawal completion

After receiving a valid wallet address, TronSave transfers the TRX to that address.

{% hint style="info" %}
Keep your **`API Key`** available — the last 12 characters are required to verify that you own the internal account. See [Authentication](/developers/authentication.md) for how API keys are issued and managed.
{% endhint %}

## Related

* [Authentication](/developers/authentication.md)
* [Glossary](/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/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.
