-
Notifications
You must be signed in to change notification settings - Fork 819
Add ERC: Dual-Mode Fungible Tokens #1356
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?
Conversation
- Update eip number from 0 to 8820 - Remove word "standard" from title and description - Add required Rationale section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
The commit 2cd37db (as a parent of aab42c0) contains errors. |
ERCS/erc-8820.md
Outdated
| @@ -0,0 +1,450 @@ | |||
| --- | |||
| eip: 8820 | |||
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: 8820 | |
| eip: 8085 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
ERCS/erc-8820.md
Outdated
| title: Dual-Mode Fungible Tokens | ||
| description: Fungible tokens supporting both transparent (ERC-20) and privacy-preserving (zk-SNARK) modes with seamless conversion | ||
| author: Rowan (@0xRowan) | ||
| discussions-to: https://ethereum-magicians.org/t/draft-dual-mode-token-standard-single-token-with-public-and-private-modes/26592 |
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/draft-dual-mode-token-standard-single-token-with-public-and-private-modes/26592 | |
| discussions-to: https://ethereum-magicians.org/t/erc-8085-dual-mode-fungible-tokens/26592 |
Updated with assigned number and ERC title
Summary
This PR proposes a new ERC standard for dual-mode fungible tokens that support both transparent (ERC-20) and
privacy-preserving (zk-SNARK) modes within a single token.
Motivation
Current privacy solutions for tokens require trade-offs:
This standard provides an integrated approach specifically for new token deployments that want privacy as a
core feature from day one.
Key Features
Community Discussion
https://ethereum-magicians.org/t/erc-8085-dual-mode-fungible-tokens/26592
Current Status
Next Steps
I will add the reference implementation and test cases after receiving initial community feedback on the
specification.