Monitor large token transfers with configurable thresholds by amount, USD value, or percentage of supply
Large Transfer Detection monitors ERC-20 token transfers on your watched contracts and alerts you when a transfer exceeds a configurable threshold. Use it to detect whale activity, suspicious outflows, treasury movements, and potential exploits in real time.
ChainRaven monitors Transfer events emitted by ERC-20 token contracts. When a transfer occurs, it compares the transfer amount against your configured threshold. If the transfer exceeds the threshold, an alert is generated and sent via your configured notification channels.
Note: The contract must emit standard ERC-20
Transferevents for large transfer detection to work. Most token contracts do, but non-standard implementations may not be supported.
You can configure thresholds in three different ways depending on what makes most sense for the token you're monitoring:
Alert when a transfer exceeds a raw token amount.
Threshold: 1,000,000 USDC
→ Alert fires when any single transfer is > 1,000,000 USDC
Best for stablecoins and tokens where you know the absolute value you care about.
Alert when a transfer exceeds a USD value at the time of the transfer.
Threshold: $500,000 USD
→ Alert fires when any single transfer is worth > $500,000
Best for volatile tokens where you care about dollar value rather than token quantity. ChainRaven fetches the token price at block time to evaluate each transfer.
Alert when a transfer exceeds a percentage of the total token supply.
Threshold: 1% of total supply
→ Alert fires when any single transfer moves > 1% of all tokens
Best for governance tokens — catches large unlocks, unusual whale movements, and potential governance attacks relative to circulating supply.
You can update the threshold at any time. Changes take effect for new transfers only and do not affect historical data.
When a large transfer is detected, your alert will include:
| Field | Description |
|---|---|
| Token | Token name and symbol |
| Amount | Raw token amount transferred |
| USD Value | Estimated USD value (when available) |
| From | Sender address |
| To | Recipient address |
| Threshold | Which threshold was exceeded and by how much |
| Transaction | Transaction hash with block explorer link |
| Block | Block number and timestamp |
Large transfer alerts are assigned severity based on how much the transfer exceeds your configured threshold:
| Excess Over Threshold | Severity |
|---|---|
| 1×–2× | Low |
| 2×–5× | Medium |
| 5×–10× | High |
| 10×+ | Critical |
You can customize severity assignment in Alert Preferences using Range Mode.
Large Transfer Detection is available on Pro and Ultimate plans.
| Plan | Large Transfer Detection |
|---|---|
| Free | Not included |
| Pro | ✓ Included |
| Ultimate | ✓ Included |
1% threshold catches most significant movements without generating noise from normal trading activity.To address. If it's a known exchange, bridge, or multisig, the transfer may be routine. An unknown wallet is a red flag.