For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bots

A bot is a program that monitors a certain type of activity in a smart contract and sends alerts on specific signs of security risks. These bots are configurable and customizable to meet your need.

Below is a list of the bots we currently support.

Solana

1. 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

1. 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

1. 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.

Last updated