ERC-8085: Dual-Mode Fungible Tokens

Hi @zk-friendly
Railgun is a full, end-to-end product, while ERC-8086 and ERC-8085 are mainly about interface standards. They focus on what the primitives look like, not on prescribing a specific implementation.

If you’re asking how our reference implementation differs from Railgun, here’s where you can dig deeper:

If you’re not very code-oriented, the easiest way is to try what we’ve already deployed on testnet — anyone can experiment and verify things directly:

  1. Anyone can create native privacy assets with a Zcash-style privacy model, as easily as creating an ERC-20 token:
    https://testnative.zkprotocol.xyz/

  2. Anyone can wrap ETH or any existing ERC-20 into a privacy asset and gain privacy features:
    https://zerolayer.live/

  3. Anyone can easily create dual-mode tokens (privacy + ERC-20 public mode), just like creating an ERC-20. Users can freely switch between private and public modes depending on their use case:
    https://testdmt.zkprotocol.xyz/

ERC-8086, ERC-8085, and ERC-8091 are better understood as a modular privacy layer for Ethereum. They’re designed as building blocks — anyone can use them to build their own privacy products on top.

4 Likes