Functionality
- Track transaction and event addresses against AML lists, including
exploitlists.
scores for some Addresses, it may not be able to map to Severity automatically. In such case, the address will be at Info severity.
- Condition to filter Alerts by score.
source of Address information), thus if condition is > 0, it will not catch such addresses.
- Track Addresses in Token (Monitored Address) transfers.
NOTE: Monitored Address is assumed to be a token address.
- Track transaction Addresses
- Track
fromAddress - Track
toAddress
- Track
- Track only specified tags condition.
sanctions, exploit). Negative condition can be specified by prefixing a tag with exclamation mark (e.g. ! sanctions).
Tags:
cybercrime - OFAC or other cybercrime activity
sanctions - OFAC or other sanctioned entities
sanctions_exposure - Indirect exposure to sanctioned entities
suspicious - Suspicious activity
exploit - Activity in Exploit case
- Multiple custom addresses can be added to tracking, as CSV:
Address, Score, Name, Tags(Tagssemicolon-separated,Scorefrom 0.0 to 100.0). Example:
- EVM
- Solana
- Exclusion Address list (EVM only). List should contain only comma or newline separated addresses (no metadata).
Customaddresses will be excluded if also added to theExcludelist.
Configuration
- Description (
desc, default:{addr} {dir} {score}on EVM,{addr} {score}on Solana): Description Template - Source (
src, default: “, EVM only): AML Provider Filter - Tags filter (
tags, default: “): List of tags to filter - Score condition (
score, default:>= 0.0): Track Address score condition - Track Transaction (
track_tx, default:True): Track Transaction Addresses - Track Token (
track_tokens, default:True): Track Contract token transfer Addresses - Track From (
track_from, default:True): Track From Address - Track To (
track_to, default:True): Track To Address - Custom Addresses (
custom, default: “): List of custom AML addresses - Exclude Addresses (
exclude, default: “, EVM only): List of exclusion addresses - Severity (
severity, default:-1): Severity. See common configuration.
Supported networks: ethereum, bsc, polygon, optimism, ethereum_sepolia, avalanche, arbitrum, base, hyperevm, solana.