-
Notifications
You must be signed in to change notification settings - Fork 803
Add ERC: Zero Knowledge Token Wrapper #1322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add ERC: Zero Knowledge Token Wrapper #1322
Conversation
| @@ -0,0 +1,478 @@ | |||
| --- | |||
| eip: <to be assigned> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| eip: <to be assigned> | |
| eip: 8065 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
| title: Zero Knowledge Token Wrapper | ||
| description: Enables any token to be wrapped, allowing secretly burnt tokens to be reminted — making privacy a native feature of every token. | ||
| author: Jiahui Cui (@doublespending), 0xZPL (@0xZPL) | ||
| discussions-to: https://ethereum-magicians.org/t/erc-tbd-zero-knowledge-token-wrapper/26006 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| discussions-to: https://ethereum-magicians.org/t/erc-tbd-zero-knowledge-token-wrapper/26006 | |
| discussions-to: https://ethereum-magicians.org/t/erc-8065-zero-knowledge-token-wrapper/26006 |
Updated with assigned number
…Wrapping` and `Multiple Token Standard Support`
|
The commit 6cad57a (as a parent of 4c2c831) contains errors. |
This ERC defines a standard for the Zero Knowledge Token Wrapper, a wrapper that adds privacy to tokens — including ERC-20, ERC-721, and ERC-1155 — while preserving all of the tokens’ original properties, such as transferability, tradability, and composability. It specifies EIP-7503-style provable burn-and-remint flows, enabling users to break on-chain traceability and making privacy a native feature of all tokens on Ethereum.
NOTE: PoC is available at zk.walletaa.com