# How to Withdraw Crypto from Koinbay

This guide walks you through every step of withdrawing crypto from Koinbay, including the required security checks and what to do if your confirmation link expires.

### Before you start the withdrawal process, make sure to have:

* A logged-in Koinbay account
* Access to your registered email inbox
* Your 2FA device/app (e.g., Google Authenticator) ready

{% stepper %}
{% step %}

### Open the Withdrawal Page

* Log in and go to Overview › Withdraw.
* Choose the coin/token you want to send (e.g., USDT).
* Paste the wallet address you’re sending to.
* Select the network (e.g., TRC20). Make sure it matches the address/network your destination wallet supports.
* Enter the amount. You’ll see the fee and the final amount you’ll receive.
* Click Withdraw.
  {% endstep %}

{% step %}

### Double-Check the Details

A confirmation screen shows what you’re about to send: amount, withdrawal address, network and withdrawal account.

* If it’s correct, click Continue.
* If something’s wrong, go back and adjust it.
  {% endstep %}

{% step %}

### Security Check (2 Codes)

A pop-up appears asking for two codes:

* Email code – Click Send to receive it.
* Authenticator code – Open your 2FA app (e.g. Google Authenticator) and copy the 6 digits.

Enter both codes and click Confirm.
{% endstep %}

{% step %}

### Confirm Withdrawal by Email

After successfully entering the 2FA code, an additional security step is required. Koinbay will send a final confirmation email to your registered address.

* Click on the Send button on the pop up that appears for the Withdrawal Confirmation Email to reach your inbox
* Ensure to open the email on the same Device and Browser where your Koinbay account is open&#x20;
* Open the email, carefully read it and click the confirmation link within 5 minutes.

This final click tells us it’s really you that initiated the withdrawal.
{% endstep %}
{% endstepper %}

### Handling a Failed Confirmation and Resending the Email

The Withdrawals Transactions that are not confirmed will be in "Pending Email Confirmation" Status and in Withdrawal History there will be 2 options available to you, "Cancel" and "View" .

1\. On clicking the "Cancel" button, the system will ask for a confirmation and the  Withdrawal Transaction will be Cancelled and the funds will be released back into your wallet.

2\. On clicking the "View", you will be redirected to the Confirmation Screen and will have 2 options, either to Cancel the Withdrawal or Resend Confirmation Email.

If you are unable to complete the transaction on the first attempt, you can try again for up to 5 times. The ‘send’ button will remain inactive for 60 seconds. After 60 seconds you can request for the email confirmation to be sent again.

Note: You will only have 5 attempts to complete the withdrawal. On the 6th attempt the transaction will be cancelled and the withdrawal feature will be temporarily frozen to prevent any malicious transactions. This is a safety feature to protect YOU from hacking attempts.

Please contact our Customer Support team if this happens to you.

{% hint style="warning" %}
**Warning:** Always match the network to the address.&#x20;

**Tip:** Never share your codes with anyone. Koinbay support will never ask for them in chat or email.
{% endhint %}


---

# Agent Instructions: 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.koinbay.com/services/deposit-and-withdraw-crypto/how-to-withdraw-crypto-from-koinbay.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.
