> For the complete documentation index, see [llms.txt](https://docs.aquanow.io/aquanow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquanow.io/aquanow/user-guide/deposits-and-withdrawals/withdrawals.md).

# Withdrawals

### Crypto Withdrawals

To initiate a withdrawal for a cryptocurrency, select the Withdrawals action for a coin from the bottom right of the Dashboard. You can only withdraw up to the available balance.

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

To initiate a withdrawal, you are prompted to enter the quantity and the withdrawal address.&#x20;

One of two quantities can be entered:

* The withdrawal quantity, which is the amount of funds that are withdrawn from the account, before any withdrawal fees are applied
* The receive quantity, which is the amount of funds that are sent after any withdrawal fees are applied

{% hint style="info" %}
Note: These quantities do not include any potential fees/charges on behalf of the receiving wallet.
{% endhint %}

For certain currencies a network type is also required.

More information on supported networks by currency can be found towards the bottom of our Supported Assets page:

{% content-ref url="/pages/kdi9HByLPlLtu9yPFgWB" %}
[Supported Assets and Tickers](/aquanow/integration-guide/supported-assets-and-tickers.md)
{% endcontent-ref %}

#### 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/user-guide/account-management/address-management.md)
{% endcontent-ref %}

### Fiat Withdrawals

To initiate a withdrawal for a fiat currency, an Aquanow account must have bank instructions saved and approved before a withdrawal can be made. This can be done from the Manage Addresses page and is detailed below:

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

Once bank instructions have been saved for the desired fiat, a user can initiate fiat withdrawals by selecting the Withdrawals action from the bottom right of the Dashboard.&#x20;

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

Similar to crypto withdrawals, you can enter one of the following quantities:

* The withdrawal quantity, which is the amount of funds that are withdrawn from the account, before any withdrawal fees are applied
* The receive quantity, which is the amount of funds that are sent after any withdrawal fees are applied

{% hint style="info" %}
Note: These quantities do not include any potential fees/charges on behalf of the bank.
{% endhint %}

#### 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/user-guide/account-management/csv-exports.md#exporting-deposit-withdrawal-history) page.


---

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