# Security Features

### 🔗 Link Protection

One of the many attack vectors in web3 are malicious links.  This may include wallet drainer signature requests, fake websites, fake airdrops, and the list goes on.  \
\
WalletChat utilizes the [WalletGuard](https://docs.walletguard.app/reference/scan) link protection API to block known malicious web3 scams. &#x20;

<figure><img src="/files/ZFC0cwhj6oqp1SZBI8Jw" alt=""><figcaption><p>Example of WalletGuard Link Protection</p></figcaption></figure>

This is a very useful service, but it can't detect issues which have just recently surfaced (zero-day vulnerabilities) so as always, we encourage users to be vigilant and when its too good to be true, it usually is a scam.  Moderators from many sites will not DM you first, and should never ask you for a seed phrase or private key.

### 🚫 Block Users

We all know the feeling of a scammer just not giving up in web3, and sometimes its easiest to block the user and move on.  WalletChat allows users to block another wallet address via the 🚫 icon within a DM.

<figure><img src="/files/79ej3B5y477VBCJU7sLt" alt="" width="353"><figcaption><p>Block a User</p></figcaption></figure>

<figure><img src="/files/c7nm6Z0fWnU1h8UcfwJN" alt="" width="350"><figcaption><p>Confirmation of Blocking a User</p></figcaption></figure>

### 🗑️ Delete Conversation

For purposes of inbox cleanup, we allow a conversation to be deleted (without blocking the user).  This  is available within a DM, simple click the trash bin and confirm the selection.  These messages are not recoverable after deletion, so please proceed with caution.

<figure><img src="/files/r4MtXgzlmv75F8Uqbc4f" alt="" width="352"><figcaption><p>Delete a Conversation</p></figcaption></figure>

<figure><img src="/files/FBRO5CobEnX4E3w2nuIO" alt="" width="359"><figcaption><p>Confirm Delete</p></figcaption></figure>

### &#x20;✅ Verified Moderators

Another feature alongside our Customer Support feature, is verified moderators for a given domain.  \
\
Currently these moderators are added/removed manually via direct communication with WalletChat, so please contact us directly for more info on setup.\
\
For moderators and users, they should see a verified blue check as shown in a DM discussion with a verified moderator:

<figure><img src="/files/fqxLzOBEhgsg2RiGLwst" alt="" width="521"><figcaption><p>Verified Moderator Checkmark</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.walletchat.fun/overview/security-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
