> ## Documentation Index
> Fetch the complete documentation index at: https://docs.range.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Alerting

> The catalogue of Range Protect alert rules, what each one detects, what you point it at, and how to turn it on.

Range Protect watches onchain activity for the accounts, contracts, and assets you
care about, and alerts when something matters. This catalogue lists the rules we
offer and what each one detects.

Rules are grouped by **use case**, not by chain. Coverage spans Solana and EVM, and
we extend rules to new networks on request, so each rule describes a capability,
not a fixed chain list.

<Note>
  Roadmap rules are marked **Planned**. See [Conventions](/alerting/conventions) for
  the full status legend.
</Note>

## How rules are organized

<CardGroup cols={2}>
  <Card title="Multisig and Governance" icon="users-gear" href="/alerting/catalogue/multisig-governance">
    Squads, Safe (Gnosis), and Realms DAO lifecycle: proposals, approvals, member
    and threshold changes, timelocks, and vault flows.
  </Card>

  <Card title="Treasury and Asset Monitoring" icon="vault" href="/alerting/catalogue/treasury-asset-monitoring">
    Large transfers, balance thresholds, dormant-wallet reactivation, unknown
    counterparties, and unusual activity or flow spikes.
  </Card>

  <Card title="Sanctions and Compliance" icon="scale-balanced" href="/alerting/catalogue/sanctions-compliance">
    OFAC sanctions, issuer blacklists, malicious-address interaction, and Range
    risk-score screening of counterparties.
  </Card>

  <Card title="Smart Contract and Program Security" icon="shield-halved" href="/alerting/catalogue/smart-contract-program-security">
    Program upgrades and authority changes; proxy upgrades, ownership transfers,
    and pause events.
  </Card>

  <Card title="Stablecoins and Tokens" icon="coins" href="/alerting/catalogue/stablecoins-tokens">
    Stablecoin mint, burn, and freeze, issuer concentration, and peg-deviation
    monitoring.
  </Card>

  <Card title="Operational and Network Monitoring" icon="gauge-high" href="/alerting/catalogue/operational-network-monitoring">
    Network health: gas pressure, transaction failure rates, call spikes,
    liquidity and price breaches, and pipeline heartbeats.
  </Card>
</CardGroup>

## Reading a rule

Every rule card lists the same fields:

* **Detects**: what the rule is for, in plain language.
* **Trigger condition**: the onchain event or threshold that fires the alert.
* **Account types**: what you point the rule at (wallet, multisig, contract,
  token, program).
* **Status**: Active, Building, Planned, Internal, or Deprecated.

Severity and destinations aren't rule properties, you set them per instance when
you turn a rule on. See [How alerting works](/alerting/how-alerting-works).

## Want a rule that isn't here?

The catalogue grows through customer conversations, and we extend rules to new
chains on request. See [Request a rule](/alerting/contributing).
