Logo Daily Crypto Briefs
Open menu

Ethereum Devs Push Private ERC-20 Rival

6 min read
Breaking News
Greyscale Ethereum coin beside a locked privacy token cube on emerald, indigo and marble editorial panels representing ERC-8287 private token standards.

TL;DR

  • Ethereum developers are debating draft ERC-8287, a privacy-native fungible token proposal also described as pERC20.
  • The draft would keep totalSupply public while making balances and transfer amounts private by default.
  • ERC-8287 is not binary-compatible with ERC-20 because it removes public balanceOf, approve and allowance functions.
  • The proposal is still a draft and faces open questions around tooling, compliance authority and proof-system choices.

CASABLANCA, June 11, 2026

Ethereum developers are debating ERC-8287, a draft token standard that would make balances and transfer amounts private by default, as ether traded near $1,638 and privacy returned to the center of the network’s standards debate.

The proposal, also described as pERC20, would create a privacy native fungible token interface for the Ethereum Virtual Machine. It is not a live Ethereum standard, and it does not change the network by itself, but it gives wallets, token issuers and compliance teams a concrete model to debate.

Market data gives the technical story a weak-price backdrop. CoinDesk showed ether near $1,616 to $1,638 on June 10, with market capitalization around $195 billion and 24-hour volume above $6.8 billion. YCharts data showed ETH down from $2,368.84 on May 11 to $1,637.84 on June 10, a slide of about 31%.

Ethereum

ETH
May 11 to June 10, 2026
$1,638
-30.9%
May 11 - Jun 10 | High $2,369 Low $1,570

The Ethereum Magicians draft says ERC-8287 would use encrypted UTXO notes, Groth16 proofs and an Orchard-style model adapted from Zcash, while keeping totalSupply publicly verifiable. The draft describes the goal as private balances and private transfers from issuance onward, not a public token that later moves into a shielded pool.

The timing follows Ethereum’s broader security and privacy push. Daily Crypto Briefs recently covered the separate Ethereum quantum-safe key registry, another example of protocol researchers turning long-running risks into concrete draft machinery rather than leaving them as abstract road-map items.

For token issuers, the tradeoff is direct. ERC-8287 tries to make private token movement programmable on Ethereum, but it does so by giving up the public account-balance model that made ERC-20 easy for exchanges, wallets, scanners and DeFi protocols to integrate.

ERC-8287 Breaks ERC-20 Compatibility

The core difference is that ERC-8287 is not just ERC-20 with a privacy layer bolted on. The Ethereum Research draft says the standard is not binary-compatible with ERC-20 because there is no public balanceOf, no approve and no allowance.

That is a major break from the standard token interface described by ethereum.org’s ERC-20 documentation, where wallets and applications can query a balance, move tokens and approve another account to spend a defined amount.

In ERC-8287, balances live as private state that users scan and manage through viewing keys and encrypted notes. Transfers use a PrivacyCall payload rather than the familiar public transfer(to, amount) pattern that most DeFi applications expect.

That design protects the data ERC-20 exposes by default. It also means existing token dashboards, liquidity pools, lending markets and portfolio tools could not simply plug in a pERC20 asset and treat it like any other coin.

The discussion thread already reflects that tension. One reviewer questioned the removal of balanceOf, and the author replied that the privacy design prevents that interface because account state is maintained locally by users rather than as public state on-chain.

That answer is technically coherent, but it makes adoption harder. A private token standard has to convince developers to build new wallet flows, indexer assumptions and exchange support instead of relying on the decade-old ERC-20 path that made Ethereum token issuance so easy.

Private Balances Meet Compliance Freezes

The proposal does not frame privacy as absolute. It includes a compliance frozen root, a public circuit input that lets an issuer or compliance administrator freeze identified notes so they cannot be spent.

That detail is central to the article opportunity because it gives the story a harder edge than a generic “privacy token” pitch. ERC-8287 is trying to satisfy two audiences that often distrust each other: users who want private transfers and institutions that need some actionability when a note is linked to sanctions, theft or legal orders.

The draft says totalSupply remains public to prevent invisible inflation. It also says mint and burn amounts are visible, while transfer amounts are private. That mix creates a narrow transparency model: the market can verify supply, but ordinary transfers do not reveal holders, counterparties or payment size.

Compliance is not cost-free. The draft’s own security section says the admin role that controls frozen-root updates is a high-value attack target and should be constrained by mechanisms such as multisigs and timelocks.

That risk is familiar to anyone following institutional tokenization. BlackRock’s Ethereum-based tokenized fund filings, which Daily Crypto Briefs covered in BlackRock picks Ethereum for tokenized funds, show how regulated assets often want public-chain settlement with permissioned controls. ERC-8287 applies a similar tension to private fungible assets.

The hard question is whether compliance hooks make private assets more acceptable or less credible. A token with freezeable notes may be easier for regulated issuers to consider, but users will still ask who controls the root, how notes are identified and whether governance can be captured.

Ethereum Privacy Push Is Still A Draft

ERC-8287 remains early. The GitHub pull request is a draft standards discussion, not an adopted EIP, a merged ERC or a scheduled hard fork.

There are also open engineering questions. The draft uses Groth16 for lower verification cost on the EVM, while discussion participants raised concerns about quantum-safe proof systems and whether future designs should move toward FRI-based approaches.

That debate fits a broader Ethereum pattern. The network is trying to become infrastructure for tokenized finance, but financial infrastructure has to handle privacy, compliance, post-quantum planning, wallet UX and public auditability at the same time. The recent JPMorgan Ethereum money-market fund story showed the institutional demand side. ERC-8287 shows the unresolved privacy layer underneath it.

For builders, the immediate value is not that pERC20 will replace ERC-20 soon. It is that the Ethereum standards process now has a named proposal for private fungible assets, which lets wallets, auditors and smart-contract teams debate exact interfaces instead of arguing over slogans.

Sentiment remains fragile while that debate unfolds.

Fear & Greed Index

June 10, 2026
9 Extreme Fear

The Crypto Fear and Greed Index printed 9 on June 10, a level labeled Extreme Fear. Weak prices do not stop standards work, but they can change which features builders prioritize and which infrastructure projects get funded.

The next things to watch are whether the ERC-8287 pull request is revised, whether wallet developers weigh in on viewing-key and scanning requirements, and whether privacy researchers settle the proof-system concerns. Until then, ERC-8287 is best read as a serious draft, not as evidence that private Ethereum tokens are about to become the default.

Stay up to date

Get the latest crypto insights delivered to your inbox

Fact-checked by: Daily Crypto Briefs Fact-Check Desk

Frequently Asked Questions

What is ERC-8287?

ERC-8287 is a draft Ethereum standards proposal for privacy-native fungible tokens, also described as pERC20, that would hide balances and transfer amounts by default while keeping totalSupply public.

Is ERC-8287 compatible with ERC-20 wallets and DeFi apps?

No. The draft says ERC-8287 is not binary-compatible with ERC-20 because it does not expose public balanceOf, approve or allowance functions.

Does ERC-8287 make all token data private?

No. Transfer amounts and balances would be private by default, but totalSupply would stay public. The draft also says mint and burn amounts remain visible.

Is ERC-8287 live on Ethereum?

No. ERC-8287 is still a draft proposal under discussion, not an adopted Ethereum standard or a network upgrade.