Skip to content

CmxTop/task_two_compliant_token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo sample

Run Guide

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

About

task_two_compliant_token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors