Testnet #

Policies #
Selective disclosure with per day threshold + freeze list #
The small payments are private, after the address sends 1000 per day (fixed window in block height), the compliance records are created with the transaction amounts. The public transfers do not affect/store cumulative amounts. The freeze list is always checked for sender and recipient.
Timelock policy + freeze list #
The user’s funds are frozen up to 5 mins (calculated in block heights) after the reception. The freeze list is shared with the other token and is always checked for sender and recipient.
Services #
Back-end server API to issue freeze-list transactions https://github.com/sealance-io/freeze-list-service
Back-end server to decrypt on-chain transaction data https://github.com/sealance-io/aleo-transaction-monitor
Web-based wallet interface to interact with the complaint tokens https://aleo-app.demo.sealance.io
Web-based admin interface to interact with the freeze list and compliance records https://aleo-issuer.demo.sealance.io