Skip to main content

Blocklisted Address Detection - Withdrawal

Description

This test identifies transactions involving flagged entities suspected of illicit or high-risk activities, focusing on withdrawals to these wallets. Significant withdrawals can indicate misappropriation or unauthorized fund transfers. This process ensures adherence to anti-money laundering (AML) regulations.

Use Cases

  • Regulatory Compliance and Reporting: Ensures adherence to anti-money laundering (AML) and counter-terrorism financing (CTF) regulations by identifying high-value transactions involving blocklisted addresses.

  • Fraud Detection and Prevention: Tracks withdrawals to blocklisted addresses to identify potentially fraudulent activities, such as unauthorized fund transfers or laundering attempts.

Required Data

Withdrawals Data

VariableDescription
timestampTimestamp of the withdrawal made (YYYY-MM-DD hh:mm:ss).
user_idUser ID to identify the individual user.
symbolThe asset symbol; e.g., BTC, ETH, USD, EUR.
price_usdThe price of the symbol in USD.
amountThe amount of the symbol being withdrawn.
fromThe address from where the funds originate.
toThe address to which the funds are withdrawn.

Parameters

ParameterDescriptionTypeDefault ValueConfigurable
analysis_windowThe number of days of data to fetch for analysis.Integer1Yes
analysis_minimum_aggregate_dollar_thresholdThe minimum transaction value required to trigger alerts.Integer0Yes
create_ticketFlag to determine if tickets should be created for alerts.BooleanTrueYes

Methodology

  • Highlight Transactions Linked to Blocklisted Addresses Analyze withdrawals that exceed a set financial threshold within a specified timeframe that are linked to blocklisted addresses.

  • Flag Users and Transactions Flag users and transactions that meet the minimum threshold criteria and interact with blocklisted addresses.