Its a privacy-preserving decentralized payroll solution for enterprise and freelancers.
Sisan(/see-sÖn/) Privacy-preserving decentralized payroll solution for enterprises and freelancers.
Requirement
Flow It describes how the system handles payment settlement between an employee and an employer
NB: this same flow can also describe a one-to-many relationship between employee and employers.
employee → submit invoice
system → record invoice param + emit invoice event
employer → accepts invoice + deposit enough asset
system → emit acceptance event
system → open cancel period
{ if: open cancel period is not over, the employer can cancel the payment
else: if the employer cancel payment, 50% of the invoice will be paid to the employee }
The project uses Fully Homomorphic encryption to keep balance accounting private. Invoice is public while the balance on different invoices between payer and payee is kept private. This extends the use of cryptocurrency as a payment processor where privacy is desired.
Invoice can be used to receive single payment or recurrent stream of payment.