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

# Fiat Address Management

To add a Fiat bank instruction, select the **Fiat Instructions** tab, which would display **Manage your fiat information** page:&#x20;

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

Click **Add Fiat Instructions** displays:

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

Select the currency from **Currency** dropdown.

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

Fill in other relevant information such as:

* **Label:** A short user-friendly name for this instruction set (e.g., "Client A USD Account" or "Payroll Account"). It helps the user identify this instruction quickly in lists.
* **Beneficiary Type:**  Determines whether the beneficiary is a *business entity.*
  * **Business:** A legal entity (company, corporation, LLC, nonprofit, etc.); use the company’s registered/legal name exactly as held by the bank.

{% hint style="info" %}

* Users can whitelist up to 5 bank accounts per fiat.
* Certain countries like Canada do not use IBAN. Hence, whether to use IBAN or not depends on the country selected.
  {% endhint %}

#### **Bank instructions fields**

#### Beneficiary Information

The user's business details such as *business information*, *bank information*, etc. must be provided in the *Beneficiary* section.

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

* **Beneficiary Legal Name:** Full registered legal name of the user's business.
* **Beneficiary Address:** Address of the user's business.

#### **Beneficiary Bank Information**

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

* **Bank name:** Bank name of the user's business.
* **BIC/SWIFT code:** BIC/SWIFT code of the intermediary bank. If required for the payment route, ensures proper routing and prevents delays or rejections.
* **Routing code:** Domestic routing number for the user's bank. This field is optional and will be used on a best-efforts basis to facilitate domestic payment processing when available. Please provide the following based on currency:
  * USD: ABA routing number (9 digits) - e.g., 021000021
  * GBP: Sort code (6 digits, format: XX-XX-XX) - e.g., 20-00-00
  * CAD: routing number (9 digits. Always starts with a 0, followed by a 3 digit institution number, then a 5 digit bank transit number) - e.g., 000405002
  * AUD: BSB code (6 digits, format: XXX-XXX) - e.g., 062-001
  * JPY: Bank code (4 digits) + Branch code (3 digits) - e.g., 0001123
  * AED Routing Code must be exactly 9 numeric digits.
* **Account number/IBAN:** The account number or IBAN of the user's business.
* **Reference Code:** Reference sent with the transfer to identify the payment purpose and prevent delays.
* **Country:** Country where the user's business account is based.
* **Address:** Bank address of the user's business.

#### **Intermediary Bank Information (Optional)**

<figure><img src="/files/1nYpemYiCnhuMeJmneQh" alt=""><figcaption></figcaption></figure>

* **Bank name:** The name of the intermediary financial institution facilitating the payment (e.g., for cross-border transfers). Required only if an intermediary is involved.
* **Intermediary BIC/SWIFT code:** BIC/SWIFT code of the intermediary bank. If required for the payment route, ensures proper routing and prevents delays or rejections.
* **Account number:** Account number held at the intermediary bank for correspondent banking. If required, ensures funds are properly credited and forwarded without delays.
* **Address:** Address of the intermediary bank.

This adds the whitelisted address of the user's business to the Fiat Information with a **Pending** status. Expand the row to view this information.&#x20;

{% hint style="info" %}

* It is possible to enable the user's business account to only withdraw to whitelisted addresses, or a combination of freeform addresses and whitelisted addresses. If withdrawal to whitelisted addresses is selected, any address that is added will be in cooldown for 24 hours, implying that this address cannot be used for 24 hours after being added.
* Aquanow' OPS team must be notified via chat that a new bank account for the user's business has been added. Once OPS has verified and approved the user's bank account, it is successfully whitelisted.
  {% endhint %}

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

A previously whitelisted address of the user's business can be removed by selecting the **Delete** icon at the far right of the saved address row.


---

# 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/fiat-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.
