Please describe your proposed solution.
SIREN (Scam Investigation Registry Engine) is an open ledger designed to register scam wallets.
This ledger is accessible to the general community and developers alike. Our primary objective is to establish a straightforward mechanism for registering scam wallets and subsequently denying them access to services. By successfully accomplishing this, we aim to make life more challenging for scammers in the future. The most impactful aspect of this database is its potential integration with Centralized Crypto Exchanges, rendering it virtually impossible for scammers to transfer stolen funds from Cardano into fiat currencies.
SIREN is hosted using the decentralized storage network provided by Iagon.
SIREN comprises several components, funded by this proposal:
- Ledger: This serves as the core of our system, recording wallet addresses, scam amounts, victim addresses, and providing links to scam event report and more.
- Interface: The interface enables the general public to access the ledger, search for specific wallets, and read report
- Registry: The Registry Model represents the most sensitive part of SIREN as it manages submissions to the ledger. Please refer to the process section below to gain a thorough understanding of how the registration process operates.
- Xerberus Scam Engine: The Xerberus Scam Engine plays a crucial role since many scammers employ multiple wallets to swiftly move stolen funds out of a registered wallet. Xerberus tracks these funds and automatically registers any new wallet created by scammers, linking it to the original scam. Consequently, once a scammer is registered, they will face significant difficulties in "cleaning" their ill-gotten gains.
- API: Every builder within the Cardano ecosystem can utilize the API to check whether a user's wallet is on the registry. This API can be employed to deny services to specific users or to alert innocent users about engaging with registered scammers.r
The process for submitting a scam wallet is designed to be user-friendly, allowing victims to take step-by-step action while safeguarding against unfair registrations, given the potentially severe consequences. The process entails the following steps:
- User Report: Victims are required to submit a report detailing how they were scammed.
- Register a Scam and Victim Wallet: Victims must input their own wallet address and the address associated with the wallet that caused them harm.
- Send 3 ADA from the Victim Wallet: To prevent database spamming and ensure that the claimant genuinely suffered a scam, users are required to send 3 ADA from the affected wallet. While the wallet may be compromised, the user still possesses the private key and can execute such a transaction promptly.
- Xerberus Engine Check: The Xerberus engine will validate the connection between the victim's wallet and the scam wallet, confirming if any connection exists at all (a mechanism to prevent baseless claims). Furthermore, the engine will trace the wallets associated with scam wallets.
- Successful Registration: If all steps have been successfully completed and a connection between the victim's wallet and the scam wallet is established, the registration process is concluded. The scam wallet, along with the corresponding report, will be displayed in the interface and can be accessed via the API.