Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 856 Bytes

compliance.md

File metadata and controls

13 lines (8 loc) · 856 Bytes

The Compliance Contract

The compliance contract uses compliance rules to regulate the transfer of tokens. The contract maintains and manages the collection of rules which enforce compliant transfers between account types (custodian, broker, custodial-account, or investor).

Rules are stored within buckets matching the sender's account type, providing flexibility, while preventing unnecessary compliance checks for accounts that do not require it.

Compliance Design Diagram

See T0kenCompliance.sol for a reference implementation