> 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/legacy/user-guide/account-management/address-management.md).

# Address Management

{% hint style="info" %}
Adding incorrect withdrawal addresses, or tag/memo may result in the loss of your coins.
{% endhint %}

### &#x20;Address Management

Users may find it tedious to copy and paste wallet addresses each time they process a withdrawal of crypto or fiat currencies. For this reason we've created a way for users to save addresses to be pre-selected when submitting withdrawals.

To access this function, first select "Manage Addresses & Bank Info" from the top right menu.

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

### Cryptocurrency Address Management

To save addresses for Cryptocurrencies, first select the Cryptocurrency drop down, then select the cryptocurrency you wish to add an address for.

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

Enter the name and the crypto address you wish to whitelist in the "Label" and "Address" section, then select "Add Address".

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

{% hint style="info" %}
Some currencies require an Address Type. If applicable, select an address type from the "Address Type" drop down.
{% endhint %}

{% hint style="info" %}
Some currencies include a Tag / Memo section. If applicable, optionally add a tag or a memo.
{% endhint %}

Once the success message appears, the whitelisted address will be added to the table with a "Pending" status.&#x20;

Users can delete a previously whitelisted address by selecting "Delete" under the "Action" column.

### FIAT Address Management

Expediting the processing of fiat withdrawals.

<figure><img src="/files/3rsvCqc85HQrDm2Z1WIF" alt=""><figcaption></figcaption></figure>

Fill out the required information then select "Submit".

{% hint style="info" %}
Users can whitelist up to 5 bank accounts per fiat.
{% endhint %}

Once the success message appears, the whitelisted address will be added to the table with a "Pending" status. Expand the row to view the inputted banking information.

<figure><img src="/files/36t4i8YgAtWG5XoyYT6l" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Notify Aquanow's OPS team via chat that a new bank account has been added.\
Once OPS has verified and approved the new bank account, your bank account will be successfully whitelisted.
{% endhint %}

Users can delete a previously whitelisted address by selecting "Delete" under the "Action" column.


---

# 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/legacy/user-guide/account-management/address-management.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.
