The Ethereum Foundation is rolling out support for Clear Signing, a crypto security pattern that translates on-chain transactions and contract calls into plain-language descriptions before a user signs. As part of the push, the EF will host a registry of Clear Signing descriptors for transactions and contracts, alongside tooling libraries for wallet developers and auditors to consume.
Why it matters
Clear Signing addresses a structural weakness in self-custody: most users sign transactions they cannot read. Raw calldata and method selectors are opaque even to experienced developers, and that opacity is what most phishing and wallet-drainer exploits rely on. Standardised descriptors shift the security burden away from each wallet rebuilding the same translation layer, and toward a shared registry the whole ecosystem reads from.
Market impact
For wallet builders, the move lowers the integration cost of meaningful signing UX — adoption no longer requires each team to manually decode every protocol they surface. For users, the read-through is gradual: wallets that tap the registry can show what a transaction actually does before it gets signed, which is the precise layer where drainer scams succeed today. Watch which major wallets begin consuming the registry first; that adoption sequence is the real signal of where the standard lands in production.
Frequently asked questions
-
What is Clear Signing and why does it matter?
Clear Signing is a crypto security pattern that translates raw on-chain transactions into plain-language descriptions before a user signs. It matters because most users currently approve transactions they cannot read, and that opacity is the layer wallet-drainer exploits rely on.
-
What is the Ethereum Foundation actually launching?
The EF is hosting a registry of Clear Signing descriptors for transactions and contracts, alongside tooling libraries that wallet developers and auditors can consume directly rather than rebuilding per protocol.
-
Which wallets does this affect?
Any wallet that signs EVM transactions can integrate the registry. Adoption is voluntary, but the integration cost drops meaningfully for builders that tap the shared descriptor set rather than decoding each protocol manually.
-
Does this protect against phishing and drainer scams?
It addresses the surface where most drainer scams succeed — the moment a user is asked to approve a transaction they cannot interpret. By surfacing what a call actually does before signing, Clear Signing makes malicious transactions legible to non-technical users.
-
What is the adoption signal to watch?
The sequence in which major wallets begin consuming the EF-hosted registry is the real signal of whether the standard lands in production or stays a reference specification.
TheBlock