Skip to main content

Blocklisted Address Detection - Deposit

Description

This test identifies transactions involving flagged entities suspected of illicit or high-risk activities, focusing on deposits from these wallets. High-value deposits may suggest money laundering attempts. 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 deposits from blocklisted addresses to identify potentially fraudulent activities, such as unauthorized fund transfers or laundering attempts.

Required Data

Deposits Data

VariableDescription
timestampTimestamp of the deposit 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 deposited.
fromThe address from where the funds originate.
toThe address to which the funds are deposited.

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