> For the complete documentation index, see [llms.txt](https://foregate.gitbook.io/foregate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foregate.gitbook.io/foregate-docs/getting-started/quickstart/how-to-withdraw.md).

# How to withdraw?

1  .   Log in to your ForeGate account.

2 .    Click your avatar (top right) → **Overview** to view your available balance. You can withdraw **USDT on the Solana (SOL) network**, you may go directly to

👉Overview: {<https://www.foregate.com/portfolio>}

<div align="left" data-with-frame="true"><figure><img src="/files/Mf1LcpuFaC32GCGhtE5a" alt="" width="375"><figcaption></figcaption></figure></div>

***

3 .  The system will automatically select **Solana** as the network. In the **Amount** field, enter the withdrawal amount or click **Max** to fill in your full balance. The page will display your available balance (e.g. `$10.00 | USDT`).Enter or paste the recipient address in the **Withdrawal address** field. We recommend copying the address and double-checking it after pasting to avoid mistakes.

<div align="left" data-with-frame="true"><figure><img src="/files/1bTqr9gCLCe8shk3wReL" alt="" width="563"><figcaption></figcaption></figure></div>

***

4 **.  Make sure the withdrawal address and selected network match** to avoid loss of funds. Withdrawals typically take a few minutes to process. You will receive the funds and an email confirmation once the withdrawal is complete.\ <br>

***


---

# 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://foregate.gitbook.io/foregate-docs/getting-started/quickstart/how-to-withdraw.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.
