> 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/frequently-asked-questions-on-withdrawal.md).

# Frequently Asked Questions on Withdrawal

#### ForeGate withdrawal feature allows you to securely transfer supported tokens from your account to an external wallet address

***

{% hint style="warning" %}

## <mark style="color:orange;">**Tips | Important Notice :**</mark>

#### <sub>**❖**</sub> <sub></sub><sub>What should I do before submitting a withdrawal request?</sub>

Before confirming your withdrawal, **double-check the amount, network, and withdrawal address**. Once a withdrawal is submitted, transactions cannot be reversed due to blockchain immutability.

***

### <sub>**❖**</sub> <sub></sub><sub>What are the withdrawal limits on ForeGate?</sub>

Limits:

&#x20;          **-** Maximum single withdrawal: 500 USDT \
&#x20;          **-** Daily cumulative withdrawal limit: 500 USDT\
&#x20; **-** Annual cumulative withdrawal limit: 100,000 USDT

Reset times:

&#x20;        **-** The daily withdrawal limit resets every day at 00:00:00 UTC.\
&#x20;        **-** The annual withdrawal limit resets on January 1st at 00:00:00 UTC.

***

### <sub>**❖**</sub> <sub></sub><sub>What is the minimum withdrawal amount?</sub>

The minimum amount you can withdraw per transaction is:

&#x20;       **-** 10 USDT<br>

Withdrawals below this amount will not be processed.

***

### <sub>**❖**</sub> <sub></sub><sub>What are the withdrawal fees?</sub>

Each transaction carries a small network fee:

&#x20;      **-** USDT withdrawal: 1 USDT per transaction\
&#x20;    &#x20;

The fee is automatically deducted from your withdrawal amount.

***

### <sub>**❖**</sub> <sub></sub><sub>How long does it take to process a withdrawal?</sub>

Withdrawals are typically processed immediately after confirmation but may take additional time depending on blockchain network congestion or platform verification requirements.

***

### <sub>**❖**</sub> <sub></sub><sub>Can I cancel a withdrawal after submission?</sub>

No. Once submitted and confirmed, a withdrawal cannot be canceled or reversed. Always verify the address, network, and amount before proceeding.

***

### <sub>**❖**</sub> <sub></sub><sub>Why does my withdrawal fail or appear delayed?</sub>

Possible reasons include:

&#x20;      **-** Insufficient balance (including withdrawal fees)\
&#x20;      **-** Reaching the daily or annual withdrawal limit\
&#x20;      **-** Network congestion or maintenance\
&#x20;      **-** Incorrect withdrawal network or address format

Check your transaction status under “Withdrawal History” for more details.<br>

***

### <sub>**❖**</sub>  <sub>**Asset Protection First: High-Risk Address Alert**</sub>

If you receive a **high-risk address alert** when making a withdrawal on ForeGate, it means the withdrawal address has been **flagged due to potential associations with suspicious activities or unusual behavior**.

ForeGate implements multiple **compliance and anti-scam measures** to protect users, including:

* **Blocking withdrawals or deposits** involving addresses flagged as high-risk, to safeguard your assets
* **Issuing alerts** if your transaction patterns resemble those of known scam victims or if your account is identified as potentially at risk

For the safety of your funds, our **wallet team strongly recommends** that you use an **alternative address**, such as a **trusted personal wallet or a reputable exchange wallet**.<br>

***

### <sub>**❖**</sub> <sub></sub><sub>When are withdrawal limits reset?</sub>

&#x20;    **-** Daily limit reset: every day at 00:00 UTC\
&#x20;    **-** Annual limit reset: every January 1st at 00:00 UTC

\ <br>

***

#### 💬 Need Assistance?

If you require help or have questions about your deposit, please reach out to our support channels.\
\
&#x20;    <img src="/files/4f4UO6PTjVgnUnKdNkFp" alt="" data-size="line"> [**Discord**](https://discord.com/invite/zFyeUqmEdm)\
&#x20;    <img src="/files/Lie5w7kvIiY24eF90pRB" alt="" data-size="line"> [**Telegram**](https://t.me/foregateofficia)\
&#x20;     <img src="/files/UGWGqKKBxIRq4oCe6Mgf" alt="" data-size="line">  [**Email Support**](mailto:help@foregate.com)\
\
**Join our community for assistance and updates,o**ur team will be happy to assist you.\
&#x20;\
&#x20;   \~ **Always withdraw to a verified and secure wallet \~**

{% endhint %}

<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/frequently-asked-questions-on-withdrawal.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.
