> For the complete documentation index, see [llms.txt](https://docs.agant.io/Y83ivqmfOiUspagNyFg6/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agant.io/Y83ivqmfOiUspagNyFg6/concepts/whitelisting.md).

# Whitelisting

To comply with local regulations and maintain the highest standards of security and trust, Agant requires that **all wallets and bank accounts interacting with our system are pre-approved and whitelisted**.

This ensures that Agant only processes funds through verified and known entities, protecting both your business and your customers.

**Whitelisting is automatic** - once a wallet or bank account is successfully added to your company via the Agant platform (via Dashboard or API), it is considered **whitelisted** and ready for use in Rails.

## Wallet Whitelisting

Wallets must be whitelisted when configuring Rails. This ensures that stablecoins are only received and delivered from and to verified destinations under your control.

### How to add a Wallet?

#### **Agant Dashboard**

1. Login to the Agant Dashboard
2. Select **Whitelisted Wallets** in the sidebar under the **Configuration** heading.
3. Click **Add External Wallet**
4. Select the network and provide the wallet address. Optionally provide a display name.
5. Click **Add Wallet.**

**T**he wallet is then added to your whitelist and ready for use. You should be able to see it on the **Whitelisted Wallets** page.

#### **Agant API**

Use the Agant API to programmatically add wallets. See [Broken mention](broken://pages/4d38b5b8bfdb82a20f6bcb4aa09b3b8a7cddae9d#post-wallets).

## Bank Account Whitelisting

Bank accounts must be whitelisted when configuring Rails. This ensures fiat is only accepted and sent to verified business-owned accounts.

### How to add a Bank Account?

#### **Agant Dashboard**

1. Login to the Agant Dashboard
2. Select **Bank Accounts** in the sidebar under the **Configuration** heading.
3. Click **Add Bank Account**
4. Provide the display name and your bank account IBAN.
5. Click **Add Account.**

**T**he bank account is then added to your whitelist and ready for use. You should be able to see it on the **Bank Accounts** page.

#### **Agant API**

Use the Agant API to programmatically add bank accounts. See [Broken mention](broken://pages/0134c9d751c1c1e00a639f2dadfe966be6e9575c#post-bank-accounts).


---

# 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.agant.io/Y83ivqmfOiUspagNyFg6/concepts/whitelisting.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.
