> For the complete documentation index, see [llms.txt](https://securitybot.gitbook.io/securitybot-knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/chat-filters/address-filters.md).

# Address Filters

{% hint style="info" %}
**Available on all tiers** — Free tier: 10 filtered actions per day, 5 allowlisted addresses. Premium: unlimited. [Compare plans →](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% endhint %}

SecurityBot actively scans messages for cryptocurrency wallet addresses and deletes any that are not explicitly allowed. This helps prevent common scam tactics such as fake giveaways or phishing attacks using wallet addresses.

Supported blockchains:

* **Cardano (ADA)**
* **Ethereum-compatible chains (EVM)**
* **Bitcoin (BTC)**

***

## How It Works

When address filters are enabled, any message containing an unapproved address will be automatically removed. These filters are **on by default** and apply server-wide unless exemptions are configured.

### Customize Address Filters

You can enable or disable address filters per chain using:

```
/chat_filters address toggle
```

Select from:

* Block Cardano Addresses
* Block Bitcoin Addresses
* Block EVM Addresses

Use this command to toggle filters on or off as needed. You can also view the **whitelist size** to see how many addresses are currently approved.

To whitelist a trusted address:

```
/chat_filters address add address: [address]
```

To remove an address from the allowlist:

```
/chat_filters address remove address: [address]
```

To view your current allowed addresses:

```
/chat_filters address view
```

***

### Best Practices

* Only whitelist wallets you trust 100%
* Periodically audit your whitelist using `/chat_filters address view`
* Remove outdated or compromised addresses using `/chat_filters address remove`
* Combine address filtering with **chat alerts** and **log channels** to catch patterns quickly

***

Next up: Learn how to manage ADA Handle sharing with [ADA Handle Filter](/securitybot-knowledge-hub/bot-guide/chat-filters/ada-handle-filter.md).


---

# 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://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/chat-filters/address-filters.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.
