Jurisdiction-Based Transfer Compliance System
Overview
This Aleo program implements a simple but jurisdiction-based compliance mechanism for cryptocurrency transfers. It demonstrates how blockchain technology can enforce regulatory boundaries while preserving transaction functionality.
Key Features
Jurisdiction Tagging: Each account has an associated jurisdiction identifier
Compliance Enforcement: Transfers are automatically blocked if the recipient is in a restricted jurisdiction
On-Chain Verification: All compliance rules are enforced at the protocol level
How It Works
Users register with a jurisdiction code
When transferring funds, the sender specifies a restricted jurisdiction code
The transfer only executes if the recipient's jurisdiction doesn't match the restricted code
All validation happens on-chain, ensuring compliance cannot be bypassed
CmxTop/task_two_compliant_token
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|