matter-labs / zksync-era

zkSync era
Apache License 2.0
3.07k stars 2.06k forks source link

Privacy-Preserving Borrowing/Lending #1129

Closed akuon closed 3 months ago

akuon commented 4 months ago

Description : Develop privacy-preserving solutions for borrowing and lending protocols on zkSync Era, allowing users to participate without revealing their financial positions or transaction details.

Rationale : Privacy concerns are a major barrier to adoption for some users, especially with DeFi applications. Privacy-preserving borrowing/lending could attract new users and unlock additional use cases.

Additional Context : Explore different privacy-enhancing technologies (e.g., zero-knowledge proofs, homomorphic encryption) and their suitability for this specific application.

Web3Certified commented 4 months ago

to me FHE would have been the besst bet on this Privacy process, but the question is can FHE merge with Zksync so easily .

akuon commented 4 months ago

to me FHE would have been the besst bet on this Privacy process, but the question is can FHE merge with Zksync so easily .

While directly merging FHE with zkSync Era is currently not feasible, exploring hybrid solutions or targeted integrations for specific use cases holds promise for leveraging the benefits of both technologies.

EmilLuta commented 3 months ago

cc: @popzxc

popzxc commented 3 months ago

Not currently on a roadmap.