> 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/account-management/address-management/cryptocurrency-address-management.md).

# Cryptocurrency Address Management

To add a crypto address, select the **Crypto addresses** tab and then click the **Add Address** button at the far right of the page.

The **Add Address** popup displays.

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

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

Select the Cryptocurrency from the **Currency** drop down.

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

Fill in the remaining fields such as:

* **Address Label:** It is a user-defined, optional field used to identify and organize cryptocurrency wallet addresses. It helps the user distinguish between different whitelisted addresses, such as *Cold Storage* or *Exchange Deposit*, for easier management
* **Wallet Type:** The kind of wallet holding the address (custodial, self-hosted, etc.). It is used for routing, handling and compliance.&#x20;
  * Custodial wallet (VASP or service provider): Managed by a third‑party platform (E.g. Coinbase, Binance, etc.).&#x20;
  * Self‑hosted wallet: Controlled directly by the user with private keys (E.g: MetaMask, Trust Wallet, etc.).
* **Network:** The blockchain/protocol (Ethereum, BSC, Bitcoin, etc.) on which the address exists. Network determines address format, fees and routing.
* **Address:** The public wallet/deposit address string where funds will be sent; ensure it matches the selected currency and network before saving.
* **Address Type:** Indicates a crypto public address that matches the selected Currency + Network. E.g. 0x32Be343B94f860124dC4fEe278FDCBD38C102D88.&#x20;

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

* **Source Address:** Select this checkbox if the address is a known source of funds for AML tracking.&#x20;

{% hint style="info" %}
Source address is applicable for accounts that have source address whitelisting enabled.
{% endhint %}

* **Withdrawal:** Select this checkbox if the address is an approved withdrawal destination (use to restrict outgoing transfers).

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

Once all fields are populated, click **Save**.

The whitelisted address is added to the crypto address table.

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

Users can delete a previously whitelisted address by selecting the **Delete** ( <img src="/files/KH2TF7m9J14nKgTtrN8Y" alt="" data-size="line"> ) icon at the far right of the saved address row. Once the user adds an address, it can be used for withdrawals.


---

# 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/account-management/address-management/cryptocurrency-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.
