Skip to content

Commit

Permalink
Merge pull request #11 from kerikailiwang/whitepaper
Browse files Browse the repository at this point in the history
Add whitepaper
  • Loading branch information
kerikailiwang authored Oct 25, 2024
2 parents 46d92d6 + b1bac6d commit b9c72d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Confidential ERC20 Framework
The confidential ERC20 Framework transforms ERC20 tokens into a confidential form that conceals balances and transaction amounts, with optional viewing and transfer rules to meet regulatory obligations or enhance programmatic risk management. While sender-receiver linkage remains, Confidential ERC20 balances privacy with risk management using an encryption-based approach, specifically fully homomorphic encryption (FHE), allowing operations on encrypted data without decryption.

This implementation is based on the collaborative research between [Inco](https://www.inco.org/) and [Circle Research](https://www.circle.com/en/circle-research). For more information, see the [whitepaper] TODO: link paper.
This implementation is based on the collaborative research between [Inco](https://www.inco.org/) and [Circle Research](https://www.circle.com/en/circle-research). For more information, see the [whitepaper](https://github.com/Inco-fhevm/confidential-erc20-framework/whitepaper.pdf)

Note: This repository is not audited and is intended solely as a proof of concept.

Expand Down
Binary file added whitepaper.pdf
Binary file not shown.

0 comments on commit b9c72d1

Please sign in to comment.