# Deposits & Withdrawals

Deposits and withdrawals can be initiated from Balances section in the Dashboard tab of the client trading portal.&#x20;

<figure><img src="/files/ktErhJDgWHksPwnKiy2q" alt=""><figcaption></figcaption></figure>

From here, each coin and their respective pending and available balances are viewable with the option to initiate deposits or withdrawals individually by coin.

## Deposits

To initiate deposits, first select the Deposits action for a coin.  Users without a deposit address will be prompted to generate an address first.&#x20;

<figure><img src="/files/sv0LyQn5MnqUePqwiaLt" alt=""><figcaption></figcaption></figure>

Once a deposit address is created, users can initiate a deposit by sending the correct coin to the displayed deposit address using the address or the QR code.

<figure><img src="/files/vQc6PmhWz5OwfdjN3res" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Only use each Deposit Address to send the corresponding symbol. Sending other currencies could result in the loss of deposit.
{% endhint %}

## Withdrawals

To initiate withdrawals, first select the Withdrawals action for a coin.  Users can only withdraw up to the quantity of the available balance.

<figure><img src="/files/JlCnrtrW0pRbjNdvVTxC" alt=""><figcaption></figcaption></figure>

Users are prompted to enter the quantity, the withdrawal address, and select their desired address type (if multiple network options are available)

#### Saving Withdrawal Addresses&#x20;

Withdrawal addresses can be saved in the Aquanow Web Portal for future use, and can be selected from the drop down menu as outlined in:

{% content-ref url="/pages/ldpKFpPdqBdPDWhEWn3v" %}
[Address Management](/aquanow/legacy/user-guide/account-management/address-management.md)
{% endcontent-ref %}

#### Exporting Deposit/Withdrawal History

Within the Transactions page, users can export the deposit and withdrawal history. More information about exporting transactions can be found on the [CSV Exports](/aquanow/legacy/user-guide/account-management/csv-exports.md#exporting-deposit-withdrawal-history) page.


---

# 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.aquanow.io/aquanow/legacy/user-guide/deposits-and-withdrawals.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.
