> For the complete documentation index, see [llms.txt](https://docs.koinbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinbay.com/services/deposit-and-withdraw-crypto/faqs.md).

# FAQs

### What is a transaction ID (TXID)?

A transaction ID (TxID) or transaction hash is a unique string of characters given to every transaction that’s verified and added to the blockchain. In other words, a TxID is an identification number that labels each transaction on the blockchain. With TxID, you can look up your deposit and withdrawal history.

1. Click on 'Balance&#x73;**'** and choose the appropriate Account Type.
2. Click on **'**&#x54;rade Histor&#x79;**'**.
3. Click on **'**&#x44;eposit History' or 'Withdrawal History'.
4. Click on 'Transaction Hash I&#x44;**'**

### How do I check the withdrawal transaction status on the blockchain?

1. Click on 'Balances' and choose the appropriate Account Type.
2. Click on 'Trade History'.
3. Click on 'Deposit History' or 'Withdrawal History'.
4. Click on 'Transaction Hash ID' and this will direct you to the blockchain where you can see the entire detailed history of your transaction.

### Why do I get a "Network Busy" message? What can I do?

If you get a 'network busy' message, this means that the blockchain network is currently congested and will not be able to process your transaction. During this time, you can wait for a few minutes and try again or select other networks to withdraw your assets.

## What can I do when I withdraw to the wrong address?

Once you complete the security verification and click **'**&#x53;ubmi&#x74;**'**, the system will start initiating the withdrawal process where the funds will leave the wallet within Koinbay's control to a wallet of another platform the funds are being withdrawn into. Because of this completion and the inherent nature of blockchain, Koinbay will not be able to identify the receiver of the funds.

## Why am I unable to deposit in my Koinbay account?

The deposit option will be enabled only after completing the KYC process after the initial registration.


---

# 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://docs.koinbay.com/services/deposit-and-withdraw-crypto/faqs.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.
