# Bots

Below is a list of the bots we currently support.

## Solana

### &#x31;**.** Abnormal Transfer SOL

Many hacks involve abnormally large size transactions in SOL.

This bot detects abnormal transactions that transfer a large amount of SOL exceeding the preset threshold. The default Threshold of the transfer amount is 100.

### **2.** Abnormal Transfer Token

Similarly, this bot monitors if large/abnormal sizes of SPL tokens have been transacted. The default alert threshold is 100.

### 3. Smart Threat Monitor

The AI bot uses continuously learned invariants to detect potential attacks involving a target address, such as abnormal payloads to invoke a smart contract.

### 4. Metaplex Detect

The AI bot uses continuously learned invariants to detect potential attacks involving a target address, such as abnormal payloads to invoke a smart contract.

### 5. DAO Governance

The bot detects new proposals under the target DAO realm addresses.

### 6. Nonce Creation

Alerts when someone creates a durable nonce account using one of your configured keys as authority.

### 7. Nonce Authority Change

Alerts when a durable nonce account authority is changed to or from one of your configured keys.

### 8. Multisig Config Change

Alerts when configuration changes are detected on your Squads v4 multisig — including threshold changes, member modifications, timelock updates, and config transaction proposals.

## **Ethereum**

### &#x31;**.** Abnormal Transfer ETH

This bot detects abnormal transactions that transfer a large amount of ETH exceeding the preset threshold. The default Threshold of the transfer amount is 100.

## Polygon zkEVM

### &#x31;**.** Abnormal Transfer ETH

This bot detects abnormal transactions that transfer a large amount of ETH exceeding the preset threshold. The default Threshold of the transfer amount is 100.


---

# 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://doc.sec3.dev/sec3-watchtower/bots.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.
